com.ibm.di.admin.ui
Class EventHandlerActionUI.ActionItemListModel
java.lang.Object
javax.swing.AbstractListModel
com.ibm.di.admin.ui.EventHandlerActionUI.ActionItemListModel
- All Implemented Interfaces:
- ListDraggerInterface, MetamergeConfigChangeListener, Serializable, ListModel
- Enclosing class:
- EventHandlerActionUI
public class EventHandlerActionUI.ActionItemListModel
- extends AbstractListModel
- implements ListDraggerInterface, MetamergeConfigChangeListener
List model for Action Items
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EventHandlerActionUI.ActionItemListModel
public EventHandlerActionUI.ActionItemListModel(EventHandlerActionConfig config,
int type)
init
public void init(EventHandlerActionConfig config,
int type)
getSize
public int getSize()
- Specified by:
getSize
in interface ListModel
getElementAt
public Object getElementAt(int index)
- Specified by:
getElementAt
in interface ListModel
configurationChanged
public void configurationChanged(MetamergeConfigChange changeEvent)
- Specified by:
configurationChanged
in interface MetamergeConfigChangeListener
addItem
public void addItem(Object item)
removeItem
public void removeItem(int index)
moveItem
public void moveItem(int fromIndex,
int toIndex)
- Specified by:
moveItem
in interface ListDraggerInterface