|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.progeeks.meta.swing.DefaultEditorFactory
public class DefaultEditorFactory
Simple factory that will just instantiate an editor of a particular class.
Constructor Summary | |
---|---|
DefaultEditorFactory(java.lang.Class editorType)
|
|
DefaultEditorFactory(java.lang.Class editorType,
boolean passFactories)
|
Method Summary | |
---|---|
MetaPropertyEditor |
createPropertyEditor(MetaPropertyContext viewContext)
Creates an editor 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 |
---|
public DefaultEditorFactory(java.lang.Class editorType, boolean passFactories)
public DefaultEditorFactory(java.lang.Class editorType)
Method Detail |
---|
public MetaPropertyEditor createPropertyEditor(MetaPropertyContext viewContext)
createPropertyEditor
in interface EditorFactory
viewContext
- The context within which this editor will be operating.
It is up to the caller (usually the FactoryRegistry) to
initialize the view with this view context. It is merely
provide in case context information is necessary to decide
which renderer to create.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |