org.lucci.madhoc.gui.aircraft
Class StationDescriptionPane

java.lang.Object
  extended by org.lucci.madhoc.gui.aircraft.StationDescriptionPane
Direct Known Subclasses:
DefaultStationDescriptionPane

public abstract class StationDescriptionPane
extends java.lang.Object


Constructor Summary
StationDescriptionPane()
           
 
Method Summary
abstract  java.lang.String getDescriptionForStation(Station station)
           
 javax.swing.JLabel getLabel()
           
abstract  java.lang.String getPublicName()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StationDescriptionPane

public StationDescriptionPane()
Method Detail

getDescriptionForStation

public abstract java.lang.String getDescriptionForStation(Station station)

getPublicName

public abstract java.lang.String getPublicName()

getLabel

public javax.swing.JLabel getLabel()