|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Context | |
| tweed.action | Actions are user-triggered operations which execute client-side, generally with a server-side effect. |
| tweed.binding | Bindings update a Model from a View, or a View from a Model. |
| tweed.context | A Context is a set of parameters and services for managing UI and server invocation. |
| tweed.invocation | Invocation is making server-side operations happen, and get the result back on client-side. |
| tweed.swing | Swing-specific classes. |
| tweed.system.bus | The Event Bus is used for loose coupling between components. |
| Uses of Context in tweed.action |
| Methods in tweed.action that return Context | |
protected Context |
ActionPerformer.getContext()
|
| Constructors in tweed.action with parameters of type Context | |
ActionPerformer(Context context)
|
|
| Uses of Context in tweed.binding |
| Methods in tweed.binding that return Context | |
protected Context |
InputValidationHub.getContext()
|
protected Context |
Binding.getContext()
|
| Constructors in tweed.binding with parameters of type Context | |
InputValidationHub(Context context)
|
|
Binding(Context context)
|
|
| Uses of Context in tweed.context |
| Classes in tweed.context that implement Context | |
protected class |
DefaultContextFactory.DefaultContext
A mutable Context which should not be instantiated
from outside the enclosing class or its derivates. |
| Methods in tweed.context that return Context | |
Context |
DefaultContextFactory.createContext()
|
Context |
DefaultContextFactory.DefaultContext.getContext()
|
Context |
ContextPatcher.getPatchedContext()
|
Context |
Contextualized.getContext()
|
Context |
Context.getContext()
Allows to pass directly a Context object instead
of a Contextualized. |
| Methods in tweed.context with parameters of type Context | |
protected CommandInvoker |
DefaultContextFactory.instantiateCommandInvoker(Context context)
|
| Constructors in tweed.context with parameters of type Context | |
ContextPatcher(Context original)
|
|
| Uses of Context in tweed.invocation |
| Methods in tweed.invocation that return Context | |
protected Context |
CommandExecutor.getContext()
|
Context |
Command.getContext()
|
protected Context |
CommandInvoker.getContext()
|
| Constructors in tweed.invocation with parameters of type Context | |
LoopbackInvoker(Context context)
|
|
CommandExecutor(Context context)
|
|
Command(Context context)
|
|
CommandInvoker(Context context)
|
|
| Uses of Context in tweed.swing |
| Methods in tweed.swing that return Context | |
Context |
ContextualizedAction.getContext()
|
Context |
ContextualizedPanel.getContext()
|
Context |
ContextualizedFrame.getContext()
|
| Uses of Context in tweed.system.bus |
| Constructors in tweed.system.bus with parameters of type Context | |
EventBus(Context context)
|
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||