| Package | Description |
|---|---|
| org.nuiton.jaxx.widgets.config |
Package jaxx.runtime.swing.config
|
| org.nuiton.jaxx.widgets.config.model |
Package jaxx.runtime.swing.config.model
|
| Modifier and Type | Field and Description |
|---|---|
protected ConfigUIModelBuilder |
ConfigUIHelper.modelBuilder
internal model builder
|
| Modifier and Type | Method and Description |
|---|---|
ConfigUIModelBuilder |
ConfigUIModelBuilder.addCategory(String categoryName,
String categoryLabel)
Add a new category, and set it as current.
|
ConfigUIModelBuilder |
ConfigUIModelBuilder.addCategory(String categoryName,
String categoryLabel,
String defaultCallback)
Add a new category, and set it as current.
|
ConfigUIModelBuilder |
ConfigUIModelBuilder.addOption(io.ultreia.java4all.config.ConfigOptionDef def)
Add a new option, and set it as current.
|
ConfigUIModelBuilder |
ConfigUIModelBuilder.addOption(io.ultreia.java4all.config.ConfigOptionDef def,
String propertyName)
Deprecated.
since 2.5.29, prefer use the
setOptionPropertyName(String) method instead, will be removed soon |
ConfigUIModelBuilder |
ConfigUIModelBuilder.createModel(io.ultreia.java4all.config.ApplicationConfig config)
Deprecated.
since 2.33, prefer use the
createModel(Object, ApplicationConfig, File) method instead, will be removed soon |
ConfigUIModelBuilder |
ConfigUIModelBuilder.createModel(io.ultreia.java4all.config.ApplicationConfig config,
File configFile)
Deprecated.
since 2.33, prefer use the
createModel(Object, ApplicationConfig, File) method instead, will be removed soon |
ConfigUIModelBuilder |
ConfigUIModelBuilder.createModel(Object configurationBean,
io.ultreia.java4all.config.ApplicationConfig config)
Deprecated.
since 2.33, prefer use the
createModel(Object, ApplicationConfig, File) method instead, will be removed soon |
ConfigUIModelBuilder |
ConfigUIModelBuilder.createModel(Object configurationBean,
io.ultreia.java4all.config.ApplicationConfig config,
File configFile)
Create a new model and set it as current model.
|
ConfigUIModelBuilder |
ConfigUIModelBuilder.createModel(com.google.common.base.Supplier<io.ultreia.java4all.config.ApplicationConfig> config)
Deprecated.
since 2.33, prefer use the
createModel(Object, ApplicationConfig, File) method instead, will be removed soon |
ConfigUIModelBuilder |
ConfigUIModelBuilder.createModel(com.google.common.base.Supplier<io.ultreia.java4all.config.ApplicationConfig> config,
File configFile)
Deprecated.
since 2.33, prefer use the
createModel(Object, ApplicationConfig, File) method instead, will be removed soon |
ConfigUIModelBuilder |
ConfigUIModelBuilder.registerCallBack(String name,
String description,
Icon icon,
Runnable action)
Registers a new callback.
|
ConfigUIModelBuilder |
ConfigUIModelBuilder.setCategory(CategoryModel categoryModel)
Set the given category as current category.
|
ConfigUIModelBuilder |
ConfigUIModelBuilder.setCategoryDefaultCallBack(String categoryDefaultCallBack)
Sets the default callback to use for this category (the call back
will be add to all options of this category until you set another one or
nullify it).
|
ConfigUIModelBuilder |
ConfigUIModelBuilder.setCloseAction(Runnable runnable) |
ConfigUIModelBuilder |
ConfigUIModelBuilder.setFinalizer(CallBackFinalizer finalizer)
Sets the callback finalizet
|
ConfigUIModelBuilder |
ConfigUIModelBuilder.setModel(ConfigUIModel model)
Set the given model as current model.
|
ConfigUIModelBuilder |
ConfigUIModelBuilder.setOption(OptionModel optionModel)
Sets the given option as current option.
|
ConfigUIModelBuilder |
ConfigUIModelBuilder.setOptionCallBack(String name)
Registers the current option into a known callback.
|
ConfigUIModelBuilder |
ConfigUIModelBuilder.setOptionEditor(TableCellEditor editor)
Set the editor on the current option.
|
ConfigUIModelBuilder |
ConfigUIModelBuilder.setOptionPropertyName(String propertyName)
Set the propertyName on the current option.
|
ConfigUIModelBuilder |
ConfigUIModelBuilder.setOptionRenderer(TableCellRenderer renderer)
Set the renderer on the current option.
|
ConfigUIModelBuilder |
ConfigUIModelBuilder.setOptionShortLabel(String shortLabel)
Set the short label on the current option.
|
Copyright © 2008–2020 Ultreia.io. All rights reserved.