|
|
|
|
Package org.eclipse.jst.jsf.context
Model context framework.
See:
Description
Interface Summary
|
IDelegatingFactory
|
Defines a type of factory that can have delegate factories to help it
create an appropriate instance type. |
IDocumentContext
|
Encapsulates runtime context in a JFace IDocument model
Clients may NOT implement this interface directly but may sub-class
Extend AbstractDocumentContext instead. |
IModelContext
|
Encapsulates the current runtime context in some model. |
Class Summary
|
AbstractDelegatingFactory
|
An abstract implementation of the IDelegatingFactory interface
Clients may extend this class. |
AbstractDocumentContext
|
A convenience super-type for all context instances that implement
IDocumentContext or one of its sub-types. |
Package org.eclipse.jst.jsf.context Description
Model context framework.
|
|
|