All Packages Class Hierarchy This Package Previous Next Index
Class xu.xu_MenuBarElement
java.lang.Object
|
+----com.sun.java.swing.tree.DefaultMutableTreeNode
|
+----xg.xg_Node
|
+----xg.xg_Element
|
+----xu.xu_MenuBarElement
- public class xu_MenuBarElement
- extends xg_Element
An XML element to represent a Swing menubar.
-
RegisteredName
- The element type name normally used in XML for this sort of element.
-
TheMenuBar
- The menubar created by this element.
-
xu_MenuBarElement()
- Construct a menubar element with no type and no name.
-
xu_MenuBarElement(String)
- Construct a menubar with a name.
-
getMenuBar()
- Get the menubar created by this element.
-
getSummaryString()
- Get a summary descriptive string suitable for display in the tree view or
elsewhere.
-
toString()
- Return a string representation of the element (intended for use as debug
output).
-
verify()
-
Verify that this node is correct (ie.
TheMenuBar
protected JMenuBar TheMenuBar
- The menubar created by this element.
RegisteredName
public static final String RegisteredName
- The element type name normally used in XML for this sort of element.
xu_MenuBarElement
public xu_MenuBarElement()
- Construct a menubar element with no type and no name.
xu_MenuBarElement
public xu_MenuBarElement(String InputNodeName)
- Construct a menubar with a name.
- Parameters:
- InputNodeName - The name of the element
verify
public void verify() throws xg_VerificationException
-
Verify that this node is correct (ie. internally correct and/or consistent
with other nodes - such as its parent). The node is OK if each of its children
is an xu_MenuElement or not an xg_Element.
- Throws: xg_VerificationException
- Description of verification problem
- Overrides:
- verify in class xg_Node
getMenuBar
public JMenuBar getMenuBar()
- Get the menubar created by this element.
- Returns:
- The menubar itself.
getSummaryString
public String getSummaryString()
- Get a summary descriptive string suitable for display in the tree view or
elsewhere.
- Returns:
- A description suitable for display in the tree view
- Overrides:
- getSummaryString in class xg_Node
toString
public String toString()
- Return a string representation of the element (intended for use as debug
output).
- Returns:
- String representing the node's name.
- Overrides:
- toString in class xg_Element
All Packages Class Hierarchy This Package Previous Next Index