documentationfor yFiles for HTML 2.6

Usages of ListCell

Properties

firstCellin YListGets the first cell of this list.
lastCellin YListGets the last cell of this list.
firstSameLayerEdgeCellin INodeDataGets the first same-layer edge ListCell of all same-layer edges or null if there exists no same-layer edge.

Method Return Values

pred ()in ListCellReturns the predecessor cell of this cell.
succ ()in ListCellReturns the successor cell of this cell.
addFirst (Object)in YListInserts the given object at the head of this list.
addLast (Object)in YListInserts the given object at the tail of this list.
cyclicPred (ListCell)in YListReturns the cyclic predecessor cell of the given list cell.
cyclicSucc (ListCell)in YListReturns the cyclic successor cell of the given list cell.
findCell (Object)in YListReturns the ListCell where object o is stored.
getCell (number)in YListGets the cell at the given index.
insertAfter (Object, ListCell)in YListInserts the given object into this list with respect to a given reference list cell.
insertBefore (Object, ListCell)in YListInserts the given object into this list with respect to a given reference list cell.
predCell (ListCell)in YListReturns the predecessor cell of the given list cell.
succCell (ListCell)in YListReturns the successor cell of the given list cell.

Method Parameters

getValueAt (ListCell, number)in BorderLineReturns the value that is set on this borderline at the specified position.
addFirstCell (ListCell)in YListAdds a formerly removed ListCell object at the head of this list.
addLastCell (ListCell)in YListAdds a formerly removed ListCell object at the tail of this list.
cyclicPred (ListCell)in YListReturns the cyclic predecessor cell of the given list cell.
cyclicSucc (ListCell)in YListReturns the cyclic successor cell of the given list cell.
getInfo (ListCell)in YListReturns the element stored in the given list cell.
insertAfter (Object, ListCell)in YListInserts the given object into this list with respect to a given reference list cell.
insertBefore (Object, ListCell)in YListInserts the given object into this list with respect to a given reference list cell.
insertCellAfter (ListCell, ListCell)in YListInserts a formerly removed ListCell object into this list with respect to a given reference list cell.
insertCellBefore (ListCell, ListCell)in YListInserts a formerly removed ListCell object into this list with respect to a given reference list cell.
predCell (ListCell)in YListReturns the predecessor cell of the given list cell.
removeCell (ListCell)in YListRemoves the given list cell, and hence the element stored in it, from this list.
setInfo (ListCell, Object)in YListUpdates the element stored in the given list cell with the given object.
succCell (ListCell)in YListReturns the successor cell of the given list cell.