Class GeneiousAction.Divider
java.lang.Object
javax.swing.AbstractAction
com.biomatters.geneious.publicapi.plugin.GeneiousAction
com.biomatters.geneious.publicapi.plugin.GeneiousAction.Divider
- All Implemented Interfaces:
ActionListener,Serializable,Cloneable,EventListener,Action
- Enclosing class:
GeneiousAction
A subclass of GeneiousAction which is placed in a toolbar/menu as a divider.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.biomatters.geneious.publicapi.plugin.GeneiousAction
GeneiousAction.Divider, GeneiousAction.SubMenu, GeneiousAction.ToggleAction -
Field Summary
Fields inherited from class com.biomatters.geneious.publicapi.plugin.GeneiousAction
DESC, ICON, NAMEFields inherited from class javax.swing.AbstractAction
changeSupport, enabledFields inherited from interface javax.swing.Action
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, DISPLAYED_MNEMONIC_INDEX_KEY, LARGE_ICON_KEY, LONG_DESCRIPTION, MNEMONIC_KEY, SELECTED_KEY, SHORT_DESCRIPTION, SMALL_ICON -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.biomatters.geneious.publicapi.plugin.GeneiousAction
asMenuItem, asToolbarButton, equals, getActionsInMainMenuOrder, getActionsInPopupMenuOrder, getActionsInToolbarOrder, getCategory, getDescription, getIcon16, getIcon24, getIcon32, getIdentifier, getKeys, getMainMenuLocation, getMainMenuLocations, getName, getOptions, getShortcut, getValue, hashCode, isAllowedInCustomizeMenu, isEnabled, isInMainToolbar, isInPopupMenu, isProOnly, isSearchable, setAllowedInCustomizeMenu, setDescription, setEnabled, setIcons, setInMainToolbar, setInMainToolbar, setInPopupMenu, setInPopupMenu, setMainMenuLocation, setMainMenuLocation, setMainMenuLocations, setName, setProOnly, setSearchable, setShortcutKey, toStringMethods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getPropertyChangeListeners, putValue, removePropertyChangeListener
-
Constructor Details
-
Divider
public Divider()
-
-
Method Details
-
actionPerformed
-