Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
C
E
F
G
O
R
S
V
A
AbstractFactory
- interface org.gjt.lindfors.pattern.
AbstractFactory
.
Abstract factory provides an interface for creating families of related or dependent objects without specifying their concrete classes.
C
Command
- interface org.gjt.lindfors.pattern.
Command
.
Command encapsulates a request as an object, thereby letting you parameterize clients with different requests, queue or log requests, and support undoable operations.
CommandInvoker
- interface org.gjt.lindfors.pattern.
CommandInvoker
.
Acts as the Invoker in
Command
pattern.
E
execute()
- Method in interface org.gjt.lindfors.pattern.
Command
Executes the callback command on the receiver.
F
Facade
- interface org.gjt.lindfors.pattern.
Facade
.
Provide a unified interface to a set of interfaces in a subsystem.
G
getCallbackObject()
- Method in interface org.gjt.lindfors.pattern.
Visitor
Returns the callback method abstracted as a
Command
object.
getContext()
- Method in interface org.gjt.lindfors.pattern.
Strategy
Returns the context object for this strategy implementation.
O
org.gjt.lindfors.pattern
- package org.gjt.lindfors.pattern
Support for using design patterns.
R
registerCommands(Properties)
- Method in interface org.gjt.lindfors.pattern.
CommandInvoker
Used by the clients (which can be callback targets or other objects) to register concrete
Command
implementations to this Invoker.
S
Strategy
- interface org.gjt.lindfors.pattern.
Strategy
.
Strategy defines a family of algorithms, encapsulates each one, and make them interchangeable.
StrategyContext
- interface org.gjt.lindfors.pattern.
StrategyContext
.
Strategy context maintains a reference to a
Strategy
object.
V
Visitor
- interface org.gjt.lindfors.pattern.
Visitor
.
Represent an operation to be performed on the elements of an object structure.
A
C
E
F
G
O
R
S
V
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes