public interface Context
Context contains the execution environment of a tool.
Context must always initialized before usage.
| 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 | setContextSource(java.lang.Object contextSource)Sets the origin of context. | 
void initialize(Wandora wandora, java.awt.event.ActionEvent actionEvent, WandoraTool contextOwner)
java.util.Iterator getContextObjects()
void setContextSource(java.lang.Object contextSource)
java.lang.Object getContextSource()
java.awt.event.ActionEvent getContextEvent()
Copyright 2004-2015 Wandora Team