Class ArabicRomanKeyTypedAction

java.lang.Object
  |
  +--javax.swing.AbstractAction
        |
        +--javax.swing.text.TextAction
              |
              +--javax.swing.text.DefaultEditorKit.DefaultKeyTypedAction
                    |
                    +--ArborKeyTypedAction
                          |
                          +--ArabicRomanKeyTypedAction
All Implemented Interfaces:
javax.swing.Action, java.awt.event.ActionListener, javax.swing.event.CaretListener, java.lang.Cloneable, java.util.EventListener, java.io.Serializable

public class ArabicRomanKeyTypedAction
extends ArborKeyTypedAction
implements javax.swing.event.CaretListener

Provides a keyboard input method for entering Arabic in Romanized form. This class should be registered to receive CaretEvents, so that it can cancel a compose operation when the text in a text component is changed (e.g., by mouse action.

Version:
$03/12/31 13:14:57 mdh$
Author:
Malcolm D. Hyman
See Also:
Serialized Form

Fields inherited from class ArborKeyTypedAction
ignoreCaretMovement
 
Fields inherited from class javax.swing.AbstractAction
changeSupport, enabled
 
Fields inherited from interface javax.swing.Action
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SHORT_DESCRIPTION, SMALL_ICON
 
Constructor Summary
ArabicRomanKeyTypedAction()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent ae)
           
 void caretUpdate(javax.swing.event.CaretEvent ce)
           
 
Methods inherited from class ArborKeyTypedAction
setIgnoreCaretMovement
 
Methods inherited from class javax.swing.text.TextAction
augmentList, getFocusedComponent, getTextComponent
 
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArabicRomanKeyTypedAction

public ArabicRomanKeyTypedAction()
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent ae)
Overrides:
actionPerformed in class javax.swing.text.DefaultEditorKit.DefaultKeyTypedAction

caretUpdate

public void caretUpdate(javax.swing.event.CaretEvent ce)
Specified by:
caretUpdate in interface javax.swing.event.CaretListener