com.ibm.di.admin.ui
Class EventHandlerActionUI.ConditionListModel

java.lang.Object
  extended by javax.swing.AbstractListModel
      extended by com.ibm.di.admin.ui.EventHandlerActionUI.ConditionListModel
All Implemented Interfaces:
ListDraggerInterface, MetamergeConfigChangeListener, Serializable, ListModel
Enclosing class:
EventHandlerActionUI

public class EventHandlerActionUI.ConditionListModel
extends AbstractListModel
implements ListDraggerInterface, MetamergeConfigChangeListener

List model for Action Items

See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.swing.AbstractListModel
listenerList
 
Constructor Summary
EventHandlerActionUI.ConditionListModel(EventHandlerActionConfig config)
           
 
Method Summary
 void addItem(boolean script)
           
 void configurationChanged(MetamergeConfigChange changeEvent)
           
 Object getElementAt(int index)
           
 int getSize()
           
 void init(EventHandlerActionConfig config)
           
 void moveItem(int fromIndex, int toIndex)
           
 void refresh()
           
 void removeItem(int index)
           
 
Methods inherited from class javax.swing.AbstractListModel
addListDataListener, fireContentsChanged, fireIntervalAdded, fireIntervalRemoved, getListDataListeners, getListeners, removeListDataListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventHandlerActionUI.ConditionListModel

public EventHandlerActionUI.ConditionListModel(EventHandlerActionConfig config)
Method Detail

init

public void init(EventHandlerActionConfig config)

refresh

public void refresh()

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(boolean script)

removeItem

public void removeItem(int index)

moveItem

public void moveItem(int fromIndex,
                     int toIndex)
Specified by:
moveItem in interface ListDraggerInterface