|
|||||||||
| Home >> All >> com >> memoire >> [ bu overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.memoire.bu
Class BuFontChooser

java.lang.Objectjava.awt.Component
java.awt.Container
java.awt.Window
java.awt.Dialog
javax.swing.JDialog
com.memoire.bu.BuDialog
com.memoire.bu.BuFontChooser
- All Implemented Interfaces:
- javax.accessibility.Accessible, java.awt.event.ActionListener, java.util.EventListener, java.awt.image.ImageObserver, javax.swing.event.ListSelectionListener, java.awt.MenuContainer, javax.swing.RootPaneContainer, java.io.Serializable, javax.swing.WindowConstants
- public class BuFontChooser
- extends BuDialog
- implements java.awt.event.ActionListener, javax.swing.event.ListSelectionListener
- extends BuDialog
A simple font chooser.
| Nested Class Summary |
| Nested classes inherited from class com.memoire.bu.BuDialog |
|
| Nested classes inherited from class javax.swing.JDialog |
javax.swing.JDialog.AccessibleJDialog |
| Nested classes inherited from class java.awt.Dialog |
java.awt.Dialog.AccessibleAWTDialog |
| Nested classes inherited from class java.awt.Window |
java.awt.Window.AccessibleAWTWindow |
| Nested classes inherited from class java.awt.Container |
java.awt.Container.AccessibleAWTContainer |
| Nested classes inherited from class java.awt.Component |
java.awt.Component.AccessibleAWTComponent, java.awt.Component.BltBufferStrategy, java.awt.Component.FlipBufferStrategy |
| Field Summary | |
protected BuButton |
btAnnuler_
|
protected BuButton |
btValider_
|
protected BuCheckBox |
cbGras_
|
protected BuCheckBox |
cbItalique_
|
protected BuCheckBox |
cbSouligne_
|
protected BuEmptyList |
ltFamille_
|
protected BuEmptyList |
ltTaille_
|
protected BuTextField |
tfExemple_
|
private java.awt.Font |
valeur_
|
| Fields inherited from class com.memoire.bu.BuDialog |
content_, frame_, layout_, message_, reponse_, scrollpane_ |
| Fields inherited from class javax.swing.JDialog |
accessibleContext, rootPane, rootPaneCheckingEnabled |
| Fields inherited from class java.awt.Dialog |
|
| Fields inherited from class java.awt.Window |
|
| Fields inherited from class java.awt.Container |
|
| Fields inherited from class java.awt.Component |
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
| Fields inherited from interface javax.swing.WindowConstants |
DISPOSE_ON_CLOSE, DO_NOTHING_ON_CLOSE, EXIT_ON_CLOSE, HIDE_ON_CLOSE |
| Fields inherited from interface java.awt.image.ImageObserver |
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
| Constructor Summary | |
BuFontChooser(BuCommonInterface _parent,
BuInformationsSoftware _isoft,
java.lang.String _title,
java.awt.Font _value)
|
|
| Method Summary | |
void |
actionPerformed(java.awt.event.ActionEvent _evt)
This method is invoked when an action occurs. |
javax.swing.JComponent |
getComponent()
|
java.awt.Font |
getValue()
|
static void |
main(java.lang.String[] _args)
|
void |
setValue(java.awt.Font _value)
|
private java.awt.Font |
value()
|
void |
valueChanged(javax.swing.event.ListSelectionEvent _evt)
Receives notification of a javax.swing.event.ListSelectionEvent. |
| Methods inherited from class com.memoire.bu.BuDialog |
activate, needsScrollPane, paint, show |
| Methods inherited from class java.awt.Dialog |
addNotify, dispose, getTitle, hide, isModal, isResizable, isUndecorated, setModal, setResizable, setTitle, setUndecorated |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
btValider_
protected BuButton btValider_
btAnnuler_
protected BuButton btAnnuler_
ltFamille_
protected BuEmptyList ltFamille_
ltTaille_
protected BuEmptyList ltTaille_
cbGras_
protected BuCheckBox cbGras_
cbItalique_
protected BuCheckBox cbItalique_
cbSouligne_
protected BuCheckBox cbSouligne_
tfExemple_
protected BuTextField tfExemple_
valeur_
private java.awt.Font valeur_
| Constructor Detail |
BuFontChooser
public BuFontChooser(BuCommonInterface _parent, BuInformationsSoftware _isoft, java.lang.String _title, java.awt.Font _value)
| Method Detail |
getComponent
public javax.swing.JComponent getComponent()
- Specified by:
getComponentin classBuDialog
value
private final java.awt.Font value()
valueChanged
public void valueChanged(javax.swing.event.ListSelectionEvent _evt)
- Description copied from interface:
javax.swing.event.ListSelectionListener - Receives notification of a javax.swing.event.ListSelectionEvent.
- Specified by:
valueChangedin interfacejavax.swing.event.ListSelectionListener
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent _evt)
- Description copied from interface:
java.awt.event.ActionListener - This method is invoked when an action occurs.
- Specified by:
actionPerformedin interfacejava.awt.event.ActionListener- Specified by:
actionPerformedin classBuDialog
getValue
public java.awt.Font getValue()
setValue
public void setValue(java.awt.Font _value)
main
public static void main(java.lang.String[] _args)
|
|||||||||
| Home >> All >> com >> memoire >> [ bu overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC