|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
org.das2.event.DasEvent
org.das2.event.DasMouseEvent
org.das2.event.MouseDragEvent
org.das2.event.MouseRangeSelectionEvent
public class MouseRangeSelectionEvent
Field Summary |
---|
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
MouseRangeSelectionEvent(java.lang.Object source,
int min,
int max,
boolean isModified)
Creates a new instance of DasDevicePositionEvent |
Method Summary | |
---|---|
int |
getMaximum()
|
int |
getMinimum()
|
boolean |
isModified()
|
Methods inherited from class org.das2.event.MouseDragEvent |
---|
getGesture, isGesture, toString |
Methods inherited from class java.util.EventObject |
---|
getSource |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public MouseRangeSelectionEvent(java.lang.Object source, int min, int max, boolean isModified)
Method Detail |
---|
public int getMinimum()
public int getMaximum()
public boolean isModified()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |