Programmer's Guide > Interfaces > View interface
  
View interface
The View interface is a subclass of AbstractView, representing a view of an associated Document. (An edit view of a document is represented as a View object.) An Editor frame Window can contain two Views. If a UIEvent is raised for a window, an event listener can use the view attribute of the UIEvent to obtain an object that implements the View interface (not just the AbstractView).