Uses of Class
jaxx.runtime.swing.config.model.ConfigUIModel
| Package | Description |
|---|---|
| jaxx.runtime.swing.config |
Package jaxx.runtime.swing.config
|
| jaxx.runtime.swing.config.model |
Package jaxx.runtime.swing.config.model
|
-
Uses of ConfigUIModel in jaxx.runtime.swing.config
Fields in jaxx.runtime.swing.config declared as ConfigUIModel Modifier and Type Field Description protected ConfigUIModelConfigCategoryUI. modelprotected ConfigUIModelConfigUI. modelprotected ConfigUIModelConfigUIHelper. modelinternal model after builder flushMethods in jaxx.runtime.swing.config that return ConfigUIModel Modifier and Type Method Description ConfigUIModelConfigCategoryUI. getModel()ConfigUIModelConfigUI. getModel()ConfigUIModelConfigUIHelper. getModel()Methods in jaxx.runtime.swing.config with parameters of type ConfigUIModel Modifier and Type Method Description protected voidConfigUIHandler. closeUI(java.awt.Window parentWindow, ConfigUIModel model)ConfigUIModelBuilderConfigUIHelper. setModel(ConfigUIModel model) -
Uses of ConfigUIModel in jaxx.runtime.swing.config.model
Methods in jaxx.runtime.swing.config.model that return ConfigUIModel Modifier and Type Method Description ConfigUIModelConfigUIModelBuilder. flushModel()Flush the model and return it.Methods in jaxx.runtime.swing.config.model with parameters of type ConfigUIModel Modifier and Type Method Description CallBackMapCallBacksManager. getCallBacks(ConfigUIModel model, boolean saved, boolean modified)Scan a model and grab per callBack the options.CallBackMapCallBacksManager. getCallBacksForSaved(ConfigUIModel model)Scan a model and grab per callBack the options saved.ConfigUIModelBuilderConfigUIModelBuilder. setModel(ConfigUIModel model)Set the given model as current model.