butler.swing.form
Class MultipleForm

java.lang.Object
  extended by butler.swing.form.Form
      extended by butler.swing.form.MultipleForm
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

public class MultipleForm
extends Form

Author:
Fredrik Bertilsson

Nested Class Summary
 
Nested classes/interfaces inherited from class butler.swing.form.Form
Form.XMLFactory
 
Field Summary
 
Fields inherited from class butler.swing.form.Form
CENTER, ONE_THIRD
 
Constructor Summary
MultipleForm(DMultipleForm desc)
           
 
Method Summary
protected  javax.swing.JMenuBar getMenuBar()
           
 java.awt.Container getPanel()
           
protected  java.lang.String getTitle()
           
 void init()
           
protected  void setFrame(javax.swing.JFrame frame)
           
 
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
 

Constructor Detail

MultipleForm

public MultipleForm(DMultipleForm desc)
             throws java.lang.Exception
Throws:
java.lang.Exception
Method Detail

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