All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.dorm4.fls.gui.RecordMaintenance

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

public class RecordMaintenance
extends LibraryModule
implements IStandardModules
This is the module that is the main GUI for editing records.


Constructor Index

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

Method Index

 o editItem(StdLibraryObject)
Sets the object to be edited.
 o getModuleName()
Gets the name for programatic use
 o getModuleTitle()
Gets the title to be displayed in the tab panel
 o init()

Constructors

 o RecordMaintenance
 public RecordMaintenance()
Creates a standalone module.

 o RecordMaintenance
 public RecordMaintenance(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 editItem
 public void editItem(StdLibraryObject obj)
Sets the object to be edited. Discards any unsaved changes to the current object.

 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