edu.isi.powerloom.gui.components
Class PLEditEvent
java.lang.Object
|
+--java.util.EventObject
|
+--edu.isi.powerloom.gui.components.PLEditEvent
- All Implemented Interfaces:
- java.io.Serializable
- public class PLEditEvent
- extends java.util.EventObject
Event representing a change in the KB. Editors fire this event,
and knowledge viewers listen for these events.
- Since:
- 4/12/2002 9:43:45 PM
- Author:
- Eric Melz
- See Also:
- Serialized Form
Fields inherited from class java.util.EventObject |
source |
Constructor Summary |
PLEditEvent(java.lang.Object source)
PLEditEvent constructor comment. |
PLEditEvent(java.lang.Object source,
java.lang.Class editType)
Insert the method's description here. |
PLEditEvent(java.lang.Object source,
java.lang.Class editType,
PLObject editObject)
|
Methods inherited from class java.util.EventObject |
getSource, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
PLEditEvent
public PLEditEvent(java.lang.Object source)
- PLEditEvent constructor comment.
- Parameters:
source
- java.lang.Object
PLEditEvent
public PLEditEvent(java.lang.Object source,
java.lang.Class editType)
- Insert the method's description here.
Creation date: (4/12/2002 9:45:18 PM)
- Parameters:
source
- java.lang.ObjecteditType
- java.lang.Class
PLEditEvent
public PLEditEvent(java.lang.Object source,
java.lang.Class editType,
PLObject editObject)
getEditType
public java.lang.Class getEditType()
- Insert the method's description here.
Creation date: (4/12/2002 9:46:01 PM)
- Returns:
- java.lang.Class
setEditType
public void setEditType(java.lang.Class newEditType)
- Insert the method's description here.
Creation date: (4/12/2002 9:46:01 PM)
- Parameters:
newEditType
- java.lang.Class
getEditObject
public PLObject getEditObject()
setEditObject
public void setEditObject(PLObject editObject)
Copyright © 2002 University of Southern California Information Sciences Institute. All Rights Reserved.