Uses of Class
dsto.dfc.swing.commands.AbstractMutableCommand

Packages that use AbstractMutableCommand
dsto.dfc.swing.commands Framework for defining and presenting user commands in a UI. 
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.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. 
 

Uses of AbstractMutableCommand in dsto.dfc.swing.commands
 

Subclasses of AbstractMutableCommand in dsto.dfc.swing.commands
 class AbstractBooleanCommand
          Base class for commands that can be 'on' or 'off'.
 class AbstractCompositeCommand
          The AbstractCompositeCommand should be used when you want to have a list of commands that are in some way linked together.
 class AbstractEnumeratedCommand
          Abstract base class for commands that act to select one or more values from an enumerated set (eg zoom levels, open windows, etc).
 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.
 class BasicFileSaveAsCommand
          Base class for File "Save As..." commands.
 class BasicFileSaveCommand
          Base class for File Save commands.
 class BasicPropertiesCommand
          Base class for Properties type commands.
 

Uses of AbstractMutableCommand in dsto.dfc.swing.dnd
 

Subclasses of AbstractMutableCommand in dsto.dfc.swing.dnd
 class AbstractCnpCommand
          Abstract base class for clipboard based commands operating on a CnpProvider.
 class CmdCopy
          Copy from a CnpProvider to the system clipboard.
 class CmdCut
          Cut from a CnpProvider to the system clipboard.
 class CmdPaste
          Paste from the system clipboard to a CnpProvider.
 

Uses of AbstractMutableCommand in dsto.dfc.swing.forms
 

Subclasses of AbstractMutableCommand in dsto.dfc.swing.forms
 class AbstractShowCustomizerCommand
          Base implementation of the properties command that attempts to show a JavaBean's FormEditor-compliant customizer.
 

Uses of AbstractMutableCommand in dsto.dfc.swing.list
 

Subclasses of AbstractMutableCommand in dsto.dfc.swing.list
 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.
 

Uses of AbstractMutableCommand in dsto.dfc.swing.panels
 

Subclasses of AbstractMutableCommand in dsto.dfc.swing.panels
 class CmdClosePanel
          A Command that removes the currently active panel from the panel manager.
 class CmdFloatPanel
          A Command that sets the floating state of the currently active PanelManager.Panel to floatStatus.
 class CmdPageLayoutPanel
          A Command that opens up a page layout dialog.
 class CmdPrintPanel
          A Command that opens up a print dialog.
 class CmdPrintPreviewPanel
          A Command that opens up a print preview dialog.
 

Uses of AbstractMutableCommand in dsto.dfc.swing.persistence
 

Subclasses of AbstractMutableCommand in dsto.dfc.swing.persistence
 class BasicDocumentSaveAsCommand
          Basic command to execute the saveAs() method on a Document.
 class BasicDocumentSaveCommand
          Command to invoke the save () method on a Document.
 class BasicSerializeCommand
          Base implementation for commands that save objects using Serializer.
 

Uses of AbstractMutableCommand in dsto.dfc.swing.styles
 

Subclasses of AbstractMutableCommand in dsto.dfc.swing.styles
static class StyleSheetTableView.CmdClearValue
          The "Clear Value" command.
 

Uses of AbstractMutableCommand in dsto.dfc.swing.table
 

Subclasses of AbstractMutableCommand in dsto.dfc.swing.table
 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.
 

Uses of AbstractMutableCommand in dsto.dfc.swing.tree
 

Subclasses of AbstractMutableCommand 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.
 

Uses of AbstractMutableCommand in dsto.dfc.swing.undo
 

Subclasses of AbstractMutableCommand in dsto.dfc.swing.undo
 class AbstractUndoableCommand
          Abstract super class for undo and redo commands.
 class CmdRedo
          Command to invoke a single redo () on the MonitoredUndoManager.
 class CmdRedoTo
          Command class to invoke redoTo () on a MonitoredUndoManager.
 class CmdUndo
          Command to invoke a single undo () on the MonitoredUndoManager.
 class CmdUndoTo
          Command to invoke undoTo () on a MonitoredUndoManager.
 



Copyright © 2008 Commonwealth of Australia