Package | Description |
---|---|
icy.common |
Contains common shared object and classes in Icy
|
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 | Interface and Description |
---|---|
interface |
AcceptListener
Deprecated.
Use
AcceptListener instead |
interface |
Filter
Deprecated.
use
AcceptListener instead |
Modifier and Type | Method and Description |
---|---|
AcceptListener |
SequenceChooserPanel.getFilter() |
AcceptListener |
SequenceChooser.getFilter() |
Modifier and Type | Method and Description |
---|---|
void |
SequenceChooserPanel.setFilter(AcceptListener filter) |
void |
SequenceChooser.setFilter(AcceptListener filter)
Set a filter for sequence display.
|
Modifier and Type | Method and Description |
---|---|
void |
MainInterfaceGui.addCanExitListener(AcceptListener listener) |
void |
MainInterfaceBatch.addCanExitListener(AcceptListener listener) |
void |
MainInterface.addCanExitListener(AcceptListener listener)
Add "can exit" listener.
|
void |
MainInterfaceGui.removeCanExitListener(AcceptListener listener) |
void |
MainInterfaceBatch.removeCanExitListener(AcceptListener listener) |
void |
MainInterface.removeCanExitListener(AcceptListener listener)
Remove "can exit" listener
|