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
-
m_container
-
-
m_independent
-
-
m_initialized
-
-
m_library
-
-
m_modules
-
-
m_started
-
-
LibraryModule()
-
-
LibraryModule(IModuleContainer)
-
-
getAppletContext()
-
-
getModuleName()
- Gets the name for programatic use
-
getModuleTitle()
- Gets the title to be displayed in the tab panel
-
getParameter(String)
-
m_library
protected IRemoteLibrary m_library
m_container
protected IModuleContainer m_container
m_modules
protected Hashtable m_modules
m_initialized
protected boolean m_initialized
m_started
protected boolean m_started
m_independent
protected boolean m_independent
LibraryModule
public LibraryModule()
LibraryModule
public LibraryModule(IModuleContainer container)
getParameter
public String getParameter(String param)
- Overrides:
- getParameter in class Applet
getAppletContext
public AppletContext getAppletContext()
- Overrides:
- getAppletContext in class Applet
getModuleName
public abstract String getModuleName()
- Gets the name for programatic use
getModuleTitle
public abstract String getModuleTitle()
- Gets the title to be displayed in the tab panel
All Packages Class Hierarchy This Package Previous Next Index