Overview  Package   Class  Tree  Index 

be.lassi.ui.main
Class MainPresentationModel

java.lang.Object
  extended by be.lassi.ui.main.MainPresentationModel

public class MainPresentationModel
extends java.lang.Object


Field Summary
static java.lang.String TITLE
          The frame title.
 
Constructor Summary
MainPresentationModel(java.awt.Component parent, ShowContext context, MainFrames frames)
           
 
Method Summary
 void actionExit()
          "File->Exit" menu option action.
 void actionNew()
           
 void actionOpen()
           
 void actionSave()
           
 void actionSetup()
           
 void actionStartServer()
           
 MainActions getActions()
           
 be.lassi.ui.main.MainPresentationModel.ApplicationListener getApplicationListener()
           
 MainFrames getFrames()
           
 be.lassi.ui.main.MainPresentationModel.WindowListener getWindowListener()
           
 boolean isExit()
           
 void setExitEnabled(boolean exitEnabled)
           
 void start()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TITLE

public static final java.lang.String TITLE
The frame title.

Constructor Detail

MainPresentationModel

public MainPresentationModel(java.awt.Component parent,
                             ShowContext context,
                             MainFrames frames)
Method Detail

actionExit

public void actionExit()
"File->Exit" menu option action.


actionNew

public void actionNew()

actionOpen

public void actionOpen()

actionSave

public void actionSave()

actionSetup

public void actionSetup()

actionStartServer

public void actionStartServer()

getActions

public MainActions getActions()

getApplicationListener

public be.lassi.ui.main.MainPresentationModel.ApplicationListener getApplicationListener()

getFrames

public MainFrames getFrames()

getWindowListener

public be.lassi.ui.main.MainPresentationModel.WindowListener getWindowListener()

isExit

public boolean isExit()

setExitEnabled

public void setExitEnabled(boolean exitEnabled)

start

public void start()

Overview  Package   Class  Tree  Index 
Lighting Assistant 1.2