|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.cau.cs.kieler.klots.views.SJInstructionsDataList
public class SJInstructionsDataList
Constructor Summary | |
---|---|
SJInstructionsDataList(SJInstructionsViewer viewerParam)
Instantiates a new TableDataList. |
Method Summary | |
---|---|
void |
add(SJInstructionsData sjInstructionsData)
Adds a SJInstructionsData entry to the list. |
void |
clear()
|
SJInstructionsData |
get(int index)
Gets a SJInstructionsData entry with a specific index as an identifier. |
SJInstructionsData[] |
getArray()
Gets the list of SJInstructionsData entries as an array of SJInstructionsData entries. |
static SJInstructionsDataList |
getInstance()
Gets the single instance of this TableDataList class. |
int |
indexOf(SJInstructionsData sjInstructionsData)
Returns the index of an SJInstructionsData entry. |
int |
size()
Gets the size of this list. |
void |
updateViewAsync()
Updates the view of the parent tree table viewer asynchronously. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SJInstructionsDataList(SJInstructionsViewer viewerParam)
viewerParam
- the parent tree table viewer for refreshesMethod Detail |
---|
public int indexOf(SJInstructionsData sjInstructionsData)
sjInstructionsData
- the SJInstructionsData entry
public void updateViewAsync()
public void add(SJInstructionsData sjInstructionsData)
sjInstructionsData
- the SJInstructionsData entrypublic SJInstructionsData get(int index)
index
- the identifier index
public void clear()
public static SJInstructionsDataList getInstance()
public int size()
public SJInstructionsData[] getArray()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |