org.das2.event
Class DasSelectionEvent.Type

java.lang.Object
  extended by org.das2.event.DasSelectionEvent.Type
Enclosing class:
DasSelectionEvent

public static class DasSelectionEvent.Type
extends java.lang.Object

Type-safe enumeration class for selection type contants.


Field Summary
static DasSelectionEvent.Type AREA_SELECTION
           
static DasSelectionEvent.Type HORIZONTAL_RANGE_SELECTION
           
static DasSelectionEvent.Type HORIZONTAL_SLICE_SELECTION
           
static DasSelectionEvent.Type NO_SELECTION
           
static DasSelectionEvent.Type POINT_SELECTION
           
static DasSelectionEvent.Type VERTICAL_RANGE_SELECTION
           
static DasSelectionEvent.Type VERTICAL_SLICE_SELECTION
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 boolean isSingleSelection()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

AREA_SELECTION

public static final DasSelectionEvent.Type AREA_SELECTION

POINT_SELECTION

public static final DasSelectionEvent.Type POINT_SELECTION

VERTICAL_SLICE_SELECTION

public static final DasSelectionEvent.Type VERTICAL_SLICE_SELECTION

HORIZONTAL_SLICE_SELECTION

public static final DasSelectionEvent.Type HORIZONTAL_SLICE_SELECTION

VERTICAL_RANGE_SELECTION

public static final DasSelectionEvent.Type VERTICAL_RANGE_SELECTION

HORIZONTAL_RANGE_SELECTION

public static final DasSelectionEvent.Type HORIZONTAL_RANGE_SELECTION

NO_SELECTION

public static final DasSelectionEvent.Type NO_SELECTION
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

isSingleSelection

public boolean isSingleSelection()

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object