com.ibm.di.admin
Class ConfigModel
java.lang.Object
javax.swing.AbstractListModel
javax.swing.DefaultComboBoxModel
com.ibm.di.admin.ConfigModel
- All Implemented Interfaces:
- MetamergeConfigChangeListener, Serializable, ComboBoxModel, ListModel, MutableComboBoxModel
public class ConfigModel
- extends DefaultComboBoxModel
- implements MetamergeConfigChangeListener
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConfigModel
public ConfigModel()
ConfigModel
public ConfigModel(MetamergeConfig mc,
String folder)
throws Exception
- Throws:
Exception
ConfigModel
public ConfigModel(MetamergeConfig mc,
String folder,
boolean includeSystem)
throws Exception
- Throws:
Exception
ConfigModel
public ConfigModel(MetamergeConfig mc,
String folder,
boolean includeSystem,
boolean includeExternal)
throws Exception
- Throws:
Exception
addFolder
public void addFolder(String folder)
addConfig
public void addConfig(MetamergeConfig mc)
getSize
public int getSize()
- Specified by:
getSize
in interface ListModel
- Overrides:
getSize
in class DefaultComboBoxModel
getElementAt
public Object getElementAt(int index)
- Specified by:
getElementAt
in interface ListModel
- Overrides:
getElementAt
in class DefaultComboBoxModel
configurationChanged
public void configurationChanged(MetamergeConfigChange mcc)
- Specified by:
configurationChanged
in interface MetamergeConfigChangeListener