butler.swing.form
Class TreeForm

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

public class TreeForm
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
TreeForm(DTreeForm desc)
           
 
Method Summary
 javax.swing.JMenuBar getMenuBar()
           
 java.awt.Container getPanel()
           
 
Methods inherited from class butler.swing.form.Form
actionPerformed, askSave, beforeClose, cancel, close, createForm, getDescriptor, getExitMenuItem, getFileMenu, getFrame, getSaveAction, getTitle, init, isDirty, main, populate, populate, registerFormFactory, run, save, setFrame
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TreeForm

public TreeForm(DTreeForm desc)
         throws java.lang.Exception
Throws:
java.lang.Exception
Method Detail

getPanel

public java.awt.Container getPanel()
                            throws java.lang.Exception
Specified by:
getPanel in class Form
Throws:
java.lang.Exception

getMenuBar

public javax.swing.JMenuBar getMenuBar()
Overrides:
getMenuBar in class Form