|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
| Method Summary | |
boolean |
add(IAction action)
TODO: Description of the Method. |
void |
add(int index,
IAction action)
TODO: Description of the Method. |
boolean |
containsAction(IAction action)
TODO: Description of the Method. |
boolean |
containsAction(IActionType actionType)
TODO: Description of the Method. |
IAction |
get(int index)
TODO: Description of the Method. |
IAction |
getAction(IActionType actionType)
Get the Action attribute of the IActionList object. |
int |
indexOf(IAction handler)
TODO: Description of the Method. |
int |
lastIndexOf(IAction action)
TODO: Description of the Method. |
IActionListIterator |
listIterator()
TODO: Description of the Method. |
IActionListIterator |
listIterator(int index)
TODO: Description of the Method. |
boolean |
remove(IAction action)
TODO: Description of the Method. |
IAction |
remove(int index)
TODO: Description of the Method. |
IAction |
set(int index,
IAction action)
TODO: Description of the Method. |
int |
size()
TODO: Description of the Method. |
IActionList |
subList(int index1,
int index2)
TODO: Description of the Method. |
| Method Detail |
public int size()
public boolean containsAction(IAction action)
action - TODO: Description of the incoming method parameterpublic boolean containsAction(IActionType actionType)
actionType - TODO: Description of the incoming method parameterpublic IAction getAction(IActionType actionType)
actionType - TODO: Description of the incoming method parameterpublic boolean add(IAction action)
action - TODO: Description of the incoming method parameterpublic boolean remove(IAction action)
action - TODO: Description of the incoming method parameterpublic IAction get(int index)
index - TODO: Description of the incoming method parameter
public IAction set(int index,
IAction action)
index - TODO: Description of the incoming method parameteraction - TODO: Description of the incoming method parameter
public void add(int index,
IAction action)
index - TODO: Description of the incoming method parameteraction - TODO: Description of the incoming method parameterpublic IAction remove(int index)
index - TODO: Description of the incoming method parameterpublic int indexOf(IAction handler)
handler - TODO: Description of the incoming method parameterpublic int lastIndexOf(IAction action)
action - TODO: Description of the incoming method parameterpublic IActionListIterator listIterator()
public IActionListIterator listIterator(int index)
index - TODO: Description of the incoming method parameter
public IActionList subList(int index1,
int index2)
index1 - TODO: Description of the incoming method parameterindex2 - TODO: Description of the incoming method parameter
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||