Package org.eclipse.ui
Interface IWorkbenchPartConstants
public interface IWorkbenchPartConstants
This interface describes the constants used for
IWorkbenchPart properties.
Note:This interface should not be implemented or extended.
- Since:
- 3.0
- Restriction:
- This interface is not intended to be implemented by clients.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intThe property id forIWorkbenchPart2.getContentDescription()static final intThe property id forISaveablePart.isDirty().static final intThe property id forIEditorPart.getEditorInput().static final intThe property id forIWorkbenchPart2.getPartNamestatic final intThe property id for any method on the optionalISizeProviderinterfacestatic final intThe property id forgetTitle,getTitleImageandgetTitleToolTip.
-
Field Details
-
PROP_TITLE
static final int PROP_TITLEThe property id forgetTitle,getTitleImageandgetTitleToolTip.- See Also:
-
PROP_DIRTY
static final int PROP_DIRTYThe property id forISaveablePart.isDirty().- See Also:
-
PROP_INPUT
static final int PROP_INPUTThe property id forIEditorPart.getEditorInput().- See Also:
-
PROP_PART_NAME
static final int PROP_PART_NAMEThe property id forIWorkbenchPart2.getPartName- See Also:
-
PROP_CONTENT_DESCRIPTION
static final int PROP_CONTENT_DESCRIPTIONThe property id forIWorkbenchPart2.getContentDescription()- See Also:
-
PROP_PREFERRED_SIZE
static final int PROP_PREFERRED_SIZEThe property id for any method on the optionalISizeProviderinterface- Since:
- 3.4
- See Also:
-