org.eclipse.net4j.util.ui.widgets
Class SashComposite.OrientationChangedEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.eclipse.net4j.util.event.Event
          extended by org.eclipse.net4j.util.ui.widgets.SashComposite.OrientationChangedEvent
All Implemented Interfaces:
Serializable, IEvent
Enclosing class:
SashComposite

public class SashComposite.OrientationChangedEvent
extends Event

Since:
2.0
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
SashComposite.OrientationChangedEvent(boolean vertical)
           
 
Method Summary
 SashComposite getSource()
           
 boolean isVertical()
           
 
Methods inherited from class org.eclipse.net4j.util.event.Event
formatAdditionalParameters, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SashComposite.OrientationChangedEvent

public SashComposite.OrientationChangedEvent(boolean vertical)
Method Detail

getSource

public SashComposite getSource()
Specified by:
getSource in interface IEvent
Overrides:
getSource in class Event

isVertical

public boolean isVertical()


Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.