us.zuercher.gpx2map.gui
Class FontComboBoxModel.FontChoice

java.lang.Object
  extended by us.zuercher.gpx2map.gui.FontComboBoxModel.FontChoice
Enclosing class:
FontComboBoxModel

public static class FontComboBoxModel.FontChoice
extends Object

FontChoice represents a choice in the font selection combo box.


Field Summary
private  String fontName
           
 
Constructor Summary
private FontComboBoxModel.FontChoice(Font font)
           
 
Method Summary
 String toString()
          Returns the display name of this font choice.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

fontName

private final String fontName
Constructor Detail

FontComboBoxModel.FontChoice

private FontComboBoxModel.FontChoice(Font font)
Method Detail

toString

public String toString()
Returns the display name of this font choice.

Overrides:
toString in class Object
Returns:
the display name of this font choice.