Package org.openstreetmap.josm.gui.layer
Class Layer.SeparatorLayerAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- org.openstreetmap.josm.gui.layer.Layer.SeparatorLayerAction
-
- All Implemented Interfaces:
java.awt.event.ActionListener,java.io.Serializable,java.lang.Cloneable,java.util.EventListener,javax.swing.Action,Layer.LayerAction
- Enclosing class:
- Layer
public static class Layer.SeparatorLayerAction extends javax.swing.AbstractAction implements Layer.LayerAction
Special class that can be returned by getMenuEntries when JSeparator needs to be created- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static Layer.SeparatorLayerActionINSTANCEUnique instance
-
Constructor Summary
Constructors Constructor Description SeparatorLayerAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidactionPerformed(java.awt.event.ActionEvent e)java.awt.ComponentcreateMenuComponent()Creates and return the menu component.booleansupportLayers(java.util.List<Layer> layers)Determines if this action supports a given list of layers.-
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
-
-
-
Field Detail
-
INSTANCE
public static final Layer.SeparatorLayerAction INSTANCE
Unique instance
-
-
Constructor Detail
-
SeparatorLayerAction
public SeparatorLayerAction()
-
-
Method Detail
-
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)
- Specified by:
actionPerformedin interfacejava.awt.event.ActionListener
-
createMenuComponent
public java.awt.Component createMenuComponent()
Description copied from interface:Layer.LayerActionCreates and return the menu component.- Specified by:
createMenuComponentin interfaceLayer.LayerAction- Returns:
- the menu component
-
supportLayers
public boolean supportLayers(java.util.List<Layer> layers)
Description copied from interface:Layer.LayerActionDetermines if this action supports a given list of layers.- Specified by:
supportLayersin interfaceLayer.LayerAction- Parameters:
layers- list of layers- Returns:
trueif this action supports the given list of layers,falseotherwise
-
-