org.das2.event
Class DasSelectionEvent.Type
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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
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