|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.kleopatra.forms.view.builder.FormFactory
central Factory to get everything needed to build and customize a form from resources.
Method Summary | |
static ExtFormLoader |
createExtFormLoader()
|
static FormDescription |
createFormDescription()
|
static FormIO |
createFormIO()
create a new FormIO with handlerMap as defined by MappingManager. |
static LayoutDebugPainter |
createLayoutDebugPainter()
returns a DebugPainter. |
static UIFactory |
createUIFactory()
returns a new UIFactory with custom maps defined by MappingManager. |
static BundleHandler |
getBundleHandler()
|
static ExtFormLoader |
getExtFormLoader()
returns a shared ExtFormLoader. |
static FormIO |
getFormIO()
returns the shared FormIO. |
static FormLoader |
getFormLoader()
returns the shared FormLoader. |
static FormReader |
getFormReader()
returns the shared default FormReader. |
static FormWriter |
getFormWriter()
Deprecated. use FormLoader instead |
static UIBuilder |
getUIBuilder()
returns the shared UIBuilder. |
static UIFactory |
getUIFactory()
returns the shared default UIFactory. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static UIBuilder getUIBuilder()
public static UIFactory getUIFactory()
public static UIFactory createUIFactory()
PENDING: actually a SwingUIFactory created, only the XXMaps are dynamically configurable ...
public static BundleHandler getBundleHandler()
public static FormReader getFormReader()
public static FormWriter getFormWriter()
public static FormLoader getFormLoader()
public static ExtFormLoader getExtFormLoader()
public static ExtFormLoader createExtFormLoader()
public static FormIO getFormIO()
NOTE: this is used by default by the shared (Ext)FormLoader and the FormIOHelper - so setting its IOHandlerMap will be effective application-wide.
public static FormIO createFormIO()
public static LayoutDebugPainter createLayoutDebugPainter()
PENDING: wrong place.
public static FormDescription createFormDescription()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |