Class SashComposite.OrientationChangedEvent
- java.lang.Object
- 
- java.util.EventObject
- 
- org.eclipse.net4j.util.event.Event
- 
- org.eclipse.net4j.util.ui.widgets.SashComposite.OrientationChangedEvent
 
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable,- IEvent
 - Enclosing class:
- SashComposite
 
 public class SashComposite.OrientationChangedEvent extends Event - Since:
- 2.0
- Author:
- Eike Stepper
- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description OrientationChangedEvent(boolean vertical)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description SashCompositegetSource()booleanisVertical()- 
Methods inherited from class org.eclipse.net4j.util.event.EventformatAdditionalParameters, formatEventName, toString
 
- 
 
- 
- 
- 
Method Detail- 
getSourcepublic SashComposite getSource() 
 - 
isVerticalpublic boolean isVertical() 
 
- 
 
-