com.jstatcom.component
Class Module
- java.lang.Object
-
- com.jstatcom.component.Module
-
public final class Module extends java.lang.ObjectRepresents a serializable module to be used withTopFrame. A module holds the classname of theJInternalFramecontaining the module and the associated helpset. Each of them can benull.The XML representation of modules can be used to set up the helpsets and modules that are shown in a
TopFrame.
-
-
Field Summary
Fields Modifier and Type Field and Description java.lang.StringclassNameClassname of this module.java.lang.StringhelpSetNameName of the helpset file of this module, for example/helpsets/myhelp/myhelp.hs.java.lang.StringmethodNameName of the static method to call with no parameters.static XmlFormat<Module>Module_XMLXML format field for (de)serialization.
-
Constructor Summary
Constructors Constructor and Description Module(java.lang.String className, java.lang.String helpSetName, java.lang.String methodName)Creates a module instance.
-
-
-
Field Detail
-
className
public final java.lang.String className
Classname of this module.
-
helpSetName
public final java.lang.String helpSetName
Name of the helpset file of this module, for example/helpsets/myhelp/myhelp.hs.
-
methodName
public final java.lang.String methodName
Name of the static method to call with no parameters.
-
-
DMelt 3.0 © DataMelt by jWork.ORG