Eclipse Remote Application Platform

org.eclipse.swt.events
Class ExpandEvent

java.lang.Object
  extended by SWTEventObject
      extended by org.eclipse.swt.events.TypedEvent
          extended by org.eclipse.swt.events.SelectionEvent
              extended by org.eclipse.swt.events.ExpandEvent

public class ExpandEvent
extends SelectionEvent

Instances of this class are sent as a result of expand item being expanded and collapsed.

Since:
1.2
See Also:
ExpandListener

Field Summary
 
Fields inherited from class org.eclipse.swt.events.SelectionEvent
detail, doit, height, item, stateMask, text, width, x, y
 
Fields inherited from class org.eclipse.swt.events.TypedEvent
data, display, time, widget
 
Constructor Summary
ExpandEvent(Event event)
          Constructs a new instance of this class based on the information in the given untyped event.
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExpandEvent

public ExpandEvent(Event event)
Constructs a new instance of this class based on the information in the given untyped event.

Parameters:
event - the untyped event containing the information
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class SelectionEvent

Eclipse Remote Application Platform

Copyright (c) EclipseSource and others 2002, 2012. All rights reserved.