|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.progeeks.meta.swing.editor.LongStringEditorFactory
public class LongStringEditorFactory
Factory for LongStringEditors. Useful for treating the same class as both editor and renderer.
Constructor Summary | |
---|---|
LongStringEditorFactory()
|
Method Summary | |
---|---|
MetaPropertyEditor |
createPropertyEditor(MetaPropertyContext viewContext)
Creates an editor for a specific set of property types. |
MetaPropertyRenderer |
createPropertyRenderer(MetaPropertyContext viewContext)
Creates a renderer for a specific set of property types. |
boolean |
isAutoScroll()
|
void |
setAutoScroll(boolean f)
Set to true for the component to automatically scroll to the end of the text whenever the value changes. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LongStringEditorFactory()
Method Detail |
---|
public void setAutoScroll(boolean f)
public boolean isAutoScroll()
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.public MetaPropertyRenderer createPropertyRenderer(MetaPropertyContext viewContext)
createPropertyRenderer
in interface RendererFactory
viewContext
- The context within which this renderer 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 |