public interface ColorTableSelectorPanel extends Component
| Modifier and Type | Interface and Description |
|---|---|
static class |
ColorTableSelectorPanel.Modification |
| Modifier and Type | Method and Description |
|---|---|
void |
addListSelectionListener(javax.swing.event.ListSelectionListener listener) |
java.util.List<ColorTable> |
getAddedColorTables() |
java.util.List<<any>> |
getModifiedColorTables() |
java.util.List<<any>> |
getRemovedColorTables() |
ColorTable |
getSelected() |
void |
select(int i)
Selects the ColorTable at position i
|
void |
set(java.util.List<<any>> colorTables) |
void |
setEditable(boolean editable) |
asJComponentColorTable getSelected()
void select(int i)
i - void set(java.util.List<<any>> colorTables)
colorTables - java.util.List<<any>> getModifiedColorTables()
java.util.List<<any>> getRemovedColorTables()
java.util.List<ColorTable> getAddedColorTables()
void setEditable(boolean editable)
void addListSelectionListener(javax.swing.event.ListSelectionListener listener)
listener -