public static class Layer.SeparatorLayerAction extends javax.swing.AbstractAction implements Layer.LayerAction
Modifier and Type | Field and Description |
---|---|
static Layer.SeparatorLayerAction |
INSTANCE |
Constructor and Description |
---|
Layer.SeparatorLayerAction() |
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent e) |
java.awt.Component |
createMenuComponent() |
boolean |
supportLayers(java.util.List<Layer> layers) |
public static final Layer.SeparatorLayerAction INSTANCE
public Layer.SeparatorLayerAction()
public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed
in interface java.awt.event.ActionListener
public java.awt.Component createMenuComponent()
createMenuComponent
in interface Layer.LayerAction
public boolean supportLayers(java.util.List<Layer> layers)
supportLayers
in interface Layer.LayerAction