Package | Description |
---|---|
de.espirit.firstspirit.client.plugin.contextmenu |
Provides interfaces and types for java client context menu plugins.
|
de.espirit.firstspirit.client.plugin.toolbar |
Provides interfaces and types for client toolbar plugins.
|
Modifier and Type | Method and Description |
---|---|
void |
ExecutableContextMenuItem.execute(ContextMenuContext context)
Executes an operation associated with this item considering the given context.
|
Icon |
JavaClientContextMenuItem.getIcon(ContextMenuContext context)
Returns the icon of this item or
null if this item has no icon. |
Icon |
SeparatorContextMenuItem.getIcon(ContextMenuContext context)
Noop.
|
String |
JavaClientContextMenuItem.getLabel(ContextMenuContext context)
Provides a label for this item wrt. the given context.
|
String |
SeparatorContextMenuItem.getLabel(ContextMenuContext context)
Noop.
|
List<? extends JavaClientContextMenuItem> |
GroupingContextMenuItem.getSubItems(ContextMenuContext context)
Provides a list of sub menu items.
|
boolean |
JavaClientContextMenuItem.isEnabled(ContextMenuContext context)
Indicates, whether this item is enabled wrt. the given context.
|
boolean |
SeparatorContextMenuItem.isEnabled(ContextMenuContext context)
Noop.
|
boolean |
JavaClientContextMenuItem.isVisible(ContextMenuContext context)
Indicates the visibility of this item wrt. the given context.
|
boolean |
SeparatorContextMenuItem.isVisible(ContextMenuContext context)
Noop.
|
Modifier and Type | Method and Description |
---|---|
List<? extends JavaClientContextMenuItem> |
ExecutableGroupingToolbarItem.getSubItems(ContextMenuContext context)
Provides a list of executable toolbar sub items.
|
Copyright © 2014 e-Spirit AG. All Rights Reserved. Build 5.0_BETA.500