|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.scopemvc.view.util.PropertyEditorFactory
Factory for Property Editors/Viewers of different Types (eg Swing, AWT etc) loaded from Scope Config.
Format of config is this:
PropertyEditor.Defaults are provided in DefaultScopeConfig for java primitive types for the "Swing" viewtype.. = PropertyViewer. . =
Field Summary | |
static java.lang.String |
SWING
Viewtype of viewers/editors to use in a Swing UI. |
Method Summary | |
static View |
getPropertyEditor(java.lang.String inViewType,
java.lang.Class inPropertyClass)
Return a newly created editor for a property class for a certain viewtype. |
static View |
getPropertyViewer(java.lang.String inViewType,
java.lang.Class inPropertyClass)
Return a newly created viewer a property class for a certain viewtype. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String SWING
Method Detail |
public static View getPropertyEditor(java.lang.String inViewType, java.lang.Class inPropertyClass)
inViewType
- find an editor of this type.inPropertyClass
- TODO: Describe the Parameter
public static View getPropertyViewer(java.lang.String inViewType, java.lang.Class inPropertyClass)
inViewType
- find an viewer of this type.inPropertyClass
- TODO: Describe the Parameter
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |