dsto.dfc.swing.text.selection
Class ClassSelector

java.lang.Object
  extended by dsto.dfc.swing.text.selection.ClassSelector
All Implemented Interfaces:
Selector

public class ClassSelector
extends Object
implements Selector

A selector that matches compatible classes.

Version:
$Revision$

Nested Class Summary
 
Nested classes/interfaces inherited from interface dsto.dfc.swing.text.selection.Selector
Selector.SelectAllSelector
 
Field Summary
protected  Class matchClass
           
 
Fields inherited from interface dsto.dfc.swing.text.selection.Selector
SELECT_ALL
 
Constructor Summary
ClassSelector(Class matchClass)
           
 
Method Summary
 boolean matches(Object value)
          True if this selector matches the given value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

matchClass

protected Class matchClass
Constructor Detail

ClassSelector

public ClassSelector(Class matchClass)
Method Detail

matches

public boolean matches(Object value)
Description copied from interface: Selector
True if this selector matches the given value.

Specified by:
matches in interface Selector


Copyright © 2008 Commonwealth of Australia