Uses of Package
dsto.dfc.swing.text.selection

Packages that use dsto.dfc.swing.text.selection
dsto.dfc.swing.persistence Support for managing persistent objects. 
dsto.dfc.swing.text.selection Support for pattern matching text (eg using regular expressions or numeric comparisons). 
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. 
 

Classes in dsto.dfc.swing.text.selection used by dsto.dfc.swing.persistence
Selector
          Defines an object that can be matched against other objects.
 

Classes in dsto.dfc.swing.text.selection used by dsto.dfc.swing.text.selection
ASCII_CharStream
          An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
NumberSelectorCompilerConstants
           
NumberSelectorCompilerTokenManager
           
NumberSelectorPattern
          Pattern for NumberSelector's: represented as a set of Range values.
NumberSelectorPattern.Range
           
ParseException
          This exception is thrown when parse errors are encountered.
PatternSelector
          Selects values based on a pattern.
PatternSelector.SelectAllSelector
           
Selector
          Defines an object that can be matched against other objects.
Selector.SelectAllSelector
           
StringSelector
          Simple selector matches values string-wise using toString () and equals ().
Token
          Describes the input token stream.
 

Classes in dsto.dfc.swing.text.selection used by dsto.dfc.swing.tree
Selector
          Defines an object that can be matched against other objects.
 



Copyright © 2008 Commonwealth of Australia