|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcrystalspace.jbind.impl.csNativeObject
crystalspace.jbind.impl.csutil.scf.csBase
crystalspace.jbind.impl.engine.region.csRegionList
Field Summary |
Fields inherited from class crystalspace.jbind.impl.csNativeObject |
ImplFactory, nPointer |
Constructor Summary | |
csRegionList(iPointer nPointer)
|
Method Summary | |
int |
add(iRegion obj)
Add a region. |
int |
find(iRegion obj)
Find a region and return its index. |
iRegion |
findByName(java.lang.String Name)
Find a region by name. |
iRegion |
get(int n)
Return a region by index. |
int |
getCount()
Return the number of regions in this list. |
java.lang.String |
getName()
Return the name of the interface |
int |
getVersion()
Return the version of the interface |
protected boolean |
isNativePointerValidSafe(long pointer)
|
boolean |
remove(int n)
Remove the nth region. |
boolean |
remove(iRegion obj)
Remove a region. |
void |
removeAll()
Remove all regions. |
Methods inherited from class crystalspace.jbind.impl.csutil.scf.csBase |
decRef, equals, finalize, getRefCount, incRef, nDelete, queryInterface, queryInterfaceSafe |
Methods inherited from class crystalspace.jbind.impl.csNativeObject |
changePointer, getPointer, getPointer, getPointerArray, hashCode, isMemoryOwner, isNativePointerValid, newNativeObject, setMemoryOwner, toString |
Methods inherited from class java.lang.Object |
clone, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface crystalspace.jbind.interfaces.iutil.scf.iBase |
decRef, getRefCount, incRef, queryInterface, queryInterfaceSafe |
Methods inherited from interface crystalspace.jbind.interfaces.iPointer |
changePointer, getPointer, isMemoryOwner, setMemoryOwner |
Constructor Detail |
public csRegionList(iPointer nPointer)
nPointer
- Method Detail |
public int getVersion()
iBase
getVersion
in interface iBase
getVersion
in class csBase
iBase.getVersion()
public java.lang.String getName()
iBase
getName
in interface iBase
getName
in class csBase
iBase.getName()
protected boolean isNativePointerValidSafe(long pointer)
isNativePointerValidSafe
in class csNativeObject
csNativeObject.isNativePointerValidSafe(long)
public int add(iRegion obj)
iRegionList
add
in interface iRegionList
obj
-
iRegionList.add(crystalspace.jbind.interfaces.iengine.region.iRegion)
public int find(iRegion obj)
iRegionList
find
in interface iRegionList
obj
-
iRegionList.find(crystalspace.jbind.interfaces.iengine.region.iRegion)
public iRegion findByName(java.lang.String Name)
iRegionList
findByName
in interface iRegionList
Name
-
iRegionList.findByName(java.lang.String)
public iRegion get(int n)
iRegionList
get
in interface iRegionList
n
-
iRegionList.get(int)
public int getCount()
iRegionList
getCount
in interface iRegionList
iRegionList.getCount()
public boolean remove(int n)
iRegionList
remove
in interface iRegionList
n
-
iRegionList.remove(int)
public boolean remove(iRegion obj)
iRegionList
remove
in interface iRegionList
obj
-
iRegionList.remove(crystalspace.jbind.interfaces.iengine.region.iRegion)
public void removeAll()
iRegionList
removeAll
in interface iRegionList
iRegionList.removeAll()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |