public class PaletteList
extends java.util.ArrayList
Title: PaletteList class
Description: A collection of GridPalette objects.
Copyright (c) 2005-2019 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
Constructor and Description |
---|
PaletteList() |
Modifier and Type | Method and Description |
---|---|
GridPalette |
getPalette(int index) |
void |
GridPalette(int index,
GridPalette value) |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSize
public GridPalette getPalette(int index)
public void GridPalette(int index, GridPalette value)