dsto.dfc.swing.table
Class MapTableView.CmdDeleteProperty
java.lang.Object
dsto.dfc.swing.commands.AbstractCommand
dsto.dfc.swing.commands.AbstractMutableCommand
dsto.dfc.swing.commands.AbstractSelectionBasedCommand
dsto.dfc.swing.commands.BasicDeleteCommand
dsto.dfc.swing.table.CmdDeleteRows
dsto.dfc.swing.table.MapTableView.CmdDeleteProperty
- All Implemented Interfaces:
- Command, SelectionListener, Iconic, Copyable, Disposable, PropertyEventSource, ActionListener, Cloneable, EventListener
- Enclosing class:
- MapTableView
protected class MapTableView.CmdDeleteProperty
- extends CmdDeleteRows
The "Delete Property" command.
Method Summary |
String |
getDescription()
A short description of the command, suitable for a tooltip or use
in a status panel. |
String |
getName()
The formal identifying name for this command (eg edit.Copy, file.Open). |
MapTableView.CmdDeleteProperty
public MapTableView.CmdDeleteProperty()
getName
public String getName()
- Description copied from interface:
Command
- The formal identifying name for this command (eg edit.Copy, file.Open).
This must not change during the lifetime of a command
instance.
- Specified by:
getName
in interface Command
- Specified by:
getName
in interface Iconic
- Overrides:
getName
in class CmdDeleteRows
getDescription
public String getDescription()
- Description copied from interface:
Command
- A short description of the command, suitable for a tooltip or use
in a status panel.
- Specified by:
getDescription
in interface Command
- Overrides:
getDescription
in class CmdDeleteRows
Copyright © 2008 Commonwealth of Australia