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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PLUGIN_ID
public static final String PLUGIN_ID
- Identifies the workbench plugin.
getWorkbench
public static IWorkbench getWorkbench()
- Returns the workbench interface.
Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.