Uses of Class
org.das2.event.DasSelectionEvent.Type

Packages that use DasSelectionEvent.Type
org.das2.event Classes for adding interactivity to the application components. 
 

Uses of DasSelectionEvent.Type in org.das2.event
 

Fields in org.das2.event declared as DasSelectionEvent.Type
static DasSelectionEvent.Type DasSelectionEvent.Type.AREA_SELECTION
           
static DasSelectionEvent.Type DasSelectionEvent.Type.HORIZONTAL_RANGE_SELECTION
           
static DasSelectionEvent.Type DasSelectionEvent.Type.HORIZONTAL_SLICE_SELECTION
           
static DasSelectionEvent.Type DasSelectionEvent.Type.NO_SELECTION
           
static DasSelectionEvent.Type DasSelectionEvent.Type.POINT_SELECTION
           
protected  DasSelectionEvent.Type DasSelectionEvent.selectionType
           
static DasSelectionEvent.Type DasSelectionEvent.Type.VERTICAL_RANGE_SELECTION
           
static DasSelectionEvent.Type DasSelectionEvent.Type.VERTICAL_SLICE_SELECTION
           
 

Methods in org.das2.event that return DasSelectionEvent.Type
 DasSelectionEvent.Type DasSelectionEvent.getSelectionType()
           
 

Constructors in org.das2.event with parameters of type DasSelectionEvent.Type
DasSelectionEvent(java.lang.Object source, DasSelectionEvent.Type selectionType, boolean isShiftDown, java.awt.Point dot, java.awt.Point mark)
          Creates a new instance of DasSelectionEvent