cookxml.cookjface.ui
Class CJApplicationWindow
java.lang.Object
org.eclipse.jface.window.Window
org.eclipse.jface.window.ApplicationWindow
cookxml.cookjface.ui.CJApplicationWindow
- All Implemented Interfaces:
- org.eclipse.jface.operation.IRunnableContext, org.eclipse.jface.window.IShellProvider
- public final class CJApplicationWindow
- extends org.eclipse.jface.window.ApplicationWindow
Nested classes inherited from class org.eclipse.jface.window.Window |
org.eclipse.jface.window.Window.IExceptionHandler |
Fields inherited from class org.eclipse.jface.window.ApplicationWindow |
seperator1 |
Fields inherited from class org.eclipse.jface.window.Window |
CANCEL, OK |
Methods inherited from class org.eclipse.jface.window.ApplicationWindow |
addCoolBar, addMenuBar, addStatusLine, addToolBar, canHandleShellCloseEvent, close, configureShell, coolBarChildrenExist, createCoolBarControl, createStatusLine, createToolBarControl, createTrimWidgets, getCoolBarControl, getCoolBarManager, getFont, getLayout, getMenuBarManager, getSeperator1, getStatusLineManager, getSymbolicFontName, getToolBarControl, getToolBarManager, run, setStatus, showTopSeperator, toolBarChildrenExist |
Methods inherited from class org.eclipse.jface.window.Window |
constrainShellSize, create, createShell, getConstrainedShellBounds, getContents, getDefaultImage, getDefaultImages, getDefaultOrientation, getInitialLocation, getInitialSize, getParentShell, getReturnCode, getShell, getShellListener, getShellStyle, getWindowManager, handleFontChange, handleShellCloseEvent, initializeBounds, open, setBlockOnOpen, setDefaultImage, setDefaultImages, setDefaultModalParent, setDefaultOrientation, setExceptionHandler, setParentShell, setReturnCode, setShellStyle, setWindowManager |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CJApplicationWindow
public CJApplicationWindow()
CJApplicationWindow
public CJApplicationWindow(org.eclipse.swt.widgets.Shell parentShell)
add
public void add(WindowContentProvider appContentProvider)
add
public void add(org.eclipse.jface.action.CoolBarManager coolBarManager)
add
public void add(org.eclipse.jface.action.MenuManager menuManager)
add
public void add(org.eclipse.jface.action.StatusLineManager statusLineManager)
add
public void add(org.eclipse.jface.action.ToolBarManager toolBarManager)
setShowTopSeparator
public void setShowTopSeparator(Boolean b)
createContents
protected org.eclipse.swt.widgets.Control createContents(org.eclipse.swt.widgets.Composite parent)
createCoolBarManager
protected org.eclipse.jface.action.CoolBarManager createCoolBarManager(int style)
createMenuManager
protected org.eclipse.jface.action.MenuManager createMenuManager()
createStatusLineManager
protected org.eclipse.jface.action.StatusLineManager createStatusLineManager()
createToolBarManager
protected org.eclipse.jface.action.ToolBarManager createToolBarManager(int style)
showTopSeparator
protected boolean showTopSeparator()