dsto.dfc.swing.forms
Class BasicFormEditorEventSource

java.lang.Object
  extended by dsto.dfc.swing.forms.BasicFormEditorEventSource
All Implemented Interfaces:
Copyable, Serializable, Cloneable
Direct Known Subclasses:
AbstractFormEditor, BasicForm, JTreeSelectionFormEditor

public class BasicFormEditorEventSource
extends Object
implements Serializable, Copyable

Utility class for managing a set of FormEditorListener's.

Version:
$Revision$
See Also:
Serialized Form

Constructor Summary
BasicFormEditorEventSource()
           
BasicFormEditorEventSource(Object source)
           
 
Method Summary
 void addFormEditorListener(FormEditorListener l)
           
 Object clone()
          Create a completely separate copy of this object and any mutable objects owned by the object.
 void fireEditComitted()
          Deprecated. Supports old typo, ise fireEditCommitted instead.
 void fireEditCommitRequested()
           
 void fireEditCommitted()
           
 void removeFormEditorListener(FormEditorListener l)
           
 void setFormEditorEventSource(Object source)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicFormEditorEventSource

public BasicFormEditorEventSource()

BasicFormEditorEventSource

public BasicFormEditorEventSource(Object source)
Method Detail

setFormEditorEventSource

public void setFormEditorEventSource(Object source)

addFormEditorListener

public void addFormEditorListener(FormEditorListener l)

removeFormEditorListener

public void removeFormEditorListener(FormEditorListener l)

clone

public Object clone()
             throws CloneNotSupportedException
Description copied from interface: Copyable
Create a completely separate copy of this object and any mutable objects owned by the object.

NOTE: subclasses should not remove the CloneNotSupportedException throws clause if they themselves support subclassing: removing the CloneNotSupportedException declaration stops subclasses from indicating that a clone was not possible.

Specified by:
clone in interface Copyable
Overrides:
clone in class Object
Throws:
CloneNotSupportedException - if the clone failed or is not possible.

fireEditComitted

public void fireEditComitted()
Deprecated. Supports old typo, ise fireEditCommitted instead.


fireEditCommitted

public void fireEditCommitted()

fireEditCommitRequested

public void fireEditCommitRequested()


Copyright © 2008 Commonwealth of Australia