gui
Class GuiManager

java.lang.Object
  extended by gui.GuiManager

public class GuiManager
extends java.lang.Object

The GuiManager creates the surface of this applet.


Constructor Summary
GuiManager(java.applet.Applet applet, PreProcessingImageToolkit toolkit)
          Standard constructor
 
Method Summary
 java.applet.AppletContext getAppletContext()
          Returns the AppletContext
 int getAppletHeight()
          Returns the height
 int getAppletWidth()
          Returns the width
 InfoSection getInfoSection()
          Returns the InfoSection
 InteractionSectionSwitch getInteractionSectionSwitch()
          Return InteractionSectionSwitch
 PreProcessingImageToolkit getToolkit()
          Returns the PreprocessingToolkit
 java.lang.String getWorkingPath()
          Returns the working path
 void guiInit()
          Initializes the GUI.
 void showMessage(java.lang.String message)
          Creates an output dialog
 void switchToInteractionSection(int number)
          Switch to an InteractionSection
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GuiManager

public GuiManager(java.applet.Applet applet,
                  PreProcessingImageToolkit toolkit)
Standard constructor

Method Detail

getInteractionSectionSwitch

public InteractionSectionSwitch getInteractionSectionSwitch()
Return InteractionSectionSwitch

Returns:
interactionSwitch

switchToInteractionSection

public void switchToInteractionSection(int number)
Switch to an InteractionSection

Parameters:
number -

getAppletHeight

public int getAppletHeight()
Returns the height

Returns:
height

getAppletWidth

public int getAppletWidth()
Returns the width

Returns:
width

getToolkit

public PreProcessingImageToolkit getToolkit()
Returns the PreprocessingToolkit

Returns:
toolkit

getAppletContext

public java.applet.AppletContext getAppletContext()
Returns the AppletContext

Returns:
appletContext

showMessage

public void showMessage(java.lang.String message)
Creates an output dialog

Parameters:
message -

guiInit

public void guiInit()
Initializes the GUI.


getWorkingPath

public java.lang.String getWorkingPath()
Returns the working path

Returns:
workingpath

getInfoSection

public InfoSection getInfoSection()
Returns the InfoSection

Returns:
sInfo