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.


Constructor Index

 o FontFaceChoice()
Constructor sets the number of visible choices.

Method Index

 o getName()
Returns the name of the current font.
 o setName(String)
Selects the given font.

Constructors

 o FontFaceChoice
 public FontFaceChoice()
Constructor sets the number of visible choices.

Methods

 o getName
 public String getName()
Returns the name of the current font.

Returns:
current font as a String
 o 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