This is a marker interface used by the DefaultDocument.fileSystemChanged method. |
|
The IDocument allows extensions within the IDE to communicate with documents that make up the application source. |
|
A document element is an element that represents the contents of the document. |
|
This is the basic interface that the document service uses to map a URI to an IDocument interface. |
|
This interface is used by the resolveUnknownPriority method to share state information about the document being examined. |
|
This interface is used to describe a document type within the IDE. |
|
The ITemplate interface is used for creation of new documents. |
|
This interface defines the primary way that the DocumentSvc displays documents and document editors to the user. |
|
IDocumentView implementations which may be nested within other IDocumentView implementations may implement the IDocumentViewComponent interface on the UI component objects used to present the document to the user. |
|
Document view info is a minor information class used to display user interface in the IDE without necessarily instantiating a potentially expensive view object. |
|
This interface represents an element in a document that is somehow related to an element in another document. |
|
Driver interface implemented by IDocumentView objects that allows printing of the document. |
|
This is a marker interface to prevent usage of the default print driver. |
|
Implementing classes may optionally implement this as well if the document types can safely print off the AWT thread. |
|
Documents that have a child relationship with another document should implement this interface. |
|
This class extends IDocumentHandler to add support for finding out information about related documents. |
|
This interface extends IDocument to provide support for versioning documents. |
|
This interface extends IDocumentHandler with the ability to obtain information about versioning for documents without having to instantiate a document object. |
This class provides a default implementation of many of the methods of IDocument, simplifying the implementation for implementors. |
|
This class provides a default implementation of the IDocumentElement interface. |
|
This class is a default implementation of a document handler. |
|
Default implementation of the IDocumentView interface. |
|
Default implementation of the DocumentViewInfo class. |
|
This is a simple implementation of INavigationPoint for use with NavigationSvc. |
|
This is an implementation of the IPrintDriver interface. |
|
This is a utility class that can be used to adapt a |
|
The document service is the primary way that extensions in the Workshop IDE obtain and display document objects. |
|
This class provides a ranking mechanism to allow multiple handlers to negotiate for precedence in opening documents. |