All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class xu.xu_FrameConfigElement

java.lang.Object
   |
   +----com.sun.java.swing.tree.DefaultMutableTreeNode
           |
           +----xg.xg_Node
                   |
                   +----xg.xg_Element
                           |
                           +----xu.xu_FrameConfigElement

public class xu_FrameConfigElement
extends xg_Element

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.


Variable Index

 o ClassAttName
The name of the attribute which holds the name of the Java class of the Frame for which this configuration was designed.
 o ImageSuffix
Suffix applied to the key used in resource file lookups for images.
 o RegisteredName
The element type name normally used in XML for this sort of element.

Constructor Index

 o xu_FrameConfigElement()

Method Index

 o convertToURL(String)
Get the value of the URL whose name is InputResourceName.

Variables

 o RegisteredName
 public static final String RegisteredName
The element type name normally used in XML for this sort of element.

 o ClassAttName
 public static final String ClassAttName
The name of the attribute which holds the name of the Java class of the Frame for which this configuration was designed.

 o ImageSuffix
 public static final String ImageSuffix
Suffix applied to the key used in resource file lookups for images.

Constructors

 o xu_FrameConfigElement
 public xu_FrameConfigElement()

Methods

 o convertToURL
 public URL convertToURL(String InputValue)
Get the value of the URL whose name is InputResourceName.


All Packages  Class Hierarchy  This Package  Previous  Next  Index