|
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 IPropertyNameList objects. It
is used by the reorder() methods in IResource .
| Method Summary | |
void |
add(int index,
IPropertyName name)
Inserts the specified positioning object at the specified position in the list |
boolean |
add(IPropertyName name)
Appends the specified positioning object to the end of the list |
boolean |
contains(IPropertyName propertyName)
|
IPropertyName |
get(int index)
Returns the positioning object with the specified index |
IPropertyNameListIterator |
listIterator()
Returns a list iterator |
int |
size()
Returns the number of positioning objects in the list |
void |
sort(java.util.Comparator c)
|
java.util.List |
toList()
Returns the property list as a List |
| Method Detail |
public int size()
public boolean add(IPropertyName name)
name - public IPropertyName get(int index)
index -
public void add(int index,
IPropertyName name)
index - name - public IPropertyNameListIterator listIterator()
public java.util.List toList()
ListIPropertyNameList as a Listpublic boolean contains(IPropertyName propertyName)
propertyName - public void sort(java.util.Comparator c)
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||