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

java.lang.Object
  |
  +--org.eclipse.jface.window.Window
        |
        +--org.eclipse.jface.window.ApplicationWindow
              |
              +--org.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

Inner classes inherited from class org.eclipse.jface.window.Window
org.eclipse.jface.window.Window.IExceptionHandler
 
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)
Parameters:
shell -  
Method Detail

getContents

public org.eclipse.swt.widgets.Control getContents()
Overrides:
getContents in class org.eclipse.jface.window.Window


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