org.apache.commons.jelly.tags.jface.window
Class ApplicationWindowImpl

java.lang.Object
  extended byorg.eclipse.jface.window.Window
      extended byorg.eclipse.jface.window.ApplicationWindow
          extended byorg.apache.commons.jelly.tags.jface.window.ApplicationWindowImpl
All Implemented Interfaces:
org.eclipse.jface.operation.IRunnableContext

public class ApplicationWindowImpl
extends org.eclipse.jface.window.ApplicationWindow

This is the default implementation for a ApplicationWindowTag

Author:
Christiaan ten Klooster

Nested Class Summary
 
Nested classes inherited from class org.eclipse.jface.window.Window
org.eclipse.jface.window.Window.IExceptionHandler
 
Field Summary
 
Fields inherited from class org.eclipse.jface.window.Window
CANCEL, OK
 
Constructor Summary
ApplicationWindowImpl(org.eclipse.swt.widgets.Shell parentShell)
           
 
Method Summary
 org.eclipse.swt.widgets.Control getContents()
           
 
Methods inherited from class org.eclipse.jface.window.ApplicationWindow
addMenuBar, addStatusLine, addToolBar, close, configureShell, createMenuManager, createStatusLineManager, createToolBarControl, createToolBarManager, getFont, getMenuBarManager, getStatusLineManager, getSymbolicFontName, getToolBarControl, getToolBarManager, handleShellCloseEvent, run, setStatus, toolBarChildrenExist
 
Methods inherited from class org.eclipse.jface.window.Window
constrainShellSize, create, createContents, createShell, getDefaultImage, getInitialLocation, getInitialSize, getParentShell, getReturnCode, getShell, getShellListener, getShellStyle, getWindowManager, handleFontChange, initializeBounds, open, setBlockOnOpen, setDefaultImage, setExceptionHandler, setReturnCode, setShellStyle, setWindowManager
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplicationWindowImpl

public ApplicationWindowImpl(org.eclipse.swt.widgets.Shell parentShell)
Method Detail

getContents

public org.eclipse.swt.widgets.Control getContents()


Copyright © 2002-2006 Apache Software Foundation. All Rights Reserved.