Package org.eclipse.ui
Interface IWorkbenchPartConstants
-
public interface IWorkbenchPartConstantsThis interface describes the constants used forIWorkbenchPartproperties.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
Fields Modifier and Type Field Description static intPROP_CONTENT_DESCRIPTIONThe property id forIWorkbenchPart2.getContentDescription()static intPROP_DIRTYThe property id forISaveablePart.isDirty().static intPROP_INPUTThe property id forIEditorPart.getEditorInput().static intPROP_PART_NAMEThe property id forIWorkbenchPart2.getPartNamestatic intPROP_PREFERRED_SIZEThe property id for any method on the optionalISizeProviderinterfacestatic intPROP_TITLEThe property id forgetTitle,getTitleImageandgetTitleToolTip.
-
-
-
Field Detail
-
PROP_TITLE
static final int PROP_TITLE
The property id forgetTitle,getTitleImageandgetTitleToolTip.- See Also:
- Constant Field Values
-
PROP_DIRTY
static final int PROP_DIRTY
The property id forISaveablePart.isDirty().- See Also:
- Constant Field Values
-
PROP_INPUT
static final int PROP_INPUT
The property id forIEditorPart.getEditorInput().- See Also:
- Constant Field Values
-
PROP_PART_NAME
static final int PROP_PART_NAME
The property id forIWorkbenchPart2.getPartName- See Also:
- Constant Field Values
-
PROP_CONTENT_DESCRIPTION
static final int PROP_CONTENT_DESCRIPTION
The property id forIWorkbenchPart2.getContentDescription()- See Also:
- Constant Field Values
-
PROP_PREFERRED_SIZE
static final int PROP_PREFERRED_SIZE
The property id for any method on the optionalISizeProviderinterface- Since:
- 3.4
- See Also:
- Constant Field Values
-
-