frysk.gui
Class Gui

java.lang.Object
  extended by frysk.gui.Gui
All Implemented Interfaces:
Saveable, org.gnu.gtk.event.LifeCycleListener

public class Gui
extends Object
implements org.gnu.gtk.event.LifeCycleListener, Saveable


Field Summary
static String ERROR_LOG_ID
           
 
Method Summary
static void gui(String[] args)
          gui - FryskUI main program.
 void lifeCycleEvent(org.gnu.gtk.event.LifeCycleEvent arg0)
           
 boolean lifeCycleQuery(org.gnu.gtk.event.LifeCycleEvent arg0)
           
 void load(Preferences prefs)
           
static void quitFrysk()
          Function to quit frysk.
 void save(Preferences prefs)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ERROR_LOG_ID

public static final String ERROR_LOG_ID
See Also:
Constant Field Values
Method Detail

gui

public static void gui(String[] args)
gui - FryskUI main program.

Parameters:
args - - args passed from FryskUI

quitFrysk

public static void quitFrysk()
Function to quit frysk. All requests to quit frysk should be funneled through this function.


lifeCycleEvent

public void lifeCycleEvent(org.gnu.gtk.event.LifeCycleEvent arg0)
Specified by:
lifeCycleEvent in interface org.gnu.gtk.event.LifeCycleListener

lifeCycleQuery

public boolean lifeCycleQuery(org.gnu.gtk.event.LifeCycleEvent arg0)
Specified by:
lifeCycleQuery in interface org.gnu.gtk.event.LifeCycleListener

save

public void save(Preferences prefs)
Specified by:
save in interface Saveable

load

public void load(Preferences prefs)
Specified by:
load in interface Saveable