Package | Description |
---|---|
icy.action |
Contains all Icy action command classes which are accessible through the search bar
|
icy.common |
Contains common shared object and classes in Icy
|
icy.gui.component.button |
Contains custom button components
|
icy.gui.component.menu |
Contains custom menu components
|
plugins.kernel.searchprovider |
Contains all Search Provider plugins included in the kernel.
|
Modifier and Type | Class and Description |
---|---|
static class |
CanvasActions.ToggleLayersAction |
static class |
SequenceOperationActions.ExtractChannelAction |
static class |
SequenceOperationActions.MergeDimensionAction |
static class |
SequenceOperationActions.RemoveChannelAction |
static class |
SequenceOperationActions.ToggleVirtualSequenceAction |
Modifier and Type | Field and Description |
---|---|
static java.util.List<IcyAbstractAction> |
ActionManager.actions
All registered action
|
Modifier and Type | Method and Description |
---|---|
static IcyAbstractAction |
SequenceOperationActions.getConvertSequenceAction(DataType dataType,
boolean scaled) |
Modifier and Type | Method and Description |
---|---|
static java.util.List<IcyAbstractAction> |
WindowActions.getAllActions()
Return all actions of this class
|
static java.util.List<IcyAbstractAction> |
ViewerActions.getAllActions()
Return all actions of this class
|
static java.util.List<IcyAbstractAction> |
SequenceOperationActions.getAllActions()
Return all actions of this class
|
static java.util.List<IcyAbstractAction> |
RoiActions.getAllActions()
Return all actions of this class
|
static java.util.List<IcyAbstractAction> |
PreferencesActions.getAllActions()
Return all actions of this class
|
static java.util.List<IcyAbstractAction> |
GeneralActions.getAllActions()
Return all actions of this class
|
static java.util.List<IcyAbstractAction> |
FileActions.getAllActions()
Return all actions of this class
|
static java.util.List<IcyAbstractAction> |
CanvasActions.getAllActions()
Return all actions of this class
|
Modifier and Type | Class and Description |
---|---|
class |
IcyAbstractAction
Deprecated.
Use
IcyAbstractAction instead. |
Modifier and Type | Method and Description |
---|---|
IcyAbstractAction |
IcyCommandToggleMenuButton.getAction()
Returns the
IcyAbstractAction attached to this button. |
IcyAbstractAction |
IcyCommandToggleButton.getAction()
Returns the
IcyAbstractAction attached to this button. |
IcyAbstractAction |
IcyCommandMenuButton.getAction()
Returns the
IcyAbstractAction attached to this button. |
IcyAbstractAction |
IcyCommandButton.getAction()
Returns the
IcyAbstractAction attached to this button. |
Modifier and Type | Method and Description |
---|---|
void |
IcyCommandToggleMenuButton.setAction(IcyAbstractAction value)
Sets the
IcyAbstractAction attached to this button. |
void |
IcyCommandToggleButton.setAction(IcyAbstractAction value)
Sets the
IcyAbstractAction attached to this button. |
void |
IcyCommandMenuButton.setAction(IcyAbstractAction value)
Sets the
IcyAbstractAction attached to this button. |
void |
IcyCommandButton.setAction(IcyAbstractAction value)
Sets the
IcyAbstractAction attached to this button. |
Constructor and Description |
---|
IcyButton(IcyAbstractAction action)
Create a button with specified action.
|
IcyCommandButton(IcyAbstractAction action) |
IcyCommandMenuButton(IcyAbstractAction action) |
IcyCommandToggleButton(IcyAbstractAction action) |
IcyCommandToggleMenuButton(IcyAbstractAction action) |
IcyToggleButton(IcyAbstractAction action)
Create a toggle button with specified action
|
Constructor and Description |
---|
IcyRibbonApplicationMenuEntryPrimary(IcyAbstractAction action) |
IcyRibbonApplicationMenuEntrySecondary(IcyAbstractAction action) |
Modifier and Type | Method and Description |
---|---|
IcyAbstractAction |
KernelSearchResultProducer.KernelSearchResult.getAction() |
Modifier and Type | Method and Description |
---|---|
static int |
KernelSearchResultProducer.searchInAction(IcyAbstractAction action,
java.lang.String[] words,
boolean startWithOnly) |
static int |
KernelSearchResultProducer.searchInAction(IcyAbstractAction action,
java.lang.String word,
boolean startWithOnly) |
Constructor and Description |
---|
KernelSearchResultProducer.KernelSearchResult(SearchResultProducer provider,
IcyAbstractAction action,
java.lang.String[] searchWords,
int priority) |