Eclipse Platform
2.0

org.eclipse.ui
Class PlatformUI

java.lang.Object
  |
  +--org.eclipse.ui.PlatformUI

public final class PlatformUI
extends Object

The central class for access to the Eclipse Platform User Interface. This class cannot be instantiated; all functionality is provided by static methods. Features provided:

See Also:
IWorkbench

Field Summary
static String PLUGIN_ID
          Identifies the workbench plugin.
 
Method Summary
static IWorkbench getWorkbench()
          Returns the workbench interface.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PLUGIN_ID

public static final String PLUGIN_ID
Identifies the workbench plugin.

See Also:
Constant Field Values
Method Detail

getWorkbench

public static IWorkbench getWorkbench()
Returns the workbench interface.


Eclipse Platform
2.0

Copyright (c) IBM Corp. and others 2000, 2002. All Rights Reserved.