|
|||||||||
| Home >> All >> org >> progeeks >> meta >> [ swing overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.progeeks.meta.swing
Interface EditorFactory

- All Known Implementing Classes:
- DefaultEditorFactory, MetaTabbedPanelUIFactory, MultiColumnPanelUIFactory
- public interface EditorFactory
Creates specific types of MetaPropertyEditors.
- Version:
- $Revision: 1.4 $
| Method Summary | |
MetaPropertyEditor |
createPropertyEditor(org.progeeks.meta.PropertyType type,
FactoryRegistry factories)
Creates an editor for a specific set of property types. |
| Method Detail |
createPropertyEditor
public MetaPropertyEditor createPropertyEditor(org.progeeks.meta.PropertyType type, FactoryRegistry factories)
- Creates an editor for a specific set of property types. The
FactoryRegistry passed is the registry to which the original request
was made. This may not be the same registry that actually
holds this factory.
|
|||||||||
| Home >> All >> org >> progeeks >> meta >> [ swing overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC