Uses of Interface
tweed.context.Contextualized

Packages that use Contextualized
tweed.action Actions are user-triggered operations which execute client-side, generally with a server-side effect. 
tweed.context A Context is a set of parameters and services for managing UI and server invocation. 
tweed.message Messages (shorthand for User Messages) represent small texts displayed on the GUI for giving user an immediate feedback on his latest operations. 
tweed.swing Swing-specific classes. 
tweed.system.bus The Event Bus is used for loose coupling between components. 
 

Uses of Contextualized in tweed.action
 

Subinterfaces of Contextualized in tweed.action
 interface ContextAction
          An abstraction of operations which can be ran by an ActionPerformer.
 

Constructors in tweed.action with parameters of type Contextualized
ActionNipple(Contextualized contextualized)
           
 

Uses of Contextualized in tweed.context
 

Subinterfaces of Contextualized in tweed.context
 interface Context
          Describes an execution context.
 

Classes in tweed.context that implement Contextualized
protected  class DefaultContextFactory.DefaultContext
          A mutable Context which should not be instantiated from outside the enclosing class or its derivates.
 

Uses of Contextualized in tweed.message
 

Constructors in tweed.message with parameters of type Contextualized
UserMessageNipple(Contextualized contextualized)
           
UserMessageNipple(Contextualized contextualized, int level)
           
 

Uses of Contextualized in tweed.swing
 

Classes in tweed.swing that implement Contextualized
 class ContextualizedAction
          A Swing-compatible version of the ContextAction.
 class ContextualizedFrame
          A base class for Context-aware Swing GUIs.
 class ContextualizedPanel
          A base class for Context-aware Swing GUIs.
 class UserMessageBar
          A ready-to-use component for displaying UserMessages.
 

Constructors in tweed.swing with parameters of type Contextualized
UserMessageBar(Contextualized contextualized)
           
SwingCoordinator(Contextualized contextualized, java.awt.Container container)
           
ContextualizedAction(Contextualized contextualized)
           
ContextualizedAction(Contextualized contextualized, java.lang.String name)
           
ContextualizedAction(Contextualized contextualized, java.lang.String name, javax.swing.Icon icon)
           
ContextualizedPanel(Contextualized contextualized)
           
ContextualizedFrame(Contextualized contextualized)
           
 

Uses of Contextualized in tweed.system.bus
 

Constructors in tweed.system.bus with parameters of type Contextualized
EventNipple(Contextualized contextualized, java.lang.Class eventClass)
           
EventNipple(Contextualized contextualized, java.lang.Class eventClass, int level)
           
 



Copyright © 2003 Laurent Caillette. All Rights Reserved.