Uses of Class
main.Range

Packages that use Range
main   
 

Uses of Range in main
 

Fields in main declared as Range
private  Range RangeEditor.range
           
 

Fields in main with type parameters of type Range
private  java.util.ArrayList<Range> DisplayRanges.ranges
           
 

Methods in main that return Range
 Range RangeEditor.getRange()
          Gets the range that has been created with this dialog, or null if a range has not been created.
 

Methods in main that return types with arguments of type Range
 java.util.ArrayList<Range> DisplayRanges.getRanges()
           
 java.util.Iterator<Range> DisplayRanges.iterator()
          Returns an iterator over the ranges.
 

Methods in main with parameters of type Range
 void DisplayRanges.addRange(Range range)
          Adds the specified range to the list of ranges.
 int Range.compareTo(Range range)
          Compares this instance of Range with the specified instance.
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.
 boolean DisplayRanges.removeRange(Range range)
          Removes the range that is identical to the argument range.
protected  void RangeEditor.setRange(Range range)
          Sets the range represented by this dialog.
 

Constructors in main with parameters of type Range
ColorRangeEditor(Range range)
          Constructs and new ColorRangeEditor dialog with initial values specified by the argument.
RangeEditor(Range range)
          Constructs and new RangeEditor dialog with initial values specified by the argument.
SizeRangeEditor(Range range)
          Constructs and new SizeRangeEditor dialog with initial values specified by the argument.