Package | Description |
---|---|
ptolemy.vergil.toolbox |
Vergil factories.
|
Modifier and Type | Field and Description |
---|---|
static FigureAction.SourceType |
FigureAction.CANVAS_TYPE
When the action was fired from a canvas interactor.
|
static FigureAction.SourceType |
FigureAction.CONTEXTMENU_TYPE
When the action was fired from a context menu.
|
static FigureAction.SourceType |
FigureAction.HOTKEY_TYPE
When the action was fired from a hotkey.
|
static FigureAction.SourceType |
FigureAction.MENUBAR_TYPE
When the action was fired from a menubar.
|
static FigureAction.SourceType |
FigureAction.TOOLBAR_TYPE
When the action was fired from a toolbar icon.
|
Modifier and Type | Method and Description |
---|---|
FigureAction.SourceType |
FigureAction.getSourceType()
Return the source type of this action, which is one of
CANVAS_TYPE, CONTEXTMENU_TYPE, TOOLBAR_TYPE, MENUBAR_TYPE,
HOTKEY_TYPE, or null if none was recognized.
|