public interface IWorkbenchPartConstants
Note:This interface should not be implemented or extended.
| Modifier and Type | Field and Description |
|---|---|
static int |
PROP_CONTENT_DESCRIPTION
The property id for
IWorkbenchPart2.getContentDescription() |
static int |
PROP_DIRTY
The property id for
ISaveablePart.isDirty(). |
static int |
PROP_INPUT
The property id for
IEditorPart.getEditorInput(). |
static int |
PROP_PART_NAME
The property id for
IWorkbenchPart2.getPartName |
static int |
PROP_PREFERRED_SIZE
The property id for any method on the optional
ISizeProvider interface |
static int |
PROP_TITLE
The property id for
getTitle, getTitleImage
and getTitleToolTip. |
static final int PROP_TITLE
getTitle, getTitleImage
and getTitleToolTip.static final int PROP_DIRTY
ISaveablePart.isDirty().static final int PROP_INPUT
IEditorPart.getEditorInput().static final int PROP_PART_NAME
IWorkbenchPart2.getPartNamestatic final int PROP_CONTENT_DESCRIPTION
IWorkbenchPart2.getContentDescription()static final int PROP_PREFERRED_SIZE
ISizeProvider interface
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.