uic.widgets
Class FontSelection
java.lang.Object
FontSelectionBase
uic.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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FontSelection
public FontSelection()
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