uic.widgets
Class FontSelection

java.lang.Object
  extended byFontSelectionBase
      extended byuic.widgets.FontSelection

public class FontSelection
extends FontSelectionBase

This widget shows a list of installed fonts and allows the user to choose one.

Since:
1.1
See Also:
Serialized Form

Constructor Summary
FontSelection()
           
 
Method Summary
 void familySelectedSlot(String name)
           
 Font getFont()
           
static Font selectFontDialog(Window parent, Font selected)
           
 void setFont(Font newFont)
           
 void sizeSelectedSlot(String size)
           
 void styleSelectedSlot(String style)
           
 TranslationInterface translate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FontSelection

public FontSelection()
Method Detail

selectFontDialog

public static Font selectFontDialog(Window parent,
                                    Font selected)

familySelectedSlot

public void familySelectedSlot(String name)

sizeSelectedSlot

public void sizeSelectedSlot(String size)

styleSelectedSlot

public void styleSelectedSlot(String style)

setFont

public void setFont(Font newFont)

getFont

public Font getFont()

translate

public TranslationInterface translate()


Copyright © 2002,2003 Thomas Zander Available under the Free Apache licence