Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse Platform
Release 3.5

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
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.
 

Field Detail

PROP_TITLE

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

See Also:
Constant Field Values

PROP_DIRTY

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

See Also:
Constant Field Values

PROP_INPUT

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

See Also:
Constant Field Values

PROP_PART_NAME

static final int PROP_PART_NAME
The property id for IWorkbenchPart2.getPartName

See Also:
Constant Field Values

PROP_CONTENT_DESCRIPTION

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

See Also:
Constant Field Values

PROP_PREFERRED_SIZE

static final int PROP_PREFERRED_SIZE
The property id for any method on the optional ISizeProvider interface

Since:
3.4
See Also:
Constant Field Values

Eclipse Platform
Release 3.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire