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
-
FontDialog(Frame, String, boolean, Font, Color, Color)
-
-
actionPerformed(ActionEvent)
-
-
closeWindow()
-
-
getBackgroundColor()
-
-
getBackgroundColorValue()
-
-
getColor(String)
-
-
getColorName(Color)
-
-
getFontName()
-
-
getFontSelection()
-
-
getFontSize()
-
-
getFontStyle()
-
-
getForegroundColor()
-
-
getForegroundColorValue()
-
-
itemStateChanged(ItemEvent)
-
-
windowActivated(WindowEvent)
-
-
windowClosed(WindowEvent)
-
-
windowClosing(WindowEvent)
-
-
windowDeactivated(WindowEvent)
-
-
windowDeiconified(WindowEvent)
-
-
windowIconified(WindowEvent)
-
-
windowOpened(WindowEvent)
-
FontDialog
public FontDialog(Frame parent,
String title,
boolean modal,
Font font,
Color foreground,
Color background)
getColorName
public static String getColorName(Color c)
getColor
public static Color getColor(String color)
closeWindow
public void closeWindow()
actionPerformed
public void actionPerformed(ActionEvent evt)
itemStateChanged
public void itemStateChanged(ItemEvent evt)
windowActivated
public void windowActivated(WindowEvent e)
windowClosed
public void windowClosed(WindowEvent e)
windowClosing
public void windowClosing(WindowEvent e)
windowDeactivated
public void windowDeactivated(WindowEvent e)
windowDeiconified
public void windowDeiconified(WindowEvent e)
windowIconified
public void windowIconified(WindowEvent e)
windowOpened
public void windowOpened(WindowEvent e)
getForegroundColor
public Color getForegroundColor()
getBackgroundColor
public Color getBackgroundColor()
getFontSelection
public Font getFontSelection()
getFontName
public String getFontName()
getFontSize
public int getFontSize()
getFontStyle
public int getFontStyle()
getForegroundColorValue
public int getForegroundColorValue()
getBackgroundColorValue
public int getBackgroundColorValue()
All Packages Class Hierarchy This Package Previous Next Index