|
|||||||||||
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.sector.csSectorList
Field Summary |
Fields inherited from class crystalspace.jbind.impl.csNativeObject |
ImplFactory, nPointer |
Constructor Summary | |
csSectorList(iPointer nPointer)
|
Method Summary | |
int |
add(iSector obj)
Add a sector. |
int |
find(iSector obj)
Find a sector and return its index. |
iSector |
findByName(java.lang.String Name)
Find a sector by name. |
iSector |
get(int n)
Return a sector by index. |
int |
getCount()
Return the number of sectors 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 sector. |
boolean |
remove(iSector obj)
Remove a sector. |
void |
removeAll()
Remove all sectors. |
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 csSectorList(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(iSector obj)
iSectorList
add
in interface iSectorList
obj
-
iSectorList.add(crystalspace.jbind.interfaces.iengine.sector.iSector)
public int find(iSector obj)
iSectorList
find
in interface iSectorList
obj
-
iSectorList.find(crystalspace.jbind.interfaces.iengine.sector.iSector)
public iSector findByName(java.lang.String Name)
iSectorList
findByName
in interface iSectorList
Name
-
iSectorList.findByName(java.lang.String)
public iSector get(int n)
iSectorList
get
in interface iSectorList
n
-
iSectorList.get(int)
public int getCount()
iSectorList
getCount
in interface iSectorList
iSectorList.getCount()
public boolean remove(int n)
iSectorList
remove
in interface iSectorList
n
-
iSectorList.remove(int)
public boolean remove(iSector obj)
iSectorList
remove
in interface iSectorList
obj
-
iSectorList.remove(crystalspace.jbind.interfaces.iengine.sector.iSector)
public void removeAll()
iSectorList
removeAll
in interface iSectorList
iSectorList.removeAll()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |