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 TypeMethodDescriptionint
add
(ActionDesignDelegate delegate) void
void
delete
(int index) getElementAt
(int index) int
getSize()
boolean
hasIndex
(int index) int
indexOf
(ActionConfig config) boolean
boolean
void
moveDown
(int index) void
moveUp
(int index) void
setAction
(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
-