Uses of Interface
dsto.dfc.swing.text.selection.Selector

Packages that use Selector
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. 
 

Uses of Selector in dsto.dfc.swing.persistence
 

Methods in dsto.dfc.swing.persistence with parameters of type Selector
 String[] PersistenceManager.listObjects(Selector selector)
          Retrieve the list of all available persistent objects matching a given selector.
 String[] PersistenceManager.listObjects(String dir, Selector selector)
          Retrieve the list of all available persistent objects matching a given selector.
 

Uses of Selector in dsto.dfc.swing.text.selection
 

Subinterfaces of Selector in dsto.dfc.swing.text.selection
 interface PatternSelector
          Selects values based on a pattern.
 

Classes in dsto.dfc.swing.text.selection that implement Selector
 class BooleanSelector
          Selector that matches booleans.
 class ClassSelector
          A selector that matches compatible classes.
 class CollectionSelector
          A selector that applies a sub selector to match against Collection's.
 class DateSelector
          A basic selector for java.util.Date objects.
 class NumberSelector
          Uses patterns such as "[0:1],10,>=12,(13:*],<200" to match numbers (int, float and double).
static class PatternSelector.SelectAllSelector
           
 class RegexSelector
          Selector that uses Perl 5 compatible regular expressions.
static class Selector.SelectAllSelector
           
 class StringContainsSelector
          Simple selector matches values string-wise using toString () and contains ().
 class StringSelector
          Simple selector matches values string-wise using toString () and equals ().
 

Fields in dsto.dfc.swing.text.selection declared as Selector
protected  Selector SelectorFilenameFilter.selector
           
protected  Selector SelectorFileFilter.selector
           
protected  Selector CollectionSelector.subSelector
           
 

Constructors in dsto.dfc.swing.text.selection with parameters of type Selector
CollectionSelector(Selector subSelector)
           
CollectionSelector(Selector subSelector, int mode)
           
SelectorFileFilter(Selector selector)
           
SelectorFilenameFilter(Selector selector)
           
 

Uses of Selector in dsto.dfc.swing.tree
 

Methods in dsto.dfc.swing.tree with parameters of type Selector
protected  void DfcTree.doExpandAll(TreePath path, int levelCount, Selector selector)
           
 void DfcTree.expandAll(TreePath path, int maxLevel, Selector selector)
          Expand all nodes in the tree from a given path up to a given level.
 



Copyright © 2008 Commonwealth of Australia