All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class cynosurex.awt.FontDialog

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Window
                           |
                           +----java.awt.Dialog
                                   |
                                   +----cynosurex.awt.FontDialog

public class FontDialog
extends Dialog
implements ActionListener, ItemListener, WindowListener

Constructor Index

 o FontDialog(Frame, String, boolean, Font, Color, Color)

Method Index

 o actionPerformed(ActionEvent)
 o closeWindow()
 o getBackgroundColor()
 o getBackgroundColorValue()
 o getColor(String)
 o getColorName(Color)
 o getFontName()
 o getFontSelection()
 o getFontSize()
 o getFontStyle()
 o getForegroundColor()
 o getForegroundColorValue()
 o itemStateChanged(ItemEvent)
 o windowActivated(WindowEvent)
 o windowClosed(WindowEvent)
 o windowClosing(WindowEvent)
 o windowDeactivated(WindowEvent)
 o windowDeiconified(WindowEvent)
 o windowIconified(WindowEvent)
 o windowOpened(WindowEvent)

Constructors

 o FontDialog
 public FontDialog(Frame parent,
                   String title,
                   boolean modal,
                   Font font,
                   Color foreground,
                   Color background)

Methods

 o getColorName
 public static String getColorName(Color c)
 o getColor
 public static Color getColor(String color)
 o closeWindow
 public void closeWindow()
 o actionPerformed
 public void actionPerformed(ActionEvent evt)
 o itemStateChanged
 public void itemStateChanged(ItemEvent evt)
 o windowActivated
 public void windowActivated(WindowEvent e)
 o windowClosed
 public void windowClosed(WindowEvent e)
 o windowClosing
 public void windowClosing(WindowEvent e)
 o windowDeactivated
 public void windowDeactivated(WindowEvent e)
 o windowDeiconified
 public void windowDeiconified(WindowEvent e)
 o windowIconified
 public void windowIconified(WindowEvent e)
 o windowOpened
 public void windowOpened(WindowEvent e)
 o getForegroundColor
 public Color getForegroundColor()
 o getBackgroundColor
 public Color getBackgroundColor()
 o getFontSelection
 public Font getFontSelection()
 o getFontName
 public String getFontName()
 o getFontSize
 public int getFontSize()
 o getFontStyle
 public int getFontStyle()
 o getForegroundColorValue
 public int getForegroundColorValue()
 o getBackgroundColorValue
 public int getBackgroundColorValue()

All Packages  Class Hierarchy  This Package  Previous  Next  Index