Uses of Class
universe.common.database.Index

Packages that use Index
universe.client.database   
universe.client.gui   
universe.common.database   
universe.server.database   
 

Uses of Index in universe.client.database
 

Fields in universe.client.database declared as Index
 Index DatabaseObjectView.index
           
 

Methods in universe.client.database that return Index
static Index LocationConversion.getContext(Location loc)
           
 Index DatabaseObjectView.getIndex()
           
 

Methods in universe.client.database with parameters of type Index
 DatabaseObjectView DatabaseViewDiskbased.get(Index index)
           
abstract  DatabaseObjectView DatabaseView.get(Index index)
           
 

Constructors in universe.client.database with parameters of type Index
WormholeView(Index index)
           
SystemView(Index index, GalaxyID GID, java.lang.String name, Coord coord, java.util.Vector planets, SimpleAccrete.StarMakeup sm, java.util.Vector stars)
           
StationView(Index index, java.lang.String name, CivID owner)
           
PlayerView(Index index, java.lang.String name, CivID CID)
           
PlanetView(Index index, SystemID SID, java.lang.String name)
           
GalaxyView(Index index, java.lang.String name, java.util.Vector systems)
           
FleetView(Index index, java.lang.String name, Location loc, CivID owner)
           
DatabaseObjectView(Index index)
           
 

Uses of Index in universe.client.gui
 

Fields in universe.client.gui declared as Index
(package private)  Index ScreenObject.id
           
private  Index DisplayTree.ID
           
private  Index DisplayNode.ID
           
 

Methods in universe.client.gui that return Index
 Index ScreenObjectCapable.getID()
           
 Index ScreenObject.getId()
          Get the value of id.
 Index MapComponent.getContext()
           
 Index DisplayNode.getID()
           
 

Methods in universe.client.gui with parameters of type Index
static void QueryGUIFactory.spawn(Index index)
           
 void Map3D.addMap(Index GID, Coord center)
          Adds a map over the context specified to the map list, centered on a specific Coord.
 

Constructors in universe.client.gui with parameters of type Index
DisplayTree(Index in_ID)
           
DisplayNode(Index in_ID)
           
DisplayNode(Index in_ID, boolean fulltree)
           
 

Uses of Index in universe.common.database
 

Subclasses of Index in universe.common.database
 class CivID
          This class is used to access Civ objects in the database.
 class FleetID
          This class is used to access Fleet objects in the database.
 class GalaxyID
          This class is used to access Galaxy objects in the database.
 class PlanetID
          This class is used to access Planet objects in the database.
 class PlayerID
          This class is used to access Player objects in the database.
 class StationID
           
 class SystemID
          This class is used to access System objects in the database.
 class WormholeID
           
 

Methods in universe.common.database that return Index
abstract  Index DBItem.getIndex()
           
 

Uses of Index in universe.server.database
 

Methods in universe.server.database that return Index
 Index SystemBase.getIndex()
          Simply calls getID().
 Index PlayerBase.getIndex()
           
 Index PlanetBase.getIndex()
           
 Index GalaxyBase.getIndex()
           
 Index DatabaseDiskbased.store(DBItem item)
           
private  Index DatabaseDiskbased.save_item(DBItem item)
           
abstract  Index Database.store(DBItem item)
          The store method is used to change the database.
 

Methods in universe.server.database with parameters of type Index
 DBItem DatabaseDiskbased.get(Index index)
           
abstract  DBItem Database.get(Index index)
          The get method is used to retrieve specific data from the database.
 



Copyright © 2001 Universe Dev Team All Rights Reserved.