All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.dorm4.fls.gui.Searchlet

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

public class Searchlet
extends LibraryModule
implements IStandardModules

Constructor Index

 o Searchlet()
Creates a standalone module.
 o Searchlet(IModuleContainer)
Creates a module to be place in an IModuleContainer that can interact with other modules.

Method Index

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

Constructors

 o Searchlet
 public Searchlet()
Creates a standalone module.

 o Searchlet
 public Searchlet(IModuleContainer container)
Creates a module to be place in an IModuleContainer that can interact with other modules.

Methods

 o init
 public void init()
Overrides:
init in class Applet
 o getModuleName
 public String getModuleName()
Gets the name for programatic use

Overrides:
getModuleName in class LibraryModule
 o getModuleTitle
 public String getModuleTitle()
Gets the title to be displayed in the tab panel

Overrides:
getModuleTitle in class LibraryModule

All Packages  Class Hierarchy  This Package  Previous  Next  Index