Eclipse Platform
Release 3.1

org.eclipse.ui.part
Interface IWorkbenchPartOrientation

All Known Implementing Classes:
WorkbenchPart

public interface IWorkbenchPartOrientation

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.

Since:
3.1
See Also:
SWT.RIGHT_TO_LEFT, SWT.LEFT_TO_RIGHT, SWT.NONE, Window.getDefaultOrientation()

Method Summary
 int getOrientation()
          Return the orientation of this part.
 

Method Detail

getOrientation

public int getOrientation()
Return the orientation of this part.

Returns:
int SWT#RIGHT_TO_LEFT or SWT#LEFT_TO_RIGHT
See Also:
Window.getDefaultOrientation(), SWT.RIGHT_TO_LEFT, SWT.LEFT_TO_RIGHT, Window.getDefaultOrientation()

Eclipse Platform
Release 3.1

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.