All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----com.sun.java.swing.tree.DefaultMutableTreeNode | +----xg.xg_Node | +----xg.xg_Element | +----xu.xu_FrameConfigElement
xu_FrameConfigElement is an within which are expected to live other elements which describe the configuration details for a frame. This class has few responsibilities itself (child classes and the document it belongs will do all the hard work). The only real thing this class does is know about its 'Class' attribute, and to be able to use its value to turn relative pathnames into full URLs for resources.
public static final String RegisteredName
public static final String ClassAttName
public static final String ImageSuffix
public xu_FrameConfigElement()
public URL convertToURL(String InputValue)
All Packages Class Hierarchy This Package Previous Next Index