Uses of Interface
com.ibm.notes.java.ui.NotesUIElement

Packages that use NotesUIElement
com.ibm.notes.java.ui Provides classes needed to manipulate the Notes UI and back-end documents. 
com.ibm.notes.java.ui.documents Provides classes that are related to UI documents. 
com.ibm.notes.java.ui.views Provides classes that are related to UI views. 
 

Uses of NotesUIElement in com.ibm.notes.java.ui
 

Methods in com.ibm.notes.java.ui that return NotesUIElement
 NotesUIElement NotesUIWorkspace.getCurrentElement()
          Returns a NotesUIElement object representing the element that is currently open.
 

Uses of NotesUIElement in com.ibm.notes.java.ui.documents
 

Subinterfaces of NotesUIElement in com.ibm.notes.java.ui.documents
 interface NotesUIDocument
          Represents the document that's currently open in the Notes workspace.
 

Uses of NotesUIElement in com.ibm.notes.java.ui.views
 

Subinterfaces of NotesUIElement in com.ibm.notes.java.ui.views
 interface NotesUIView
          An Object that represents a specific View inside a Notes database.