IDocumentViewComponent Interface

com.bea.ide.document
IDocumentViewComponent Interface

public interface IDocumentViewComponent

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. This will allow the IDE to correctly map from the UI component in the UI hierarchy back to the appropriate document view. This allows the IDE to correctly determine focus for view-scoped actions.

Method Summary

public IDocumentView
getView()
Returns the IDocumentView that owns this view component.

Method Detail

getView() Method

public IDocumentView getView()
Returns the IDocumentView that owns this view component.