|
|||||||||||
| 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 iBasegetVersion in class csBaseiBase.getVersion()public java.lang.String getName()
iBase
getName in interface iBasegetName in class csBaseiBase.getName()protected boolean isNativePointerValidSafe(long pointer)
isNativePointerValidSafe in class csNativeObjectcsNativeObject.isNativePointerValidSafe(long)public int add(iSector obj)
iSectorList
add in interface iSectorListobj -
iSectorList.add(crystalspace.jbind.interfaces.iengine.sector.iSector)public int find(iSector obj)
iSectorList
find in interface iSectorListobj -
iSectorList.find(crystalspace.jbind.interfaces.iengine.sector.iSector)public iSector findByName(java.lang.String Name)
iSectorList
findByName in interface iSectorListName -
iSectorList.findByName(java.lang.String)public iSector get(int n)
iSectorList
get in interface iSectorListn -
iSectorList.get(int)public int getCount()
iSectorList
getCount in interface iSectorListiSectorList.getCount()public boolean remove(int n)
iSectorList
remove in interface iSectorListn -
iSectorList.remove(int)public boolean remove(iSector obj)
iSectorList
remove in interface iSectorListobj -
iSectorList.remove(crystalspace.jbind.interfaces.iengine.sector.iSector)public void removeAll()
iSectorList
removeAll in interface iSectorListiSectorList.removeAll()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||