|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PropertyEditorCollectionFactory
Classes with properties using property editors must implements this interface.
| Method Summary | |
|---|---|
PropertyEditorCollection |
createPropertyEditorCollection()
This method should create property editors and add them to a new PropertyEditorCollection object. |
void |
destroyPropertyEditorCollection(PropertyEditorCollection propertyEditorCollection)
Removes all references to the PropertyEditorCollection previously created in the createPropertyEditorCollection() method and removes any listeners to its property editors. |
| Method Detail |
|---|
PropertyEditorCollection createPropertyEditorCollection()
void destroyPropertyEditorCollection(PropertyEditorCollection propertyEditorCollection)
Note: This method has already been implemented in WobProperties, so no need to add it to your WobProperties class
propertyEditorCollection - a propertyEditorCollection object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||