|
TPTP 4.1.0 Platform Project Public API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.util.EventObject
org.eclipse.swt.internal.SWTEventObject
org.eclipse.swt.events.TypedEvent
org.eclipse.hyades.ui.widgets.zoomslider.ZoomControlBarEvent
A ZoomControlBarEvent represents a change in a ZoomControlBar.
| Field Summary | |
|---|---|
boolean |
finished
A boolean representing the finished state of the control bar change. |
double |
value
The new control value |
| Fields inherited from class org.eclipse.swt.events.TypedEvent |
|---|
data, display, time, widget |
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
ZoomControlBarEvent(java.lang.Object source,
double value,
boolean finished)
Construct a new ZoomControlBarEvent |
|
| Methods inherited from class org.eclipse.swt.events.TypedEvent |
|---|
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 |
| Field Detail |
public double value
public boolean finished
| Constructor Detail |
public ZoomControlBarEvent(java.lang.Object source,
double value,
boolean finished)
source - the ZoomControlBar sourcevalue - the new value of the controlfinished - the finished status of the control bar change
|
TPTP 4.1.0 Platform Project Public API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||