Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.progeeks.meta.swing
Interface EditorFactory  view EditorFactory download EditorFactory.java

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.