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

Quick Search    Search Deep

org.progeeks.meta.swing.editor
Class ListEditorFactory  view ListEditorFactory download ListEditorFactory.java

java.lang.Object
  extended byorg.progeeks.meta.swing.editor.ListEditorFactory
All Implemented Interfaces:
org.progeeks.meta.swing.EditorFactory, org.progeeks.meta.swing.RendererFactory

public class ListEditorFactory
extends java.lang.Object
implements org.progeeks.meta.swing.EditorFactory, org.progeeks.meta.swing.RendererFactory

Factory for ListEditors. ListEditors may have various things that can be configured about them. Also in some cases it is useful for them to have access to a FactoryRegistry.

Version:
$Revision: 1.3 $

Constructor Summary
ListEditorFactory()
           
 
Method Summary
 org.progeeks.meta.swing.MetaPropertyEditor createPropertyEditor(org.progeeks.meta.PropertyType type, org.progeeks.meta.swing.FactoryRegistry factories)
          Creates an editor for a specific set of property types.
 org.progeeks.meta.swing.MetaPropertyRenderer createPropertyRenderer(org.progeeks.meta.PropertyType type, org.progeeks.meta.swing.FactoryRegistry factories)
          Creates a renderer for a specific set of property types.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListEditorFactory

public ListEditorFactory()
Method Detail

createPropertyEditor

public org.progeeks.meta.swing.MetaPropertyEditor createPropertyEditor(org.progeeks.meta.PropertyType type,
                                                                       org.progeeks.meta.swing.FactoryRegistry factories)
Creates an editor for a specific set of property types.

Specified by:
createPropertyEditor in interface org.progeeks.meta.swing.EditorFactory

createPropertyRenderer

public org.progeeks.meta.swing.MetaPropertyRenderer createPropertyRenderer(org.progeeks.meta.PropertyType type,
                                                                           org.progeeks.meta.swing.FactoryRegistry factories)
Creates a renderer for a specific set of property types.

Specified by:
createPropertyRenderer in interface org.progeeks.meta.swing.RendererFactory