Uses of Class
main.RangeEditor

Packages that use RangeEditor
main   
 

Uses of RangeEditor in main
 

Subclasses of RangeEditor in main
 class ColorRangeEditor
          The ColorRangeEditor class constructs a modal dialog that allows the user to create Range with an associated color in a GUI environment.
 class SizeRangeEditor
          The SizeRangeEditor class constructs a modal dialog that allows the user to create Range with an associated size in a GUI environment.
 

Methods in main that return RangeEditor
protected abstract  RangeEditor DisplayRangesCustomizer.createRangeEditor()
          Creates a RangeEditor for creating a new range.
protected  RangeEditor SizeRangesCustomizer.createRangeEditor()
          Creates a SizeRangeEditor for creating a new range with an associated size.
protected  RangeEditor ColorRangesCustomizer.createRangeEditor()
          Creates a ColorRangeEditor for creating a new range with an associated color.
protected abstract  RangeEditor DisplayRangesCustomizer.createRangeEditor(Range range)
          Creates a RangeEditor for editing the specified range.
protected  RangeEditor SizeRangesCustomizer.createRangeEditor(Range range)
          Creates a SizeRangeEditor for editing the specified range.
protected  RangeEditor ColorRangesCustomizer.createRangeEditor(Range range)
          Creates a ColorRangeEditor for editing the specified range.