butler.swing.form
Class MultipleForm
java.lang.Object
butler.swing.form.Form
butler.swing.form.MultipleForm
- All Implemented Interfaces:
- java.awt.event.ActionListener, java.util.EventListener
public class MultipleForm
- extends Form
- Author:
- Fredrik Bertilsson
Methods inherited from class butler.swing.form.Form |
actionPerformed, askSave, beforeClose, cancel, close, createForm, getDescriptor, getExitMenuItem, getFileMenu, getFrame, getSaveAction, isDirty, main, populate, populate, registerFormFactory, run, save |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MultipleForm
public MultipleForm(DMultipleForm desc)
throws java.lang.Exception
- Throws:
java.lang.Exception
init
public void init()
throws java.lang.Exception
- Overrides:
init
in class Form
- Throws:
java.lang.Exception
getPanel
public java.awt.Container getPanel()
throws java.lang.Exception
- Specified by:
getPanel
in class Form
- Throws:
java.lang.Exception
setFrame
protected void setFrame(javax.swing.JFrame frame)
- Overrides:
setFrame
in class Form
getMenuBar
protected javax.swing.JMenuBar getMenuBar()
throws java.lang.Exception
- Overrides:
getMenuBar
in class Form
- Throws:
java.lang.Exception
getTitle
protected java.lang.String getTitle()
throws java.lang.Exception
- Overrides:
getTitle
in class Form
- Throws:
java.lang.Exception