borland.jbcl Packages  borland.jbcl Class Hierarchy  borland.jbcl.control 

FontChooserDialog class

java.lang.Object
   +----java.awt.Component
           +----java.awt.Container
                   +----java.awt.Window
                           +----java.awt.Dialog
                                   +----borland.jbcl.control.ButtonDialog
                                           +----borland.jbcl.control.FontChooserDialog

About the FontChooserDialog class

Variables  Constructors  Properties  Methods  Event Listeners

Implements MenuContainer, ActionListener, KeyListener, ImageObserver, Serializable, EventListener

The FontChooserDialog class provides a dialog box that enables the user to specify the font style and settings.

This component is a dialog wrapper for the FontChooserPanel component, and is used in the UI Designer.

Relationship of the JBCL font chooser classes:


FontChooserDialog variables

Variables implemented in this class

Variables implemented in borland.jbcl.control.ButtonDialog

Variables implemented in java.awt.Component

FontChooserDialog constructors

FontChooserDialog properties

*Read-only properties **Write-only properties

Properties implemented in this class

Properties implemented in borland.jbcl.control.ButtonDialog

Properties implemented in java.awt.Component

Properties implemented in java.awt.Container

Properties implemented in java.awt.Dialog

Properties implemented in java.awt.Window

Properties implemented in java.lang.Object

FontChooserDialog methods

Methods implemented in borland.jbcl.control.ButtonDialog

Methods implemented in java.awt.Component

Methods implemented in java.awt.Container

Methods implemented in java.awt.Dialog

Methods implemented in java.awt.Window

Methods implemented in java.lang.Object

FontChooserDialog event listeners


FontChooserDialog variables

panel

  protected FontChooserPanel panel

The FontChooserPanel to show in the FontChooserDialog.

value

  protected Font value

The font value currently selected in the dialog.


FontChooserDialog constructors

FontChooserDialog(java.awt.Frame)

  public FontChooserDialog(java.awt.Frame frame)

Creates a FontChooserDialog object with no title in the title bar.

Parameters:

frame
The parent frame for the dialog.

FontChooserDialog(java.awt.Frame, java.lang.String)

  public FontChooserDialog(java.awt.Frame frame, java.lang.String title)
Creates a FontChooserDialog object with the given title bar string.

Parameters:

frame
The parent frame for the dialog.
title
The title-bar text.

FontChooserDialog(java.awt.Frame, java.lang.String, java.awt.Font)

  public FontChooserDialog(java.awt.Frame frame, java.lang.String title, java.awt.Font value)
Creates a FontChooserDialog object with the given title bar string. The current font is selected by default, using Font value.

Parameters:

frame
The parent frame for the dialog.
title
The title-bar text.
value
The value of the font.


FontChooserDialog properties

value

 public Font getValue()
 public void setValue(java.awt.Font value)
The value of the font. These values are stored in the FontChooserPanel font variable.


FontChooserDialog event listeners

This class is a source for the following event sets. For information on the standard AWT event sets, see Standard Java events.

action

 public synchronized void addActionListener(java.awt.event.ActionListener l)
 public synchronized void removeActionListener(java.awt.event.ActionListener l)

component

 public synchronized void addComponentListener(java.awt.event.ComponentListener l)
 public synchronized void removeComponentListener(java.awt.event.ComponentListener l)

container

 public synchronized void addContainerListener(java.awt.event.ContainerListener l)
 public void removeContainerListener(java.awt.event.ContainerListener l)

focus

 public synchronized void addFocusListener(java.awt.event.FocusListener l)
 public synchronized void removeFocusListener(java.awt.event.FocusListener l)

key

 public synchronized void addKeyListener(java.awt.event.KeyListener l)
 public synchronized void removeKeyListener(java.awt.event.KeyListener l)

mouse

 public synchronized void addMouseListener(java.awt.event.MouseListener l)
 public synchronized void removeMouseListener(java.awt.event.MouseListener l)

mouseMotion

 public synchronized void addMouseMotionListener(java.awt.event.MouseMotionListener l)
 public synchronized void removeMouseMotionListener(java.awt.event.MouseMotionListener l)

window

 public synchronized void addWindowListener(java.awt.event.WindowListener l)
 public synchronized void removeWindowListener(java.awt.event.WindowListener l)