|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nakedobjects.Application
org.nakedobjects.Exploration
org.nakedobjects.example.expenses.ExpensesExploration
| Field Summary |
| Fields inherited from class org.nakedobjects.Exploration |
DEFAULT_CONFIG, OBJECT_STORE, VIEWING_MECHANISM |
| Constructor Summary | |
ExpensesExploration()
|
|
| Method Summary | |
void |
classSet(NakedClassList set)
hook method which the subclass must implement to add any classes into the supplied NakedClassList |
protected java.lang.String |
configurationFile()
hook method to return the name of the configuration file. |
protected void |
initObjects()
Hook method allowing subclass to initialize any objects. |
static void |
main(java.lang.String[] args)
|
| Methods inherited from class org.nakedobjects.Exploration |
addInstance, createInstance, createInstance, getObjectStore, hasNoInstances, init, installApplication, installObjectStore |
| Methods inherited from class org.nakedobjects.Application |
configureSystemLogging, hasProperty, loadConfiguration, set, setting |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ExpensesExploration()
| Method Detail |
public void classSet(NakedClassList set)
ExplorationNakedClassList
classSet in class Explorationset - - the list to which naked classes should be added.public static void main(java.lang.String[] args)
protected java.lang.String configurationFile()
Explorationinit method.
The default implementation simply returns null, meaning that the default configuration file will be used.
configurationFile in class ExplorationExploration.DEFAULT_CONFIG
protected void initObjects()
throws ObjectStoreException
ExplorationTransientObjectStore is being
returned by the installObjectStore method).
The default implementation of this method within this class does nothing.
initObjects in class ExplorationObjectStoreExceptionExploration.installObjectStore(),
TransientObjectStore
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||