JavaScript is disabled on your browser.
Eclipse Platform Release 3.2
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
All Known Implementing Classes:
AbstractDebugView , AbstractDecoratedTextEditor , AbstractTextEditor , BookmarkNavigator , CommonNavigator , CommonSourceNotFoundEditor , ContentOutline , EditorPart , FormEditor , FormPage , MultiEditor , MultiPageEditor , MultiPageEditorPart , PageBookView , PropertySheet , ResourceNavigator , StatusTextEditor , TaskList , TextEditor , ViewPart , 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
Methods
Modifier and Type
Method and Description
int
getOrientation ()
Return the orientation of this part.
Eclipse Platform Release 3.2
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
Guidelines for using Eclipse APIs .
Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.