All Packages Class Hierarchy This Package Previous Next Index
Class xm.xm_NodeTypeEditDialog
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Window
|
+----java.awt.Dialog
|
+----com.sun.java.swing.JDialog
|
+----xm.xm_NodeTypeEditDialog
- public class xm_NodeTypeEditDialog
- extends JDialog
A dialog for entering details about an entry to add to the node type
registry.
-
xm_NodeTypeEditDialog(Frame)
- Constructor.
-
xm_NodeTypeEditDialog(Frame, xm_DocumentModel)
- Constructor.
-
getDocumentModel()
- Retrieve the document model into which we placed the analysed structure
of the database.
-
initScreen()
- Initialise the screen.
-
setDocumentModel(xm_DocumentModel)
- Pass in the document model into which we are to place the analysed structure
of the database.
xm_NodeTypeEditDialog
public xm_NodeTypeEditDialog(Frame InputParentFrame,
xm_DocumentModel InputDocumentModel)
- Constructor.
xm_NodeTypeEditDialog
public xm_NodeTypeEditDialog(Frame InputParentFrame)
- Constructor.
initScreen
protected void initScreen()
- Initialise the screen.
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
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