Eclipse eRCP
Release 1.1

org.eclipse.ui
Interface IWorkbenchPartConstants


public interface IWorkbenchPartConstants

This interface describes the constants used for IWorkbenchPart properties.

Since:
3.0

Field Summary
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_TITLE
          The property id for getTitle, getTitleImage and getTitleToolTip.
 

Field Detail

PROP_TITLE

public static final int PROP_TITLE
The property id for getTitle, getTitleImage and getTitleToolTip.

See Also:
Constant Field Values

PROP_DIRTY

public static final int PROP_DIRTY
The property id for ISaveablePart.isDirty().

See Also:
Constant Field Values

PROP_INPUT

public static final int PROP_INPUT
The property id for IEditorPart.getEditorInput().

See Also:
Constant Field Values

PROP_PART_NAME

public static final int PROP_PART_NAME
The property id for IWorkbenchPart2.getPartName

See Also:
Constant Field Values

PROP_CONTENT_DESCRIPTION

public static final int PROP_CONTENT_DESCRIPTION
The property id for IWorkbenchPart2.getContentDescription()

See Also:
Constant Field Values

Eclipse eRCP
Release 1.1