public class MoveDownAction extends javax.swing.AbstractAction implements IEnabledStateUpdating
| Modifier and Type | Field and Description |
|---|---|
private LayerListDialog.LayerListModel |
model |
| Constructor and Description |
|---|
MoveDownAction(LayerListDialog.LayerListModel model)
Constructs a new
MoveDownAction. |
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(java.awt.event.ActionEvent e) |
void |
updateEnabledState()
Called after the layer model has changed.
|
private final LayerListDialog.LayerListModel model
public MoveDownAction(LayerListDialog.LayerListModel model)
MoveDownAction.model - layer list modelpublic void updateEnabledState()
IEnabledStateUpdatingupdateEnabledState in interface IEnabledStateUpdatingpublic void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed in interface java.awt.event.ActionListener