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

Packages that use PatternSelector
dsto.dfc.swing.text.selection Support for pattern matching text (eg using regular expressions or numeric comparisons). 
 

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

Classes in dsto.dfc.swing.text.selection that implement PatternSelector
 class BooleanSelector
          Selector that matches booleans.
 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.
 class StringContainsSelector
          Simple selector matches values string-wise using toString () and contains ().
 class StringSelector
          Simple selector matches values string-wise using toString () and equals ().
 

Methods in dsto.dfc.swing.text.selection that return PatternSelector
static PatternSelector PatternSelectorFactory.createSelector(Class valueClass)
          Get a PatternSelector instance suitable for performing pattern matching on a given value type.
static PatternSelector PatternSelectorFactory.createSelector(Object value)
          Get a PatternSelector instance suitable for performing pattern matching on a given value.
 



Copyright © 2008 Commonwealth of Australia