All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.dorm4.fls.gui.Circulation

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.Circulation

public class Circulation
extends LibraryModule
implements IStandardModules
This is the module that is the main GUI for handling circulation tasks such as checkout and return.


Constructor Index

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

Method Index

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

Constructors

 o Circulation
 public Circulation()
Creates a standalone module.

 o Circulation
 public Circulation(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 used 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