| Modifier and Type | Field and Description |
|---|---|
private java.awt.event.ActionEvent |
contextEvent |
private java.lang.Object |
contextSource |
private java.util.List<Context> |
multiContext |
boolean |
removeDuplicates |
| Constructor and Description |
|---|
MultiContextCollected()
Creates a new instance of MultiContextCollected
|
MultiContextCollected(java.util.ArrayList<Context> contexts) |
MultiContextCollected(Context context) |
| Modifier and Type | Method and Description |
|---|---|
void |
addContext(Context context) |
void |
addContexts(java.util.ArrayList<Context> contexts) |
void |
clearContext() |
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 proposedContextSource)
Sets the origin of context.
|
private java.util.List<Context> multiContext
public boolean removeDuplicates
private java.lang.Object contextSource
private java.awt.event.ActionEvent contextEvent
public MultiContextCollected()
public MultiContextCollected(Context context)
public MultiContextCollected(java.util.ArrayList<Context> contexts)
public void addContext(Context context)
public void addContexts(java.util.ArrayList<Context> contexts)
public void clearContext()
public java.util.Iterator getContextObjects()
ContextgetContextObjects in interface Contextpublic java.awt.event.ActionEvent getContextEvent()
getContextEvent in interface Contextpublic void setContextSource(java.lang.Object proposedContextSource)
ContextsetContextSource in interface Contextpublic java.lang.Object getContextSource()
ContextgetContextSource in interface Contextpublic void initialize(Wandora wandora, java.awt.event.ActionEvent actionEvent, WandoraTool contextOwner)
Contextinitialize in interface ContextCopyright 2004-2015 Wandora Team