|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IAttributeList
This interface must be implemented by a AttributeList object, which should be used in the framework.
| Method Summary | |
|---|---|
IAttribute |
get(int position)
Deprecated. Gets the IAttribute object by its position |
void |
update(IAttribute att)
Deprecated. Updates the IAttribute object in the list. |
| Methods inherited from interface de.janrufmonitor.framework.IAttributeMap |
|---|
add, addAll, contains, contains, get, iterator, remove, remove, size |
| Method Detail |
|---|
void update(IAttribute att)
att - The IAttribute object to be updated.IAttribute get(int position)
position - Position of an IAttribute object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||