Uses of Class
org.gjt.universe.DBType

Packages that use DBType
org.gjt.universe   
 

Uses of DBType in org.gjt.universe
 

Fields in org.gjt.universe declared as DBType
static DBType DBType.Undefined
           
static DBType DBType.Cost
           
static DBType DBType.Fleet
           
static DBType DBType.Galaxy
           
static DBType DBType.Knowledge
           
static DBType DBType.ModuleDesign
           
static DBType DBType.Module
           
static DBType DBType.Planet
           
static DBType DBType.Civ
           
static DBType DBType.ShipDesign
           
static DBType DBType.Ship
           
static DBType DBType.Station
           
static DBType DBType.System
           
static DBType DBType.Tech
           
 

Methods in org.gjt.universe that return DBType
static DBType DBType.getType(Index idx)
          Get the DBType corresponding to an Index object.
 

Methods in org.gjt.universe with parameters of type DBType
 void GUIFactory.registerEditor(DBType type, GUIEditor editor)
          Register an editor prototype to handle a certain DBType.
protected  GUIEditor GUIFactory.getEditor(DBType type)
          Return the editor prototype for the DBType.
 



Copyright © 2001 Universe Dev Team All Rights Reserved.