| Package | Description |
|---|---|
| org.opt4j.config |
Provides the classes for modules structure and configuration.
|
| org.opt4j.config.visualization |
Provides the classes for the configurator visualization (GUI).
|
| Modifier and Type | Method and Description |
|---|---|
PropertyModule |
PropertyModule.clone() |
PropertyModule |
ModuleRegister.get(Class<? extends com.google.inject.Module> clazz)
Returns the
PropertyModule of the specified class and creates a
new instance if necessary. |
| Modifier and Type | Method and Description |
|---|---|
int |
PropertyModule.compareTo(PropertyModule other) |
| Modifier and Type | Method and Description |
|---|---|
PropertyModule |
PropertyPanel.getModule()
Returns the instance of the
PropertyModule. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
SelectedModules.add(PropertyModule module) |
ImageIcon |
Format.getIcon(PropertyModule module)
Returns the
ImageIcon of a PropertyModule. |
String |
Format.getName(PropertyModule module)
Returns the name of a
PropertyModule. |
String |
Format.getTooltip(PropertyModule module)
Returns the tooltip of a
PropertyModule. |
void |
DefaultSelectedPanel.moduleAdded(Collection<PropertyModule> collection,
PropertyModule module) |
void |
SetListener.moduleAdded(Collection<PropertyModule> collection,
PropertyModule module)
Invoked if a
PropertyModule is added. |
void |
DefaultSelectedPanel.moduleRemoved(Collection<PropertyModule> collection,
PropertyModule module) |
void |
SetListener.moduleRemoved(Collection<PropertyModule> collection,
PropertyModule module)
Invoked if a
PropertyModule is removed. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
SelectedModules.addAll(Collection<? extends PropertyModule> modules) |
void |
DefaultSelectedPanel.moduleAdded(Collection<PropertyModule> collection,
PropertyModule module) |
void |
SetListener.moduleAdded(Collection<PropertyModule> collection,
PropertyModule module)
Invoked if a
PropertyModule is added. |
void |
DefaultSelectedPanel.moduleRemoved(Collection<PropertyModule> collection,
PropertyModule module) |
void |
SetListener.moduleRemoved(Collection<PropertyModule> collection,
PropertyModule module)
Invoked if a
PropertyModule is removed. |
| Constructor and Description |
|---|
ModuleTransferable(PropertyModule module)
Constructs a
ModuleTransferable. |
PropertyPanel(PropertyModule module,
FileChooser fileChooser,
Format format)
Constructs a
PropertyPanel for one PropertyModule
instance. |