TPTP 4.1.0 Platform Project
Public API Specification

org.eclipse.hyades.ui.widgets.zoomslider
Class ZoomControlBarEvent

java.lang.Object
  extended byjava.util.EventObject
      extended byorg.eclipse.swt.internal.SWTEventObject
          extended byorg.eclipse.swt.events.TypedEvent
              extended byorg.eclipse.hyades.ui.widgets.zoomslider.ZoomControlBarEvent
All Implemented Interfaces:
java.io.Serializable

public class ZoomControlBarEvent
extends org.eclipse.swt.events.TypedEvent

A ZoomControlBarEvent represents a change in a ZoomControlBar.

Since:
4.0.0
See Also:
Serialized Form

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

value

public double value
The new control value


finished

public boolean finished
A boolean representing the finished state of the control bar change. This value is true if the change is complete.

Constructor Detail

ZoomControlBarEvent

public ZoomControlBarEvent(java.lang.Object source,
                           double value,
                           boolean finished)
Construct a new ZoomControlBarEvent

Parameters:
source - the ZoomControlBar source
value - the new value of the control
finished - the finished status of the control bar change

TPTP 4.1.0 Platform Project
Public API Specification