|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A list of shared variables.
Method Summary | |
int |
add(iSharedVariable obj)
Add a SharedVariable. |
int |
find(iSharedVariable obj)
Find a SharedVariable and return its index. |
iSharedVariable |
findByName(java.lang.String Name)
Find a SharedVariable by name. |
iSharedVariable |
get(int n)
Return a SharedVariable by index. |
int |
getCount()
Return the number of Shared Variables in this list. |
iSharedVariable |
New()
iSharedVariable Factory method. |
boolean |
remove(int n)
Remove the nth SharedVariable. |
boolean |
remove(iSharedVariable obj)
Remove a SharedVariable. |
void |
removeAll()
Remove all SharedVariables. |
Methods inherited from interface crystalspace.jbind.interfaces.iutil.scf.iBase |
decRef, getName, getRefCount, getVersion, incRef, queryInterface, queryInterfaceSafe |
Methods inherited from interface crystalspace.jbind.interfaces.iPointer |
changePointer, getPointer, isMemoryOwner, setMemoryOwner |
Method Detail |
public int add(iSharedVariable obj)
obj
-
public int find(iSharedVariable obj)
obj
-
public iSharedVariable findByName(java.lang.String Name)
Name
-
public iSharedVariable get(int n)
n
-
public int getCount()
public iSharedVariable New()
public boolean remove(int n)
n
-
public boolean remove(iSharedVariable obj)
obj
-
public void removeAll()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |