|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of LoopRowNode in EDU.bmrb.starlibj |
Methods in EDU.bmrb.starlibj that return LoopRowNode | |
LoopRowNode |
LoopTableNode.elementAt(int index)
Just like the Vector method of the same name. |
LoopRowNode |
LoopTableNode.firstElement()
Just like the Vector method of the same name. |
LoopRowNode |
LoopTableNode.lastElement()
Just like the Vector method of the same name. |
Methods in EDU.bmrb.starlibj with parameters of type LoopRowNode | |
boolean |
LoopTableNode.contains(LoopRowNode row)
Just like the Vector method of the same name. |
int |
LoopTableNode.indexOf(LoopRowNode val)
Just like the Vector method of the same name. |
int |
LoopTableNode.indexOf(LoopRowNode row,
int index)
Just like the Vector method of the same name. |
int |
LoopTableNode.lastIndexOf(LoopRowNode row)
Just like the Vector method of the same name. |
int |
LoopTableNode.lastIndexOf(LoopRowNode row,
int index)
Just like the Vector method of the same name. |
void |
LoopTableNode.setElementAt(LoopRowNode row,
int index)
Just like the Vector method of the same name, except that it throws an exception if the number of values in the row is incorrect for the number of names in the list of names in this DataLoopNode. |
void |
LoopTableNode.insertElementAt(LoopRowNode row,
int index)
Just like the Vector method of the same name, but it will throw an exception when invalid insertions are attempted. |
void |
LoopTableNode.addElement(LoopRowNode row)
Just like the Vector method of the same name, but it will throw an exception when invalid insertions are attempted. |
boolean |
LoopTableNode.removeElement(LoopRowNode row)
Just like the Vector method of the same name, but it makes this table go away if the row removed was the last one. |
protected void |
StarUnparser.writeLoopRowNode(LoopRowNode node,
int indentLvl,
java.util.Vector preSizes,
java.util.Vector postSizes)
|
DataValueNode |
TinyAbsDataValueNode.makeIntoDVN(LoopRowNode par)
|
DataValueNode |
TinyRelDataValueNode.makeIntoDVN(LoopRowNode par)
|
Constructors in EDU.bmrb.starlibj with parameters of type LoopRowNode | |
LoopRowNode(LoopRowNode copyMe)
copy constructor |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |