|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This interface defines a list of IPositioning objects. It is
used by the reorder() methods in IResource .
Copyright 2004 SAP AG
| Method Summary | |
void |
add(int index,
IPositioning positioning)
Inserts the specified positioning object at the specified position in the list |
boolean |
add(IPositioning positioning)
Appends the specified positioning object to the end of the list |
IPositioning |
get(int index)
Returns the positioning object with the specified index |
IReorderListIterator |
listIterator()
Returns a list iterator |
int |
size()
Returns the number of positioning objects in the list |
| Method Detail |
public int size()
public boolean add(IPositioning positioning)
positioning - TBD: Description of the incoming method parameterpublic IPositioning get(int index)
index - TBD: Description of the incoming method parameter
public void add(int index,
IPositioning positioning)
index - TBD: Description of the incoming method parameterpositioning - TBD: Description of the incoming method parameterpublic IReorderListIterator listIterator()
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||