Modifier and Type | Field and Description |
---|---|
protected java.awt.event.ActionEvent |
actionEvent |
protected WandoraTool |
contextOwner |
private java.lang.Object |
contextSource |
protected Wandora |
wandora |
Constructor and Description |
---|
ApplicationContext()
Creates a new instance of ApplicationContext
|
Modifier and Type | Method and Description |
---|---|
java.awt.event.ActionEvent |
getContextEvent() |
java.util.Iterator |
getContextObjects()
Returns Iterator for accessible object in context ie.
|
java.lang.Object |
getContextSource()
Returns the origin of context.
|
void |
initialize(Wandora wandora,
java.awt.event.ActionEvent actionEvent,
WandoraTool contextOwner)
Initializes context with
- Wandora: The Application.
|
void |
log(java.lang.Exception e) |
void |
setContextSource(java.lang.Object proposedContextSource)
Sets the origin of context.
|
private java.lang.Object contextSource
protected WandoraTool contextOwner
protected java.awt.event.ActionEvent actionEvent
protected Wandora wandora
public ApplicationContext()
public java.util.Iterator getContextObjects()
Context
getContextObjects
in interface Context
public java.awt.event.ActionEvent getContextEvent()
getContextEvent
in interface Context
public void initialize(Wandora wandora, java.awt.event.ActionEvent actionEvent, WandoraTool contextOwner)
Context
initialize
in interface Context
public void setContextSource(java.lang.Object proposedContextSource)
Context
setContextSource
in interface Context
public java.lang.Object getContextSource()
Context
getContextSource
in interface Context
public void log(java.lang.Exception e)
Copyright 2004-2015 Wandora Team