All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class dtai.gwt.FontDialog

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Panel
                           |
                           +----dtai.gwt.GadgetShell
                                   |
                                   +----dtai.gwt.GadgetPanel
                                           |
                                           +----dtai.gwt.GadgetDialog
                                                   |
                                                   +----dtai.gui.StdDialog
                                                           |
                                                           +----dtai.gwt.FontDialog

public class FontDialog
extends StdDialog
implements ActionListener, ItemListener
FontDialog


Constructor Index

 o FontDialog(FontControl)
constructor which creats a font dialog box

Method Index

 o actionPerformed(ActionEvent)
actionPerformed
 o itemStateChanged(ItemEvent)
invoked when an item's state has changed
 o setFontLabels(Font)
sets the labels of the font

Constructors

 o FontDialog
 public FontDialog(FontControl control)
constructor which creats a font dialog box

Parameters:
control - the font control being placed in the font dialog box

Methods

 o setFontLabels
 public void setFontLabels(Font font)
sets the labels of the font

Parameters:
font - the font whose label is being set
 o actionPerformed
 public void actionPerformed(ActionEvent ae)
actionPerformed

Parameters:
ae - the action event
 o itemStateChanged
 public void itemStateChanged(ItemEvent e)
invoked when an item's state has changed

Parameters:
e - the item event

All Packages  Class Hierarchy  This Package  Previous  Next  Index