de.unikoblenz.comicsii.ui
Class ApplicationWorkbenchAdvisor

java.lang.Object
  extended by org.eclipse.ui.application.WorkbenchAdvisor
      extended by de.unikoblenz.comicsii.ui.ApplicationWorkbenchAdvisor

public class ApplicationWorkbenchAdvisor
extends org.eclipse.ui.application.WorkbenchAdvisor


Field Summary
static java.lang.String IMG_ETOOL_PROBLEM_CATEGORY
           
static java.lang.String IMG_OBJS_ERROR_PATH
           
static java.lang.String IMG_OBJS_INFO_PATH
           
static java.lang.String IMG_OBJS_WARNING_PATH
           
 
Fields inherited from class org.eclipse.ui.application.WorkbenchAdvisor
FILL_COOL_BAR, FILL_MENU_BAR, FILL_PROXY, FILL_STATUS_LINE
 
Constructor Summary
ApplicationWorkbenchAdvisor()
           
 
Method Summary
 org.eclipse.ui.application.WorkbenchWindowAdvisor createWorkbenchWindowAdvisor(org.eclipse.ui.application.IWorkbenchWindowConfigurer configurer)
           
 java.lang.String getInitialWindowPerspectiveId()
           
 void initialize(org.eclipse.ui.application.IWorkbenchConfigurer configurer)
           
 
Methods inherited from class org.eclipse.ui.application.WorkbenchAdvisor
createWindowContents, eventLoopException, eventLoopIdle, fillActionBars, getDefaultPageInput, getMainPreferencePageId, getWorkbenchErrorHandler, internalBasicInitialize, isApplicationMenu, openIntro, openWindows, postShutdown, postStartup, postWindowClose, postWindowCreate, postWindowOpen, postWindowRestore, preShutdown, preStartup, preWindowOpen, preWindowShellClose, restoreState, saveState
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

IMG_ETOOL_PROBLEM_CATEGORY

public static final java.lang.String IMG_ETOOL_PROBLEM_CATEGORY
See Also:
Constant Field Values

IMG_OBJS_ERROR_PATH

public static final java.lang.String IMG_OBJS_ERROR_PATH
See Also:
Constant Field Values

IMG_OBJS_WARNING_PATH

public static final java.lang.String IMG_OBJS_WARNING_PATH
See Also:
Constant Field Values

IMG_OBJS_INFO_PATH

public static final java.lang.String IMG_OBJS_INFO_PATH
See Also:
Constant Field Values
Constructor Detail

ApplicationWorkbenchAdvisor

public ApplicationWorkbenchAdvisor()
Method Detail

createWorkbenchWindowAdvisor

public org.eclipse.ui.application.WorkbenchWindowAdvisor createWorkbenchWindowAdvisor(org.eclipse.ui.application.IWorkbenchWindowConfigurer configurer)
Overrides:
createWorkbenchWindowAdvisor in class org.eclipse.ui.application.WorkbenchAdvisor

initialize

public void initialize(org.eclipse.ui.application.IWorkbenchConfigurer configurer)
Overrides:
initialize in class org.eclipse.ui.application.WorkbenchAdvisor

getInitialWindowPerspectiveId

public java.lang.String getInitialWindowPerspectiveId()
Specified by:
getInitialWindowPerspectiveId in class org.eclipse.ui.application.WorkbenchAdvisor