|
||||||||||
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)
Exploration
NakedClassList
classSet
in class Exploration
set
- - the list to which naked classes should be added.public static void main(java.lang.String[] args)
protected java.lang.String configurationFile()
Exploration
init
method.
The default implementation simply returns null, meaning that the default configuration file will be used.
configurationFile
in class Exploration
Exploration.DEFAULT_CONFIG
protected void initObjects() throws ObjectStoreException
Exploration
TransientObjectStore
is being
returned by the installObjectStore
method).
The default implementation of this method within this class does nothing.
initObjects
in class Exploration
ObjectStoreException
Exploration.installObjectStore()
,
TransientObjectStore
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |