|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CommandSource | |
---|---|
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.logging | Components for displaying log messages. |
dsto.dfc.swing.panels | Provides MDI-style window management support for managing a set of components. |
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. |
dsto.dfc.swing.undo | Extends Swing undo/redo framework to add generalized support for monitoring user edits and displaying them in a UI. |
Uses of CommandSource in dsto.dfc.swing.commands |
---|
Classes in dsto.dfc.swing.commands that implement CommandSource | |
---|---|
class |
ToolbarPanel
A host panel that shows a component in the center and a toolbar built from the component's toolbar command view at the top (the component must implement CommandSource and return a TOOLBAR_VIEW for this be
automatic). |
Uses of CommandSource in dsto.dfc.swing.list |
---|
Classes in dsto.dfc.swing.list that implement CommandSource | |
---|---|
class |
DfcList
An extended javax.swing.JList. |
Uses of CommandSource in dsto.dfc.swing.logging |
---|
Classes in dsto.dfc.swing.logging that implement CommandSource | |
---|---|
class |
LogMessageTable
Display a LogMessageBuffer in a table view. |
Uses of CommandSource in dsto.dfc.swing.panels |
---|
Classes in dsto.dfc.swing.panels that implement CommandSource | |
---|---|
class |
ClientCommandViews
A Client Command View alters the commands visible on the main menu, context menu, and tool bar for a changing client. |
class |
DynamicCommandViews
A Dynamic Command View alters the commands visible on the main menu, context menu, and tool bar of the panel manager. |
class |
PanelManager
Manages a set of panels similar to a Window Manager. |
class |
PanelManager.Panel
A panel managed by the panel manager. |
class |
StandardCommandViews
StandardCommandViews encapsulates the main, toolbar, and context menus. |
Uses of CommandSource in dsto.dfc.swing.styles |
---|
Classes in dsto.dfc.swing.styles that implement CommandSource | |
---|---|
class |
StyleSheetTableView
Views/edits a StyleSheet in a table view. |
Uses of CommandSource in dsto.dfc.swing.table |
---|
Classes in dsto.dfc.swing.table that implement CommandSource | |
---|---|
class |
DfcTable
DFC extended table component. |
class |
MapTableView
Edits a java.util.Map in a table view. |
Uses of CommandSource in dsto.dfc.swing.tree |
---|
Classes in dsto.dfc.swing.tree that implement CommandSource | |
---|---|
class |
DfcTree
DFC'ified JTree, adding support for operations based on the extended DfcTreeModel. |
Uses of CommandSource in dsto.dfc.swing.undo |
---|
Classes in dsto.dfc.swing.undo that implement CommandSource | |
---|---|
class |
MonitorPanel
Hosts list of edits and allows display/selection using a ParametersPanel . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |