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
-
FontDialog(FontControl)
- constructor which creats a font dialog box
-
actionPerformed(ActionEvent)
- actionPerformed
-
itemStateChanged(ItemEvent)
- invoked when an item's state has changed
-
setFontLabels(Font)
- sets the labels of the font
FontDialog
public FontDialog(FontControl control)
- constructor which creats a font dialog box
- Parameters:
- control - the font control being placed in the font dialog box
setFontLabels
public void setFontLabels(Font font)
- sets the labels of the font
- Parameters:
- font - the font whose label is being set
actionPerformed
public void actionPerformed(ActionEvent ae)
- actionPerformed
- Parameters:
- ae - the action event
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