DefaultDocument
, JavaDocument
, ControlDocument
, ControlContainerDocument
, DefaultSourceDocument
, DefaultDocumentView
, DefaultSourceViewDriver
IDesignView
, IDocument
, IDocumentView
, IProject
, IRelatedDocument
, ISourceDocument
, ISourceView
, ISourceViewDriver
, IVersionedDocument
Method Summary |
public |
Method Detail |
publicReturns the driver object associated with the given class. Drivers are typically used to customize the behavior of shared services and implementations. Typically, the driver will be represented by some interface. When that interface is passed to getDriver, the object implementing the interface for this document should be returned. The method may return null to indicate that the requested driver does not have an implementation for this document.Object
getDriver(Class
oClass)