All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface org.dorm4.fls.gui.IModuleContainer

public interface IModuleContainer

Method Index

 o activateModule(String)
 o getAppletContext()
 o getLibrary()
 o getModules()
 o getParameter(String)

Methods

 o getLibrary
 public abstract IRemoteLibrary getLibrary()
 o getModules
 public abstract Hashtable getModules()
 o activateModule
 public abstract void activateModule(String name)
 o getParameter
 public abstract String getParameter(String name)
 o getAppletContext
 public abstract AppletContext getAppletContext()

All Packages  Class Hierarchy  This Package  Previous  Next  Index