public class DecoratorToolbarPlugin extends YEditorPluginAdapter
Constructor and Description |
---|
DecoratorToolbarPlugin() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
Gets a description of the plugin
|
java.lang.String |
getName()
Gets the name of this plugin
|
javax.swing.JMenu |
getPluginMenu()
Gets an entire menu structure (menu, item and sub-items) that will
appear as a menu tree on the 'Plugins' menu, and that will take the
desired action(s) when selected
|
YAWLSelectedNetAction |
getPluginMenuAction()
Gets a menu action that will appear as a menu item on the 'Plugins'
menu, and that will take the desired action when the action is selected
|
javax.swing.JToolBar |
getToolbar()
Gets a toolbar for the plugin's actions, to be displayed under the
main editor toolbar
|
closeSpecification, identifierChanged, identifiersRationalised, initCompleted, netAdded, netElementAdded, netElementsRemoved, netRemoved, openSpecification, performPostFileOpenTasks, performPostFileSaveTasks, performPreCellRenderingTasks, performPreFileOpenTasks, performPreFileSaveTasks, performPreFileSaveTasks, portsConnected, resourcingChanged
public java.lang.String getName()
YEditorPlugin
getName
in interface YEditorPlugin
getName
in class YEditorPluginAdapter
public java.lang.String getDescription()
YEditorPlugin
getDescription
in interface YEditorPlugin
getDescription
in class YEditorPluginAdapter
public YAWLSelectedNetAction getPluginMenuAction()
YEditorPlugin
getPluginMenuAction
in interface YEditorPlugin
getPluginMenuAction
in class YEditorPluginAdapter
public javax.swing.JMenu getPluginMenu()
YEditorPlugin
getPluginMenu
in interface YEditorPlugin
getPluginMenu
in class YEditorPluginAdapter
public javax.swing.JToolBar getToolbar()
YEditorPlugin
getToolbar
in interface YEditorPlugin
getToolbar
in class YEditorPluginAdapter