Uses of Class
de.cau.cs.kieler.klots.views.SJInstructionsData

Packages that use SJInstructionsData
de.cau.cs.kieler.klots.views KLOTS SJ instructions view classes. 
 

Uses of SJInstructionsData in de.cau.cs.kieler.klots.views
 

Methods in de.cau.cs.kieler.klots.views that return SJInstructionsData
 SJInstructionsData SJInstructionsDataList.get(int index)
          Gets a SJInstructionsData entry with a specific index as an identifier.
 SJInstructionsData[] SJInstructionsDataList.getArray()
          Gets the list of SJInstructionsData entries as an array of SJInstructionsData entries.
 

Methods in de.cau.cs.kieler.klots.views with parameters of type SJInstructionsData
 void SJInstructionsDataList.add(SJInstructionsData sjInstructionsData)
          Adds a SJInstructionsData entry to the list.
 int SJInstructionsDataList.indexOf(SJInstructionsData sjInstructionsData)
          Returns the index of an SJInstructionsData entry.
 

Method parameters in de.cau.cs.kieler.klots.views with type arguments of type SJInstructionsData
protected  void SJInstructionsView.highlightSelectedSJInstructions(List<SJInstructionsData> list)