Uses of Interface
dsto.dfc.swing.event.SelectionEventSource

Packages that use SelectionEventSource
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.logging Components for displaying log messages. 
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 SelectionEventSource in dsto.dfc.swing.commands
 

Fields in dsto.dfc.swing.commands declared as SelectionEventSource
protected  SelectionEventSource AbstractSelectionBasedCommand.source
           
 

Constructors in dsto.dfc.swing.commands with parameters of type SelectionEventSource
AbstractMoveCommand(SelectionEventSource client, boolean direction)
          Create a new instance.
AbstractSelectionBasedCommand(SelectionEventSource source)
           
AbstractSelectionBasedCommand(SelectionEventSource source, String iconName)
           
BasicDeleteCommand(SelectionEventSource ui)
           
 

Uses of SelectionEventSource in dsto.dfc.swing.event
 

Classes in dsto.dfc.swing.event that implement SelectionEventSource
 class BasicSelectionEventSource
          Base implementation of SelectionEventSource.
 

Uses of SelectionEventSource in dsto.dfc.swing.list
 

Classes in dsto.dfc.swing.list that implement SelectionEventSource
 class DfcList
          An extended javax.swing.JList.
 

Uses of SelectionEventSource in dsto.dfc.swing.logging
 

Classes in dsto.dfc.swing.logging that implement SelectionEventSource
 class LogMessageTable
          Display a LogMessageBuffer in a table view.
 

Uses of SelectionEventSource in dsto.dfc.swing.styles
 

Classes in dsto.dfc.swing.styles that implement SelectionEventSource
 class StyleSheetTableView
          Views/edits a StyleSheet in a table view.
 

Uses of SelectionEventSource in dsto.dfc.swing.table
 

Classes in dsto.dfc.swing.table that implement SelectionEventSource
 class DfcTable
          DFC extended table component.
 class MapTableView
          Edits a java.util.Map in a table view.
 

Uses of SelectionEventSource in dsto.dfc.swing.tree
 

Classes in dsto.dfc.swing.tree that implement SelectionEventSource
 class DfcTree
          DFC'ified JTree, adding support for operations based on the extended DfcTreeModel.
 



Copyright © 2008 Commonwealth of Australia