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

Quick Search    Search Deep

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

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

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

Factory for ContainerEditors. ContainerEditors 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.1 $

Constructor Summary
ContainerEditorFactory()
           
 
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

ContainerEditorFactory

public ContainerEditorFactory()
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