Uses of Class
com.ibm.notes.java.api.data.NotesDatabaseData

Packages that use NotesDatabaseData
com.ibm.notes.java.api.data Provides classes that can hold data that are associated with numerous Notes objects. 
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.internal.properties Provides documentation for the property testers defined in the com.ibm.notes.java.ui plugin. 
com.ibm.notes.java.ui.prompt Provides classes needed in order to display UI prompts in Notes. 
 

Uses of NotesDatabaseData in com.ibm.notes.java.api.data
 

Methods in com.ibm.notes.java.api.data that return NotesDatabaseData
 NotesDatabaseData NotesAgentData.getDatabaseData()
          Gets the data of the database containing the agent.
 

Constructors in com.ibm.notes.java.api.data with parameters of type NotesDatabaseData
NotesAgentData(NotesDatabaseData database, String name)
          Constructs a NotesAgentData object.
NotesDocumentData(NotesDatabaseData database, String documentUnid)
          Construct a NotesDocumentData object from a NotesDatabaseData object and a document unid.
NotesFormData(NotesDatabaseData database, String form)
          Constructs a NotesFormData object from a NotesDatabaseData object and a form.
NotesFramesetData(NotesDatabaseData database, String frameset)
          Constructs a NotesFramesetData object from a NotesDatabaseData object and a frameset.
NotesPageData(NotesDatabaseData database, String page)
          Constructs a NotesPageData object from a NotesDatabaseData object and a page.
NotesViewData(NotesDatabaseData database, String view)
          Constructs a NotesViewData object from a NotesDatabaseData object and a view.
NotesViewData(NotesDatabaseData database, String name, String unid)
          Constructs a NotesViewData object from a NotesDatabaseData object, a view name, and an UNID.
NotesViewData(NotesDatabaseData database, String name, String unid, List<String> aliases)
          Constructs a NotesViewData object from a NotesDatabaseData object, a view name, an UNID, and the views aliases.
 

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

Methods in com.ibm.notes.java.ui with parameters of type NotesDatabaseData
 void NotesUIWorkspace.addDatabase(NotesDatabaseData database)
          Adds a database to the workspace and highlights the icon, or highlights the icon if the database is already on the workspace.
 void NotesUIWorkspace.composeDocument(NotesDatabaseData database, Document document)
          Create a new document in the UI from the given document fields.
 void NotesUIWorkspace.openDatabase(NotesDatabaseData database)
          Open the given database.
 

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

Methods in com.ibm.notes.java.ui.documents that return NotesDatabaseData
 NotesDatabaseData NotesUIDocument.getDatabaseData()
          Gets the database data for the database containing this document.
 

Uses of NotesDatabaseData in com.ibm.notes.java.ui.internal.properties
 

Methods in com.ibm.notes.java.ui.internal.properties with parameters of type NotesDatabaseData
protected static Boolean DatabaseDataPropertyTester.valueTest(NotesDatabaseData dbData, String property, Object expectedValue)
           
 

Uses of NotesDatabaseData in com.ibm.notes.java.ui.prompt
 

Methods in com.ibm.notes.java.ui.prompt that return NotesDatabaseData
static NotesDatabaseData Prompt.ChooseDatabase()
          Convenient choose database prompt.