All Packages Class Hierarchy This Package Previous Next Index
Class dtai.gwt.FontFaceChoice
java.lang.Object
|
+----dtai.gwt.Gadget
|
+----dtai.gwt.ContainerGadget
|
+----dtai.gwt.PanelGadget
|
+----dtai.gwt.BorderGadget
|
+----dtai.gwt.ComboBoxGadget
|
+----dtai.gwt.ChoiceGadget
|
+----dtai.gwt.FontFaceChoice
- public class FontFaceChoice
- extends ChoiceGadget
The FontFaceChoice class gives the user
font choices.
-
FontFaceChoice()
- Constructor sets the number of visible choices.
-
getName()
- Returns the name of the current font.
-
setName(String)
- Selects the given font.
FontFaceChoice
public FontFaceChoice()
- Constructor sets the number of visible choices.
getName
public String getName()
- Returns the name of the current font.
- Returns:
- current font as a String
setName
public void setName(String name)
- Selects the given font.
- Parameters:
- name - the String name of the font to be selected
All Packages Class Hierarchy This Package Previous Next Index