Documentation of 'com.jstatcom.component.Module' Java class
Module
com.jstatcom.component

Class Module



  • public final class Module
    extends java.lang.Object
    Represents a serializable module to be used with TopFrame. A module holds the classname of the JInternalFrame containing the module and the associated helpset. Each of them can be null.

    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.String className
      Classname of this module.
      java.lang.String helpSetName
      Name of the helpset file of this module, for example /helpsets/myhelp/myhelp.hs.
      java.lang.String methodName
      Name of the static method to call with no parameters.
      static XmlFormat<Module> Module_XML
      XML 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.
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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.
      • Module_XML

        public static final XmlFormat<Module> Module_XML
        XML format field for (de)serialization.
    • Constructor Detail

      • Module

        public Module(java.lang.String className,
                      java.lang.String helpSetName,
                      java.lang.String methodName)
        Creates a module instance.
        Parameters:
        className - the class of this module, can be null
        helpSetName - the name of the helpset associated with this module, can be null

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.