All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.dorm4.fls.gui.LibraryModule

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Panel
                           |
                           +----java.applet.Applet
                                   |
                                   +----javax.swing.JApplet
                                           |
                                           +----org.dorm4.fls.gui.LibraryModule

public abstract class LibraryModule
extends JApplet
implements ILibraryConstants

Variable Index

 o m_container
 o m_independent
 o m_initialized
 o m_library
 o m_modules
 o m_started

Constructor Index

 o LibraryModule()
 o LibraryModule(IModuleContainer)

Method Index

 o getAppletContext()
 o getModuleName()
Gets the name for programatic use
 o getModuleTitle()
Gets the title to be displayed in the tab panel
 o getParameter(String)

Variables

 o m_library
 protected IRemoteLibrary m_library
 o m_container
 protected IModuleContainer m_container
 o m_modules
 protected Hashtable m_modules
 o m_initialized
 protected boolean m_initialized
 o m_started
 protected boolean m_started
 o m_independent
 protected boolean m_independent

Constructors

 o LibraryModule
 public LibraryModule()
 o LibraryModule
 public LibraryModule(IModuleContainer container)

Methods

 o getParameter
 public String getParameter(String param)
Overrides:
getParameter in class Applet
 o getAppletContext
 public AppletContext getAppletContext()
Overrides:
getAppletContext in class Applet
 o getModuleName
 public abstract String getModuleName()
Gets the name for programatic use

 o getModuleTitle
 public abstract String getModuleTitle()
Gets the title to be displayed in the tab panel


All Packages  Class Hierarchy  This Package  Previous  Next  Index