All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class xm.xm_NodeTypeRegistryDialog

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Window
                           |
                           +----java.awt.Dialog
                                   |
                                   +----com.sun.java.swing.JDialog
                                           |
                                           +----xm.xm_NodeTypeRegistryDialog

public class xm_NodeTypeRegistryDialog
extends JDialog

A dialog for displaying details about all the XML node types/names which are currently registered. It allows any value to be modified directly (except for the type/name of the entries), and allows new special entries to be added.

Note that all changes are purely transient, and will be lost once the application terminates.


Constructor Index

 o xm_NodeTypeRegistryDialog(Frame)
Constructor.
 o xm_NodeTypeRegistryDialog(Frame, xm_DocumentModel)
Constructor.

Method Index

 o addSpecialNamesTab()
Add 'Special names' tab to display details about the special XML element names which are currently registered.
 o addStandardTypesTab()
Add 'Standard types' tab to display details about the standard XML types currently registered.
 o getDocumentModel()
Retrieve the document model into which we placed the analysed structure of the database.
 o initScreen()
Initialise the screen.
 o setDocumentModel(xm_DocumentModel)
Pass in the document model into which we are to place the analysed structure of the database.

Constructors

 o xm_NodeTypeRegistryDialog
 public xm_NodeTypeRegistryDialog(Frame InputParentFrame,
                                  xm_DocumentModel InputDocumentModel)
Constructor.

 o xm_NodeTypeRegistryDialog
 public xm_NodeTypeRegistryDialog(Frame InputParentFrame)
Constructor.

Methods

 o initScreen
 protected void initScreen()
Initialise the screen.

 o addStandardTypesTab
 public void addStandardTypesTab()
Add 'Standard types' tab to display details about the standard XML types currently registered.

 o addSpecialNamesTab
 public void addSpecialNamesTab()
Add 'Special names' tab to display details about the special XML element names which are currently registered.

 o setDocumentModel
 public void setDocumentModel(xm_DocumentModel InputDocumentModel)
Pass in the document model into which we are to place the analysed structure of the database.

Parameters:
InputDocumentModel - The document model to represent the database's structure
 o getDocumentModel
 public xm_DocumentModel getDocumentModel()
Retrieve the document model into which we placed the analysed structure of the database.

Returns:
The document model representing the database's structure

All Packages  Class Hierarchy  This Package  Previous  Next  Index