★ wanayoo — archive 1999 http://sourceware.cygnus.com/kawa/api/gnu/jemacs/buffer/InsertAction.htmlNouvelle recherche | Portail wanayoo

gnu.jemacs.buffer
Class InsertAction

java.lang.Object
  |
  +--javax.swing.AbstractAction
        |
        +--javax.swing.text.TextAction
              |
              +--gnu.jemacs.buffer.InsertAction

public class InsertAction
extends javax.swing.text.TextAction

An Action to insert the typed character into a buffer.

See Also:
Serialized Form

Fields inherited from class javax.swing.AbstractAction
changeSupport, enabled
 
Constructor Summary
InsertAction(java.lang.String name)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent event)
           
 
Methods inherited from class javax.swing.text.TextAction
augmentList, getFocusedComponent, getTextComponent
 
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InsertAction

public InsertAction(java.lang.String name)
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent event)
Overrides:
actionPerformed in class javax.swing.AbstractAction