de.unirostock.Prototype.example.gui
Interface ShipInfoPanelModel

All Known Implementing Classes:
PrototypeDefinitionPanel

public interface ShipInfoPanelModel


Method Summary
 java.lang.String getShipMaterial()
           
 java.lang.String getShipName()
           
 Ship getShipPrototype()
           
 

Method Detail

getShipPrototype

Ship getShipPrototype()

getShipMaterial

java.lang.String getShipMaterial()

getShipName

java.lang.String getShipName()