| org.eclipse.ui.part.IWorkbenchPartOrientation
All known Subclasses: org.eclipse.ui.part.WorkbenchPart,
IWorkbenchPartOrientation | public interface IWorkbenchPartOrientation (Code) | | The IWorkbenchPartOrientation is the interface that defines the orientation
of the part. If a type does not implement this interface an orientation of
SWT.NONE will be assumed.
See Also: org.eclipse.swt.SWT.RIGHT_TO_LEFT See Also: org.eclipse.swt.SWT.LEFT_TO_RIGHT See Also: See Also: org.eclipse.swt.SWT.NONE See Also: Window.getDefaultOrientation since: 3.1 |
Method Summary | |
public int | getOrientation() Return the orientation of this part. |
getOrientation | public int getOrientation()(Code) | | Return the orientation of this part.
int SWT#RIGHT_TO_LEFT or SWT#LEFT_TO_RIGHT See Also: Window.getDefaultOrientation See Also: SWT.RIGHT_TO_LEFT See Also: SWT.LEFT_TO_RIGHT See Also: Window.getDefaultOrientation |
|
|