All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Window
|
+----java.awt.Dialog
|
+----com.sun.java.swing.JDialog
|
+----xm.xm_NodeTypeRegistryDialog
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.
public xm_NodeTypeRegistryDialog(Frame InputParentFrame,
xm_DocumentModel InputDocumentModel)
public xm_NodeTypeRegistryDialog(Frame InputParentFrame)
protected void initScreen()
public void addStandardTypesTab()
public void addSpecialNamesTab()
public void setDocumentModel(xm_DocumentModel InputDocumentModel)
public xm_DocumentModel getDocumentModel()
All Packages Class Hierarchy This Package Previous Next Index