dsto.dfc.swing.forms
Class BasicFormEditorEventSource
java.lang.Object
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
BasicFormEditorEventSource
public BasicFormEditorEventSource()
BasicFormEditorEventSource
public BasicFormEditorEventSource(Object source)
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