tiger.gui
Class ObjectEditor

java.lang.Object
  |
  +--JLoPanel
        |
        +--tiger.gui.ObjectEditor
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

public class ObjectEditor
extends JLoPanel
implements java.awt.event.ActionListener

Author:
Fredrik Bertilsson
See Also:
Serialized Form

Constructor Summary
ObjectEditor()
           
ObjectEditor(PersistObject anObj, ObjectBase anObjectBase)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 java.lang.String getPanelID()
           
 java.lang.String getTitle()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectEditor

public ObjectEditor()

ObjectEditor

public ObjectEditor(PersistObject anObj,
                    ObjectBase anObjectBase)
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Specified by:
actionPerformed in interface java.awt.event.ActionListener

getPanelID

public java.lang.String getPanelID()

getTitle

public java.lang.String getTitle()