Uses of Package
dsto.dfc.swing.commands

Packages that use dsto.dfc.swing.commands
dsto.dfc.swing.commands Framework for defining and presenting user commands in a UI. 
dsto.dfc.swing.controls Miscellaneous UI components and support classes. 
dsto.dfc.swing.dnd Extensions to the AWT Drag and Drop/Copy and Paste packages. 
dsto.dfc.swing.forms A high-level framework supporting the assembly of UI editor components into forms. 
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.persistence Support for managing persistent objects. 
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. 
 

Classes in dsto.dfc.swing.commands used by dsto.dfc.swing.commands
AbstractCommand
          Base class for commands.
AbstractMutableCommand
          Base class for commands that have changeable properties.
AbstractSelectionBasedCommand
          Base class for commands that are affected by changes in a SelectionEventSource (eg become disabled when nothing is selected).
Command
          Defines a command that may be executed by the user.
CommandSource
          Defines an object (often a UI component) that exports one or more CommandView's.
CommandView
          A list of Command's and sub-CommandView's intended to define the commands presented in a given UI context, such as a main menu or a toolbar.
CommandViewNode
          A node used to build the merged command trees used by CommandView's.
CommandViewNodeEvent
           
CommandViewNodeListener
          Defines the events fired by CommandViewNode's.
CompositeCommand
          Use when you want a command that 'selects' from a defined set of commands.
CustomMenuProvider
          Interface for commands that want to provide a custom menu UI.
CustomToolBarProvider
          Interface for commands that wish to provide a customized toolbar UI.
EnumeratedCommand
          Defines a command whose behaviour 'selects' from a defined set of enumerated values.
 

Classes in dsto.dfc.swing.commands used by dsto.dfc.swing.controls
AbstractCommand
          Base class for commands.
Command
          Defines a command that may be executed by the user.
 

Classes in dsto.dfc.swing.commands used by dsto.dfc.swing.dnd
AbstractCommand
          Base class for commands.
AbstractMutableCommand
          Base class for commands that have changeable properties.
Command
          Defines a command that may be executed by the user.
 

Classes in dsto.dfc.swing.commands used by dsto.dfc.swing.forms
AbstractCommand
          Base class for commands.
AbstractMutableCommand
          Base class for commands that have changeable properties.
BasicPropertiesCommand
          Base class for Properties type commands.
Command
          Defines a command that may be executed by the user.
 

Classes in dsto.dfc.swing.commands used by dsto.dfc.swing.list
AbstractCommand
          Base class for commands.
AbstractMutableCommand
          Base class for commands that have changeable properties.
AbstractSelectionBasedCommand
          Base class for commands that are affected by changes in a SelectionEventSource (eg become disabled when nothing is selected).
BasicAddEntryCommand
          Base class for commands that add a new entry to a control.
BasicDeleteCommand
          Basic delete command.
BasicPropertiesCommand
          Base class for Properties type commands.
Command
          Defines a command that may be executed by the user.
CommandSource
          Defines an object (often a UI component) that exports one or more CommandView's.
CommandView
          A list of Command's and sub-CommandView's intended to define the commands presented in a given UI context, such as a main menu or a toolbar.
 

Classes in dsto.dfc.swing.commands used by dsto.dfc.swing.logging
AbstractCommand
          Base class for commands.
Command
          Defines a command that may be executed by the user.
CommandSource
          Defines an object (often a UI component) that exports one or more CommandView's.
 

Classes in dsto.dfc.swing.commands used by dsto.dfc.swing.panels
AbstractCommand
          Base class for commands.
AbstractMutableCommand
          Base class for commands that have changeable properties.
Command
          Defines a command that may be executed by the user.
CommandSource
          Defines an object (often a UI component) that exports one or more CommandView's.
CommandView
          A list of Command's and sub-CommandView's intended to define the commands presented in a given UI context, such as a main menu or a toolbar.
 

Classes in dsto.dfc.swing.commands used by dsto.dfc.swing.persistence
AbstractCommand
          Base class for commands.
AbstractMutableCommand
          Base class for commands that have changeable properties.
BasicFileSaveAsCommand
          Base class for File "Save As..." commands.
BasicFileSaveCommand
          Base class for File Save commands.
Command
          Defines a command that may be executed by the user.
 

Classes in dsto.dfc.swing.commands used by dsto.dfc.swing.styles
AbstractCommand
          Base class for commands.
AbstractMutableCommand
          Base class for commands that have changeable properties.
AbstractSelectionBasedCommand
          Base class for commands that are affected by changes in a SelectionEventSource (eg become disabled when nothing is selected).
Command
          Defines a command that may be executed by the user.
CommandSource
          Defines an object (often a UI component) that exports one or more CommandView's.
 

Classes in dsto.dfc.swing.commands used by dsto.dfc.swing.table
AbstractCommand
          Base class for commands.
AbstractMoveCommand
          Base class for commands that move items up/down within their host.
AbstractMutableCommand
          Base class for commands that have changeable properties.
AbstractSelectionBasedCommand
          Base class for commands that are affected by changes in a SelectionEventSource (eg become disabled when nothing is selected).
BasicAddEntryCommand
          Base class for commands that add a new entry to a control.
BasicDeleteCommand
          Basic delete command.
BasicPropertiesCommand
          Base class for Properties type commands.
Command
          Defines a command that may be executed by the user.
CommandSource
          Defines an object (often a UI component) that exports one or more CommandView's.
CommandView
          A list of Command's and sub-CommandView's intended to define the commands presented in a given UI context, such as a main menu or a toolbar.
 

Classes in dsto.dfc.swing.commands used by dsto.dfc.swing.tree
AbstractCommand
          Base class for commands.
AbstractMoveCommand
          Base class for commands that move items up/down within their host.
AbstractMutableCommand
          Base class for commands that have changeable properties.
AbstractSelectionBasedCommand
          Base class for commands that are affected by changes in a SelectionEventSource (eg become disabled when nothing is selected).
BasicDeleteCommand
          Basic delete command.
Command
          Defines a command that may be executed by the user.
CommandSource
          Defines an object (often a UI component) that exports one or more CommandView's.
CommandView
          A list of Command's and sub-CommandView's intended to define the commands presented in a given UI context, such as a main menu or a toolbar.
 

Classes in dsto.dfc.swing.commands used by dsto.dfc.swing.undo
AbstractCommand
          Base class for commands.
AbstractMutableCommand
          Base class for commands that have changeable properties.
Command
          Defines a command that may be executed by the user.
CommandSource
          Defines an object (often a UI component) that exports one or more CommandView's.
CommandView
          A list of Command's and sub-CommandView's intended to define the commands presented in a given UI context, such as a main menu or a toolbar.
 



Copyright © 2008 Commonwealth of Australia