| Package | Description |
|---|---|
| icy.gui.component.sequence |
Contains custom UI components for the Icy Sequence object
|
| icy.gui.main |
Contains graphic components and objects for the main interface
|
| Modifier and Type | Class and Description |
|---|---|
class |
SequenceChooser
The sequence chooser is a component derived from JComboBox.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MainInterfaceGui.addGlobalSequenceListener(GlobalSequenceListener listener) |
void |
MainInterfaceBatch.addGlobalSequenceListener(GlobalSequenceListener listener) |
void |
MainInterface.addGlobalSequenceListener(GlobalSequenceListener listener)
Add global Sequence listener
|
void |
MainInterfaceGui.removeGlobalSequenceListener(GlobalSequenceListener listener) |
void |
MainInterfaceBatch.removeGlobalSequenceListener(GlobalSequenceListener listener) |
void |
MainInterface.removeGlobalSequenceListener(GlobalSequenceListener listener)
Remove global Sequence listener
|