jsynoptic.ui
Class JSynoptic

java.lang.Object
  extended by jsynoptic.ui.JSynoptic

public class JSynoptic
extends java.lang.Object

This class provides the singleton used by various components to get a reference on JSynoptic graphical user interface. This interface is defined by JSynopticInterface. A default implementation is provided by JSynopticUserInterface and JSynopticFrame embeds these graphical elements into a single Frame

Version:
2.0 2005
Author:
Nicolas Brodu, Claude Cazenave

Field Summary
static JSynopticInterface gui
           
protected  boolean isEditable
           
 
Constructor Summary
JSynoptic()
           
 
Method Summary
static void setStatus(java.lang.String message)
          Displays a message in the status bar and schedules its cleanup.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

gui

public static JSynopticInterface gui

isEditable

protected boolean isEditable
Constructor Detail

JSynoptic

public JSynoptic()
Method Detail

setStatus

public static void setStatus(java.lang.String message)
Displays a message in the status bar and schedules its cleanup.