esmska
Class Context

java.lang.Object
  extended by esmska.Context

public class Context
extends java.lang.Object

Main program context. References to important class instances are accessible here.


Field Summary
static MainFrame mainFrame
          Instance of MainFrame.
static PersistenceManager persistenceManager
          Instance of PersistenceManager.
 
Constructor Summary
Context()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

persistenceManager

public static PersistenceManager persistenceManager
Instance of PersistenceManager. Never null after main program inicialization.


mainFrame

public static MainFrame mainFrame
Instance of MainFrame. Never null after MainFrame inicialization.

Constructor Detail

Context

public Context()