|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FleetBase | |
org.gjt.universe | |
org.gjt.universe.gui | |
org.gjt.universe.notification |
Uses of FleetBase in org.gjt.universe |
Subclasses of FleetBase in org.gjt.universe | |
class |
FleetStd
|
Methods in org.gjt.universe that return FleetBase | |
static FleetBase |
FleetList.get(FleetID idx)
|
static FleetBase |
FleetList.remove(FleetID idx)
|
Methods in org.gjt.universe with parameters of type FleetBase | |
void |
SystemBase.fleetArrived(FleetBase aFleet)
This method is called automatically by fleets when they arrive in orbit around the star system. |
void |
SystemBase.fleetDeparted(FleetBase aFleet)
This method is called automatically by fleets when they depart orbit around the star system. |
void |
PlanetBase.fleetArrived(FleetBase aFleet)
This method is called automatically by fleets when they arrive in orbit around the planet. |
void |
PlanetBase.fleetDeparted(FleetBase aFleet)
This method is called automatically by fleets when they depart orbit around the planet. |
(package private) static void |
FleetList.add(FleetBase obj)
|
Uses of FleetBase in org.gjt.universe.gui |
Fields in org.gjt.universe.gui declared as FleetBase | |
private FleetBase |
FleetDiagramPanel.myFleet
|
Methods in org.gjt.universe.gui with parameters of type FleetBase | |
void |
FleetGroupDiagramPanel.addFleet(FleetBase aFleet)
This method adds the given fleet as a one that should be shown in this group. |
Constructors in org.gjt.universe.gui with parameters of type FleetBase | |
FleetDiagramPanel(FleetBase aFleet)
Designated constructor. |
Uses of FleetBase in org.gjt.universe.notification |
Methods in org.gjt.universe.notification that return FleetBase | |
FleetBase |
FleetNotification.getSendingFleet()
This simply returns the sending object cast to be a fleet. |
Constructors in org.gjt.universe.notification with parameters of type FleetBase | |
FleetNotification(java.lang.String name,
FleetBase sendingFleet)
This is the designated constructor which should be used to create instances of this class. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |