|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.wirefusion.propertyeditor.PropertyEditorCollection
public class PropertyEditorCollection
PropertyEditorCollection objects are used to bundle property editors. They are used by objects implementing the PropertyEditorCollectionFactory interface.
| Constructor Summary | |
|---|---|
PropertyEditorCollection(PropertyEditorCollectionFactory propertyEditorCollectionFactory)
Constructs a PropertyEditorCollection object. |
|
| Method Summary | |
|---|---|
void |
addPropertyEditor(WfPropertyEditor propertyEditor)
Adds a property editor to the collection |
void |
destroy()
Destroys the property collection. |
java.util.Vector |
getPropertyEditors()
Returns the property editors in the collection. |
void |
propertyChange(java.beans.PropertyChangeEvent ev)
Listens for property changes and updates each property editor when the corresponding property changes. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PropertyEditorCollection(PropertyEditorCollectionFactory propertyEditorCollectionFactory)
propertyEditorCollectionFactory - a propertyEditorCollectionFactory object| Method Detail |
|---|
public void destroy()
public void propertyChange(java.beans.PropertyChangeEvent ev)
propertyChange in interface java.beans.PropertyChangeListenerpublic void addPropertyEditor(WfPropertyEditor propertyEditor)
propertyEditor - a property editorpublic java.util.Vector getPropertyEditors()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||