Serialized Form

Class hypercast.HyperCastConfigException implements Serializable


Class hypercast.util.HypercastConfigurator implements Serializable

Serialized Fields

menu

javax.swing.JMenuBar menu
The menu bar of the configuration GUI.


loaditem

javax.swing.JMenuItem loaditem
The items under the File menu


newitem

javax.swing.JMenuItem newitem
The items under the File menu


openitem

javax.swing.JMenuItem openitem
The items under the File menu


saveitem

javax.swing.JMenuItem saveitem
The items under the File menu


saveasitem

javax.swing.JMenuItem saveasitem
The items under the File menu


exititem

javax.swing.JMenuItem exititem
The items under the File menu


popupmenu

javax.swing.JPopupMenu popupmenu
A popup menu which is displayed when right clicking on the jtree.


expanditem

javax.swing.JMenuItem expanditem
The item under the popup menu


collapseitem

javax.swing.JMenuItem collapseitem
The item under the popup menu


openedXMLFile

org.w3c.dom.Document openedXMLFile
The Document instance created from the opened XML configuration file


XMLFile

java.io.File XMLFile
The XML file.


openedSchemaFile

org.w3c.dom.Document openedSchemaFile
The Document instance created from the opened schema file.


SchemaFile

java.io.File SchemaFile
The schema file.


schemaFileName

java.lang.String schemaFileName
The schema file name.


xmlfileitem

javax.swing.JMenuItem xmlfileitem
The items under the Validation menu


schemafileitem

javax.swing.JMenuItem schemafileitem
The items under the Validation menu


validateitem

javax.swing.JMenuItem validateitem
The items under the Validation menu


validateSchemaFileName

java.lang.String validateSchemaFileName
The schema file name for validation.


validateXMLFileName

java.lang.String validateXMLFileName
The xml file name for validation.


aboutitem

javax.swing.JMenuItem aboutitem
The item for help information.


treePanel

javax.swing.JScrollPane treePanel
The JScrollPane instance for displaying tree.


editPanel

javax.swing.JPanel editPanel
The JPanel for editing a tree node when it is selected.


infoField

javax.swing.JTextField infoField
The JTextField instance for displaying opreation related information.


schemafileLoadInfoField

javax.swing.JTextField schemafileLoadInfoField
The JTextField instance for displaying if the schema file is loaded.


tree

javax.swing.JTree tree
The tree structure for displaying and editing properties.


isTreeEmpty

boolean isTreeEmpty
Flag indicating if the JTree object is empty or not. True--empty; False--not empty or a valid tree.


selectedNode

dispAndEditor selectedNode
Tree node which is selected currently.


Class hypercast.HyperCastException implements Serializable


Class hypercast.HyperCastFatalRuntimeException implements Serializable


Class hypercast.HyperCastStatsException implements Serializable

Serialized Fields

name

java.lang.String name
If available, the name of the parameter that caused the exception.


type

int type
One of the type values defined by this class.


Class hypercast.HyperCastWarningRuntimeException implements Serializable


Class hypercast.MonitorAndControl.NoSuchPortalException implements Serializable