Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
A C D E F G I O P R S W

A

addEditorAreaTransfer(Transfer) - Method in interface org.eclipse.ui.application.IWorkbenchWindowConfigurer
Adds the given drag and drop Transfer type to the ones supported for drag and drop on the editor area of this workbench window.

C

configureEditorAreaDropListener(DropTargetListener) - Method in interface org.eclipse.ui.application.IWorkbenchWindowConfigurer
Configures the drop target listener for the editor area of this workbench window.
createCoolBarControl(Composite) - Method in interface org.eclipse.ui.application.IWorkbenchWindowConfigurer
Creates the cool bar control.
createMenuBar() - Method in interface org.eclipse.ui.application.IWorkbenchWindowConfigurer
Creates the menu bar for the window's shell.
createPageComposite(Composite) - Method in interface org.eclipse.ui.application.IWorkbenchWindowConfigurer
Creates the page composite, in which the window's pages, and their views and editors, appear.
createStatusLineControl(Composite) - Method in interface org.eclipse.ui.application.IWorkbenchWindowConfigurer
Creates the status line control.
createWindowContents(IWorkbenchWindowConfigurer, Shell) - Method in class org.eclipse.ui.application.WorkbenchAdvisor
Creates the contents of the window.

D

declareImage(String, ImageDescriptor, boolean) - Method in interface org.eclipse.ui.application.IWorkbenchConfigurer
Declares a workbench image.

E

emergencyClose() - Method in interface org.eclipse.ui.application.IWorkbenchConfigurer
Forces the workbench to close due to an emergency.
emergencyClosing() - Method in interface org.eclipse.ui.application.IWorkbenchConfigurer
Returns whether the workbench is being closed due to an emergency.
eventLoopException(Throwable) - Method in class org.eclipse.ui.application.WorkbenchAdvisor
Performs arbitrary actions when the event loop crashes (the code that handles a UI event throws an exception that is not caught).
eventLoopIdle(Display) - Method in class org.eclipse.ui.application.WorkbenchAdvisor
Performs arbitrary work or yields when there are no events to be processed.

F

FILL_COOL_BAR - Static variable in class org.eclipse.ui.application.WorkbenchAdvisor
Bit flag for fillActionBars 55 indicating that the operation is supposed to fill (or describe) the workbench window's cool bar.
FILL_MENU_BAR - Static variable in class org.eclipse.ui.application.WorkbenchAdvisor
Bit flag for fillActionBars 55 indicating that the operation is supposed to fill (or describe) the workbench window's menu bar.
FILL_PROXY - Static variable in class org.eclipse.ui.application.WorkbenchAdvisor
Bit flag for fillActionBars 55 indicating that the operation is not filling the action bars of an actual workbench window, but rather a proxy (used for perspective customization).
FILL_STATUS_LINE - Static variable in class org.eclipse.ui.application.WorkbenchAdvisor
Bit flag for fillActionBars 55 indicating that the operation is supposed to fill (or describe) the workbench window's status line.
fillActionBars(IWorkbenchWindow, IActionBarConfigurer, int) - Method in class org.eclipse.ui.application.WorkbenchAdvisor
Configures the action bars using the given action bar configurer.

G

getActionBarConfigurer() - Method in interface org.eclipse.ui.application.IWorkbenchWindowConfigurer
Returns the action bar configurer for this workbench window.
getCoolBarManager() - Method in interface org.eclipse.ui.application.IActionBarConfigurer
Returns the cool bar manager of the workbench window.
getData(String) - Method in interface org.eclipse.ui.application.IWorkbenchConfigurer
Returns the data associated with the workbench at the given key.
getData(String) - Method in interface org.eclipse.ui.application.IWorkbenchWindowConfigurer
Returns the data associated with this workbench window at the given key.
getDefaultPageInput() - Method in class org.eclipse.ui.application.WorkbenchAdvisor
Returns the default input for newly created workbench pages.
getInitialSize() - Method in interface org.eclipse.ui.application.IWorkbenchWindowConfigurer
Returns the size to use for the window's shell when it is created.
getInitialWindowPerspectiveId() - Method in class org.eclipse.ui.application.WorkbenchAdvisor
Returns the id of the perspective to use for the initial workbench window.
getMainPreferencePageId() - Method in class org.eclipse.ui.application.WorkbenchAdvisor
Returns the id of the preference page that should be presented most prominently.
getMenuManager() - Method in interface org.eclipse.ui.application.IActionBarConfigurer
Returns the menu manager for the main menu bar of a workbench window.
getPresentationFactory() - Method in interface org.eclipse.ui.application.IWorkbenchWindowConfigurer
Deprecated. the presentation factory is now obtained via extension point and a preference on org.eclipse.ui specifying which one to use; see IWorkbenchPreferenceConstants.PRESENTATION_FACTORY_ID
getSaveAndRestore() - Method in interface org.eclipse.ui.application.IWorkbenchConfigurer
Returns whether the workbench state should be saved on close and restored on subsequent open.
getShellStyle() - Method in interface org.eclipse.ui.application.IWorkbenchWindowConfigurer
Returns the style bits to use for the window's shell when it is created.
getShowCoolBar() - Method in interface org.eclipse.ui.application.IWorkbenchWindowConfigurer
Returns whether the underlying workbench window has a cool bar.
getShowFastViewBars() - Method in interface org.eclipse.ui.application.IWorkbenchWindowConfigurer
Returns whether the underlying workbench window has fast view bars.
getShowMenuBar() - Method in interface org.eclipse.ui.application.IWorkbenchWindowConfigurer
Returns whether the underlying workbench window has a menu bar.
getShowPerspectiveBar() - Method in interface org.eclipse.ui.application.IWorkbenchWindowConfigurer
Returns whether the underlying workbench window has a perspective bar (the perspective bar provides buttons to quickly switch between perspectives).
getShowProgressIndicator() - Method in interface org.eclipse.ui.application.IWorkbenchWindowConfigurer
Returns whether the underlying workbench window has a progress indicator.
getShowStatusLine() - Method in interface org.eclipse.ui.application.IWorkbenchWindowConfigurer
Returns whether the underlying workbench window has a status line.
getStatusLineManager() - Method in interface org.eclipse.ui.application.IActionBarConfigurer
Returns the status line manager of a workbench window.
getTitle() - Method in interface org.eclipse.ui.application.IWorkbenchWindowConfigurer
Returns the title of the underlying workbench window.
getWindow() - Method in interface org.eclipse.ui.application.IWorkbenchWindowConfigurer
Returns the underlying workbench window.
getWindowConfigurer(IWorkbenchWindow) - Method in interface org.eclipse.ui.application.IWorkbenchConfigurer
Returns an object that can be used to configure the given window.
getWorkbench() - Method in interface org.eclipse.ui.application.IWorkbenchConfigurer
Returns the underlying workbench.
getWorkbenchConfigurer() - Method in interface org.eclipse.ui.application.IWorkbenchWindowConfigurer
Returns the workbench configurer.
getWorkbenchConfigurer() - Method in class org.eclipse.ui.application.WorkbenchAdvisor
Returns the workbench configurer for the advisor.
getWorkbenchWindowManager() - Method in interface org.eclipse.ui.application.IWorkbenchConfigurer
Returns the workbench window manager.

I

IActionBarConfigurer - interface org.eclipse.ui.application.IActionBarConfigurer.
Interface providing special access for configuring the action bars of a workbench window.
IWorkbenchConfigurer - interface org.eclipse.ui.application.IWorkbenchConfigurer.
Interface providing special access for configuring the workbench.
IWorkbenchWindowConfigurer - interface org.eclipse.ui.application.IWorkbenchWindowConfigurer.
Interface providing special access for configuring workbench windows.
initialize(IWorkbenchConfigurer) - Method in class org.eclipse.ui.application.WorkbenchAdvisor
Performs arbitrary initialization before the workbench starts running.
internalBasicInitialize(IWorkbenchConfigurer) - Method in class org.eclipse.ui.application.WorkbenchAdvisor
Remembers the configurer and calls initialize.
introOpened - Variable in class org.eclipse.ui.application.WorkbenchAdvisor
 
isApplicationMenu(IWorkbenchWindowConfigurer, String) - Method in class org.eclipse.ui.application.WorkbenchAdvisor
Returns whether the menu with the given id is an application menu of the given window.

O

openFirstTimeWindow() - Method in interface org.eclipse.ui.application.IWorkbenchConfigurer
Opens the first time window, using the default perspective and default page input.
openIntro(IWorkbenchWindowConfigurer) - Method in class org.eclipse.ui.application.WorkbenchAdvisor
Opens the introduction componenet.
openWindows() - Method in class org.eclipse.ui.application.WorkbenchAdvisor
Opens the workbench windows on startup.
org.eclipse.ui.application - package org.eclipse.ui.application
 

P

postShutdown() - Method in class org.eclipse.ui.application.WorkbenchAdvisor
Performs arbitrary finalization after the workbench stops running.
postStartup() - Method in class org.eclipse.ui.application.WorkbenchAdvisor
Performs arbitrary actions after the workbench windows have been opened (or restored), but before the main event loop is run.
postWindowClose(IWorkbenchWindowConfigurer) - Method in class org.eclipse.ui.application.WorkbenchAdvisor
Performs arbitrary actions after the given workbench window is closed.
postWindowCreate(IWorkbenchWindowConfigurer) - Method in class org.eclipse.ui.application.WorkbenchAdvisor
Performs arbitrary actions after the given workbench window has been created (possibly after being restored), but has not yet been opened.
postWindowOpen(IWorkbenchWindowConfigurer) - Method in class org.eclipse.ui.application.WorkbenchAdvisor
Performs arbitrary actions after the given workbench window has been opened (possibly after being restored).
postWindowRestore(IWorkbenchWindowConfigurer) - Method in class org.eclipse.ui.application.WorkbenchAdvisor
Performs arbitrary actions after the given workbench window has been restored, but before it is opened.
preShutdown() - Method in class org.eclipse.ui.application.WorkbenchAdvisor
Performs arbitrary finalization before the workbench is about to shut down.
preStartup() - Method in class org.eclipse.ui.application.WorkbenchAdvisor
Performs arbitrary actions just before the first workbench window is opened (or restored).
preWindowOpen(IWorkbenchWindowConfigurer) - Method in class org.eclipse.ui.application.WorkbenchAdvisor
Performs arbitrary actions before the given workbench window is opened.
preWindowShellClose(IWorkbenchWindowConfigurer) - Method in class org.eclipse.ui.application.WorkbenchAdvisor
Performs arbitrary actions as the given workbench window's shell is being closed directly, and possibly veto the close.

R

RESTORE_CODE_EXIT - Static variable in interface org.eclipse.ui.application.IWorkbenchConfigurer
Restore status code indicating that the saved state could not be restored, and that the application must exit immediately without modifying any previously saved workbench state.
RESTORE_CODE_RESET - Static variable in interface org.eclipse.ui.application.IWorkbenchConfigurer
Restore status code indicating that the saved state could not be restored, but that startup should continue with a reset state.
registerGlobalAction(IAction) - Method in interface org.eclipse.ui.application.IActionBarConfigurer
Register the action as a global action with a workbench window.
restoreState() - Method in interface org.eclipse.ui.application.IWorkbenchConfigurer
Restores the workbench state saved from the previous session, if any.

S

setData(String, Object) - Method in interface org.eclipse.ui.application.IWorkbenchConfigurer
Sets the data associated with the workbench at the given key.
setData(String, Object) - Method in interface org.eclipse.ui.application.IWorkbenchWindowConfigurer
Sets the data associated with this workbench window at the given key.
setInitialSize(Point) - Method in interface org.eclipse.ui.application.IWorkbenchWindowConfigurer
Sets the size to use for the window's shell when it is created.
setPresentationFactory(AbstractPresentationFactory) - Method in interface org.eclipse.ui.application.IWorkbenchWindowConfigurer
Deprecated. the presentation factory is now obtained via extension point and a preference on org.eclipse.ui specifying which one to use; see IWorkbenchPreferenceConstants.PRESENTATION_FACTORY_ID
setSaveAndRestore(boolean) - Method in interface org.eclipse.ui.application.IWorkbenchConfigurer
Sets whether the workbench state should be saved on close and restored on subsequent open.
setShellStyle(int) - Method in interface org.eclipse.ui.application.IWorkbenchWindowConfigurer
Sets the style bits to use for the window's shell when it is created.
setShowCoolBar(boolean) - Method in interface org.eclipse.ui.application.IWorkbenchWindowConfigurer
Sets whether the underlying workbench window has a cool bar.
setShowFastViewBars(boolean) - Method in interface org.eclipse.ui.application.IWorkbenchWindowConfigurer
Sets whether the underlying workbench window has fast view bars.
setShowMenuBar(boolean) - Method in interface org.eclipse.ui.application.IWorkbenchWindowConfigurer
Sets whether the underlying workbench window has a menu bar.
setShowPerspectiveBar(boolean) - Method in interface org.eclipse.ui.application.IWorkbenchWindowConfigurer
Sets whether the underlying workbench window has a perspective bar (the perspective bar provides buttons to quickly switch between perspectives).
setShowProgressIndicator(boolean) - Method in interface org.eclipse.ui.application.IWorkbenchWindowConfigurer
Sets whether the underlying workbench window has a progress indicator.
setShowStatusLine(boolean) - Method in interface org.eclipse.ui.application.IWorkbenchWindowConfigurer
Sets whether the underlying workbench window has a status line.
setTitle(String) - Method in interface org.eclipse.ui.application.IWorkbenchWindowConfigurer
Sets the title of the underlying workbench window.

W

WorkbenchAdvisor - class org.eclipse.ui.application.WorkbenchAdvisor.
Public base class for configuring the workbench.
WorkbenchAdvisor() - Constructor for class org.eclipse.ui.application.WorkbenchAdvisor
Creates and initializes a new workbench advisor instance.
workbenchConfigurer - Variable in class org.eclipse.ui.application.WorkbenchAdvisor
The workbench configurer.

A C D E F G I O P R S W