Package org.eclipse.ui.part
Interface IWorkbenchPartOrientation
- All Known Implementing Classes:
AbstractDebugView,AbstractDecoratedTextEditor,AbstractMultiEditor,AbstractTextEditor,CommonNavigator,CommonSourceNotFoundEditor,CompareEditor,ContentOutline,E4PartWrapper,EditorPart,ErrorEditorPart,ErrorViewPart,org.eclipse.ui.internal.views.markers.ExtendedMarkersView,FormEditor,FormPage,MarkerSupportView,MultiEditor,MultiPageEditorPart,PageBookView,ProjectExplorer,PropertySheet,SharedHeaderFormEditor,StatusTextEditor,TemplatesView,TextEditor,ViewIntroAdapterPart,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:
-
Method Summary
-
Method Details
-
getOrientation
int getOrientation()Return the orientation of this part.- Returns:
- int SWT#RIGHT_TO_LEFT or SWT#LEFT_TO_RIGHT
- See Also:
-