oracle.forms.fd
Class LAF_XP_TextArea.FontAndSizeAction

java.lang.Object
  extended by javax.swing.AbstractAction
      extended by javax.swing.text.TextAction
          extended by javax.swing.text.StyledEditorKit.StyledTextAction
              extended by oracle.forms.fd.LAF_XP_TextArea.FontAndSizeAction
All Implemented Interfaces:
java.awt.event.ActionListener, java.io.Serializable, java.lang.Cloneable, java.util.EventListener, javax.swing.Action
Enclosing class:
LAF_XP_TextArea

 class LAF_XP_TextArea.FontAndSizeAction
extends javax.swing.text.StyledEditorKit.StyledTextAction


Field Summary
private  boolean accept
           
private  java.lang.String family
           
(package private)  javax.swing.JComboBox fontFamilyChooser
           
private  int fontSize
           
(package private)  javax.swing.JComboBox fontSizeChooser
           
(package private)  javax.swing.JDialog formatText
           
 
Fields inherited from class javax.swing.AbstractAction
changeSupport, enabled
 
Fields inherited from interface javax.swing.Action
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, DISPLAYED_MNEMONIC_INDEX_KEY, LARGE_ICON_KEY, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SELECTED_KEY, SHORT_DESCRIPTION, SMALL_ICON
 
Constructor Summary
LAF_XP_TextArea.FontAndSizeAction()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 java.lang.String toString()
           
 
Methods inherited from class javax.swing.text.StyledEditorKit.StyledTextAction
getEditor, getStyledDocument, getStyledEditorKit, setCharacterAttributes, setParagraphAttributes
 
Methods inherited from class javax.swing.text.TextAction
augmentList, getFocusedComponent, getTextComponent
 
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

family

private java.lang.String family

fontSize

private int fontSize

formatText

javax.swing.JDialog formatText

accept

private boolean accept

fontFamilyChooser

javax.swing.JComboBox fontFamilyChooser

fontSizeChooser

javax.swing.JComboBox fontSizeChooser
Constructor Detail

LAF_XP_TextArea.FontAndSizeAction

public LAF_XP_TextArea.FontAndSizeAction()
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)