public static class Layer.SeparatorLayerAction extends AbstractAction implements Layer.LayerAction
Modifier and Type | Field and Description |
---|---|
static Layer.SeparatorLayerAction |
INSTANCE |
changeSupport, enabled
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 |
---|
Layer.SeparatorLayerAction() |
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(ActionEvent e) |
Component |
createMenuComponent() |
boolean |
supportLayers(List<Layer> layers) |
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
public static final Layer.SeparatorLayerAction INSTANCE
public Layer.SeparatorLayerAction()
public void actionPerformed(ActionEvent e)
actionPerformed
in interface ActionListener
public Component createMenuComponent()
createMenuComponent
in interface Layer.LayerAction
public boolean supportLayers(List<Layer> layers)
supportLayers
in interface Layer.LayerAction