|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Packages that use SelectionListener | |
---|---|
dsto.dfc.swing.commands | Framework for defining and presenting user commands in a UI. |
dsto.dfc.swing.event | |
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 SelectionListener in dsto.dfc.swing.commands |
---|
Classes in dsto.dfc.swing.commands that implement SelectionListener | |
---|---|
class |
AbstractMoveCommand
Base class for commands that move items up/down within their host. |
class |
AbstractSelectionBasedCommand
Base class for commands that are affected by changes in a SelectionEventSource (eg become disabled when nothing is selected). |
class |
BasicDeleteCommand
Basic delete command. |
Uses of SelectionListener in dsto.dfc.swing.event |
---|
Methods in dsto.dfc.swing.event with parameters of type SelectionListener | |
---|---|
void |
SelectionEventSource.addSelectionListener(SelectionListener l)
|
void |
BasicSelectionEventSource.addSelectionListener(SelectionListener l)
|
void |
SelectionEventSource.removeSelectionListener(SelectionListener l)
|
void |
BasicSelectionEventSource.removeSelectionListener(SelectionListener l)
|
Uses of SelectionListener in dsto.dfc.swing.list |
---|
Classes in dsto.dfc.swing.list that implement SelectionListener | |
---|---|
class |
CmdCustomize
Base implementation of the properties command that attempts to show the selected list entry's FormEditor-compliant customizer. |
class |
CmdDeleteRow
Deletes the currently selected row of a list using that is displaying a DfcListModel . |
Methods in dsto.dfc.swing.list with parameters of type SelectionListener | |
---|---|
void |
DfcList.addSelectionListener(SelectionListener l)
|
void |
DfcList.removeSelectionListener(SelectionListener l)
|
Uses of SelectionListener in dsto.dfc.swing.styles |
---|
Classes in dsto.dfc.swing.styles that implement SelectionListener | |
---|---|
static class |
StyleSheetTableView.CmdClearValue
The "Clear Value" command. |
Uses of SelectionListener in dsto.dfc.swing.table |
---|
Classes in dsto.dfc.swing.table that implement SelectionListener | |
---|---|
class |
AbstractCustomizeRowCommand
Abstract base class for commands that customize the selected row of a table. |
class |
CmdDeleteRows
Delete selected rows. |
class |
CmdMoveRow
Moves rows up/down the table. |
protected class |
MapTableView.CmdDeleteProperty
The "Delete Property" command. |
Methods in dsto.dfc.swing.table with parameters of type SelectionListener | |
---|---|
void |
DfcTable.addSelectionListener(SelectionListener l)
|
void |
DfcTable.removeSelectionListener(SelectionListener l)
|
Uses of SelectionListener in dsto.dfc.swing.tree |
---|
Classes in dsto.dfc.swing.tree that implement SelectionListener | |
---|---|
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. |
Methods in dsto.dfc.swing.tree with parameters of type SelectionListener | |
---|---|
void |
DfcTree.addSelectionListener(SelectionListener l)
|
void |
DfcTree.removeSelectionListener(SelectionListener l)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |