Package com.actelion.research.gui
Class PruningBarEvent
- java.lang.Object
-
- java.util.EventObject
-
- com.actelion.research.gui.PruningBarEvent
-
- All Implemented Interfaces:
java.io.Serializable
public class PruningBarEvent extends java.util.EventObject
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int
TYPE_DRAGGED
static int
TYPE_TYPED
-
Constructor Summary
Constructors Constructor Description PruningBarEvent(java.lang.Object source, float low, float high, boolean adjusting, int id)
PruningBarEvent(java.lang.Object source, float low, float high, boolean adjusting, int id, int type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description float
getHighValue()
int
getID()
float
getLowValue()
int
getType()
boolean
isAdjusting()
-
-
-
Field Detail
-
TYPE_DRAGGED
public static final int TYPE_DRAGGED
- See Also:
- Constant Field Values
-
TYPE_TYPED
public static final int TYPE_TYPED
- See Also:
- Constant Field Values
-
-