Uses of Class
org.gjt.universe.DisplayReturn

Packages that use DisplayReturn
org.gjt.universe   
org.gjt.universe.scheme001   
 

Uses of DisplayReturn in org.gjt.universe
 

Fields in org.gjt.universe declared as DisplayReturn
private  DisplayReturn ResultBase.DR
          The DisplayReturn that is displayed on the Results list.
 

Methods in org.gjt.universe that return DisplayReturn
 DisplayReturn VectorDisplayReturn.get(int idx)
           
 DisplayReturn VectorDisplayReturn.elementAt(int idx)
           
 DisplayReturn ResultBase.getDisplayReturn()
          This returns the DisplayReturn object associated with this result.
 

Methods in org.gjt.universe with parameters of type DisplayReturn
 void VectorDisplayReturn.add(DisplayReturn DR)
           
 void VectorDisplayReturn.setElementAt(DisplayReturn DR, int index)
           
 void StationUndefined.getSpecificTableInfo(CivID AID, DisplayReturn DR)
           
abstract  void StationBase.getSpecificTableInfo(CivID civID, DisplayReturn DR)
          This function allows additional values to be presented in the station table.
static void ResultMessage.newResult(CivID civ, DisplayReturn message)
           
protected  void ResultBase.setDisplayReturn(DisplayReturn in_DR)
          This method sets the DisplayReturn object for this result.
 void PlanetUndefined.getSpecificTableInfo(CivID AID, DisplayReturn DR)
           
abstract  void PlanetBase.getSpecificTableInfo(CivID AID, DisplayReturn DR)
          This function allows additional values to be presented in the planet table.
private static void DisplayWormhole.getTableInfo(CivID AID, DisplayReturn DR)
           
private static void DisplaySystem.getTableInfo(CivID AID, DisplayReturn DR)
           
private static void DisplayStation.getTableInfo(CivID AID, DisplayReturn DR)
           
private static void DisplayPlanet.getTableInfo(CivID AID, DisplayReturn DR)
           
private static void DisplayGalaxy.getTableInfo(CivID AID, DisplayReturn DR)
           
private static void DisplayFleet.getTableInfo(CivID AID, DisplayReturn DR)
           
private static void DisplayAlien.getTableInfo(CivID AID, DisplayReturn DR)
           
 

Constructors in org.gjt.universe with parameters of type DisplayReturn
ResultMessage(DisplayReturn in_DR)
           
ResultBase(DisplayReturn in_DR)
          Constructor that takes a DisplayReturn used to display a message.
 

Uses of DisplayReturn in org.gjt.universe.scheme001
 

Methods in org.gjt.universe.scheme001 with parameters of type DisplayReturn
 void Station_001.getSpecificTableInfo(CivID AID, DisplayReturn DR)
           
 void Planet_001.getSpecificTableInfo(CivID AID, DisplayReturn DR)
           
 



Copyright © 2001 Universe Dev Team All Rights Reserved.