Interface GFXModelContext

  • All Superinterfaces:
    GFXContext
    All Known Implementing Classes:
    TextFrame, TextNullFrame, TextPanel

    public interface GFXModelContext
    extends GFXContext
    This class represents a model context, effectively allowing the client to manage multiple co-ordinate spaces for its model. The client might use different model context instances to represent different pages of a document. This is a model-side concept, not to be confused with multiple views of the same model.

    View events (method calls) may be annotated with a model context to allow the client's implementation to determine which context of the model the event applies to.