Class ActionListModel
java.lang.Object
javax.swing.AbstractListModel<ActionConfig>
com.inductiveautomation.perspective.designer.workspace.actioneditor.ActionListModel
- All Implemented Interfaces:
Serializable,ListModel<ActionConfig>
- See Also:
-
Field Summary
Fields inherited from class javax.swing.AbstractListModel
listenerList -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintadd(ActionDesignDelegate delegate) voidvoiddelete(int index) getElementAt(int index) intgetSize()booleanhasIndex(int index) intindexOf(ActionConfig config) booleanbooleanvoidmoveDown(int index) voidmoveUp(int index) voidsetAction(int index, ActionConfig config) toString()Methods inherited from class javax.swing.AbstractListModel
addListDataListener, fireContentsChanged, fireIntervalAdded, fireIntervalRemoved, getListDataListeners, getListeners, removeListDataListener
-
Constructor Details
-
ActionListModel
-
-
Method Details
-
getActions
-
isConfigured
public boolean isConfigured() -
isAltered
public boolean isAltered() -
clearAltered
public void clearAltered() -
hasIndex
public boolean hasIndex(int index) -
add
-
delete
public void delete(int index) -
moveUp
public void moveUp(int index) -
moveDown
public void moveDown(int index) -
setAction
-
toString
-
getSize
public int getSize() -
getElementAt
-
indexOf
-