org.argosfields
Class ArgosFields

java.lang.Object
  extended byorg.eclipse.jface.window.Window
      extended byorg.eclipse.jface.window.ApplicationWindow
          extended byorg.argosfields.ArgosFields
All Implemented Interfaces:
org.eclipse.jface.operation.IRunnableContext

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

ArgosFields.java

Version:
$Revision: 1.16 $ $Date: 2004/04/17 18:21:01 $
Author:
Xavier Cho

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.ApplicationWindow
seperator1
 
Fields inherited from class org.eclipse.jface.window.Window
CANCEL, OK
 
Constructor Summary
ArgosFields()
          Defualt constructor of ArgosFields class
 
Method Summary
protected  void configureShell(org.eclipse.swt.widgets.Shell shell)
           
protected  ActionMap createActionMap()
           
protected  org.eclipse.swt.widgets.Control createContents(org.eclipse.swt.widgets.Composite parent)
           
protected  org.eclipse.jface.action.MenuManager createMenuManager()
           
protected  org.eclipse.jface.action.ToolBarManager createToolBarManager(int style)
           
protected  ActionMap getActionMap()
           
protected  org.eclipse.swt.graphics.Point getInitialLocation(org.eclipse.swt.graphics.Point initialSize)
           
protected  org.eclipse.swt.graphics.Point getInitialSize()
           
protected  void handleDisposeEvent()
           
static void main(String[] args)
           
 void toggleInfoPanel()
           
 void toggleMessagePanel()
           
 
Methods inherited from class org.eclipse.jface.window.ApplicationWindow
addCoolBar, addMenuBar, addStatusLine, addToolBar, canHandleShellCloseEvent, close, coolBarChildrenExist, createCoolBarControl, createCoolBarManager, createStatusLineManager, createToolBarControl, getCoolBarControl, getCoolBarManager, getFont, getMenuBarManager, getSeperator1, getStatusLineManager, getSymbolicFontName, getToolBarControl, getToolBarManager, run, setStatus, toolBarChildrenExist
 
Methods inherited from class org.eclipse.jface.window.Window
constrainShellSize, create, createShell, getContents, getDefaultImage, getParentShell, getReturnCode, getShell, getShellListener, getShellStyle, getWindowManager, handleFontChange, handleShellCloseEvent, 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

ArgosFields

public ArgosFields()
Defualt constructor of ArgosFields class

Method Detail

configureShell

protected void configureShell(org.eclipse.swt.widgets.Shell shell)
See Also:
Window.configureShell(org.eclipse.swt.widgets.Shell)

createActionMap

protected ActionMap createActionMap()

createMenuManager

protected org.eclipse.jface.action.MenuManager createMenuManager()
See Also:
ApplicationWindow.createMenuManager()

createToolBarManager

protected org.eclipse.jface.action.ToolBarManager createToolBarManager(int style)
See Also:
ApplicationWindow.createToolBarManager(int style)

createContents

protected org.eclipse.swt.widgets.Control createContents(org.eclipse.swt.widgets.Composite parent)
See Also:
Window.createContents(org.eclipse.swt.widgets.Composite)

getInitialLocation

protected org.eclipse.swt.graphics.Point getInitialLocation(org.eclipse.swt.graphics.Point initialSize)
See Also:
Window.getInitialLocation(org.eclipse.swt.graphics.Point)

getInitialSize

protected org.eclipse.swt.graphics.Point getInitialSize()
See Also:
Window.getInitialSize()

toggleMessagePanel

public void toggleMessagePanel()

toggleInfoPanel

public void toggleInfoPanel()

getActionMap

protected ActionMap getActionMap()

handleDisposeEvent

protected void handleDisposeEvent()

main

public static void main(String[] args)


Copyright © Gnome Korea. All Rights Reserved.