public abstract class AbstractPluginAction extends AbstractAction implements PluginAction
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, DISPLAYED_MNEMONIC_INDEX_KEY, LARGE_ICON_KEY, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SELECTED_KEY, SHORT_DESCRIPTION, SMALL_ICON
Constructor and Description |
---|
AbstractPluginAction(Plugin plugin,
String name,
Icon icon)
Creates a new instance of AbstractPluginAction
|
Modifier and Type | Method and Description |
---|---|
JPanel |
getPanel()
GUI Panel for associated plugin.
|
Plugin |
getPlugin()
Return associated plugin.
|
addPropertyChangeListener, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addPropertyChangeListener, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
actionPerformed
public Plugin getPlugin()
getPlugin
in interface PluginAction
public JPanel getPanel()
getPanel
in interface PluginAction
Copyright © 2018. All rights reserved.