|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractSelectionBasedCommand | |
---|---|
dsto.dfc.swing.commands | Framework for defining and presenting user commands in a UI. |
dsto.dfc.swing.list | Extended support for the Swing JList and ListModel classes. |
dsto.dfc.swing.styles | |
dsto.dfc.swing.table | Extension of the Swing table framework to support advanced (add, remove, copy, paste etc) table models and provide several extensions to the JTable component. |
dsto.dfc.swing.tree | Extends the Swing tree package to add support for advanced tree models (supporting add, remove, copy, paste etc) and provide several extensions to the JTree component. |
Uses of AbstractSelectionBasedCommand in dsto.dfc.swing.commands |
---|
Subclasses of AbstractSelectionBasedCommand in dsto.dfc.swing.commands | |
---|---|
class |
AbstractMoveCommand
Base class for commands that move items up/down within their host. |
class |
BasicDeleteCommand
Basic delete command. |
Uses of AbstractSelectionBasedCommand in dsto.dfc.swing.list |
---|
Subclasses of AbstractSelectionBasedCommand in dsto.dfc.swing.list | |
---|---|
class |
CmdDeleteRow
Deletes the currently selected row of a list using that is displaying a DfcListModel . |
Uses of AbstractSelectionBasedCommand in dsto.dfc.swing.styles |
---|
Subclasses of AbstractSelectionBasedCommand in dsto.dfc.swing.styles | |
---|---|
static class |
StyleSheetTableView.CmdClearValue
The "Clear Value" command. |
Uses of AbstractSelectionBasedCommand in dsto.dfc.swing.table |
---|
Subclasses of AbstractSelectionBasedCommand in dsto.dfc.swing.table | |
---|---|
class |
CmdDeleteRows
Delete selected rows. |
class |
CmdMoveRow
Moves rows up/down the table. |
protected class |
MapTableView.CmdDeleteProperty
The "Delete Property" command. |
Uses of AbstractSelectionBasedCommand in dsto.dfc.swing.tree |
---|
Subclasses of AbstractSelectionBasedCommand in dsto.dfc.swing.tree | |
---|---|
class |
CmdAddEntry
Add a new entry as a child of the currently selected entry. |
class |
CmdDelete
Delete currently selected node and all children. |
class |
CmdMoveEntry
A command that moves tree entries up/down within their parent. |
class |
CmdRename
Rename the selected node. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |