com.partnersoft.gui
Class GUIForm

java.lang.Object
  extended by com.partnersoft.gui.GUIForm

public class GUIForm
extends java.lang.Object

A GUIForm is a straightforward panel with data entry fields, buttons, etc.

Author:
Paul Reavis Copyright 2005 Partner Software, Inc.

Constructor Summary
GUIForm(javax.swing.JPanel gui)
           
 
Method Summary
 void apply()
           
 ActionBureau getActionBureau()
           
 Cog getEditedCog()
           
 java.lang.Object getEditedObject()
           
 Naming getFields()
           
 javax.swing.JPanel getGUI()
           
 void reset()
           
 void setEditedCog(Cog newEdited)
           
 void setEditedObject(java.lang.Object newEdited)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GUIForm

public GUIForm(javax.swing.JPanel gui)
Method Detail

getEditedCog

public Cog getEditedCog()

setEditedCog

public void setEditedCog(Cog newEdited)

getEditedObject

public java.lang.Object getEditedObject()

setEditedObject

public void setEditedObject(java.lang.Object newEdited)

apply

public void apply()

reset

public void reset()

getActionBureau

public ActionBureau getActionBureau()

getFields

public Naming getFields()

getGUI

public javax.swing.JPanel getGUI()