de.uni_paderborn.fujaba.gui
Class CompletionKeyListener.CompletionAction
java.lang.Object
javax.swing.AbstractAction
de.uni_paderborn.fujaba.gui.CompletionKeyListener.CompletionAction
- All Implemented Interfaces:
- javax.swing.Action, java.awt.event.ActionListener, java.lang.Cloneable, java.util.EventListener, java.io.Serializable
- Enclosing class:
- CompletionKeyListener
- class CompletionKeyListener.CompletionAction
- extends javax.swing.AbstractAction
No comment provided by developer, please add a comment to improve documentation.
- Version:
- $Revision: 1.10 $ $Date: 2005/02/10 10:07:14 $
- Author:
- $Author: creckord $
Nested classes inherited from class javax.swing.AbstractAction |
|
Field Summary |
private int |
caretPos
No comment provided by developer, please add a comment to improve documentation. |
private java.lang.String |
fullText
No comment provided by developer, please add a comment to improve documentation. |
private javax.swing.text.JTextComponent |
jtf
No comment provided by developer, please add a comment to improve documentation. |
private java.lang.String |
prefix
No comment provided by developer, please add a comment to improve documentation. |
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 |
CompletionKeyListener.CompletionAction(java.lang.String prefix,
java.lang.String fullText,
int caretPos,
javax.swing.text.JTextComponent jtf)
Constructor for class CompletionAction |
Method Summary |
void |
actionPerformed(java.awt.event.ActionEvent e)
No comment provided by developer, please add a comment to improve documentation. |
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, toString, wait, wait, wait |
prefix
private java.lang.String prefix
- No comment provided by developer, please add a comment to improve documentation.
fullText
private java.lang.String fullText
- No comment provided by developer, please add a comment to improve documentation.
caretPos
private int caretPos
- No comment provided by developer, please add a comment to improve documentation.
jtf
private javax.swing.text.JTextComponent jtf
- No comment provided by developer, please add a comment to improve documentation.
CompletionKeyListener.CompletionAction
public CompletionKeyListener.CompletionAction(java.lang.String prefix,
java.lang.String fullText,
int caretPos,
javax.swing.text.JTextComponent jtf)
- Constructor for class CompletionAction
- Parameters:
prefix
- No description providedfullText
- No description providedcaretPos
- No description providedjtf
- No description provided
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)
- No comment provided by developer, please add a comment to improve documentation.
- Parameters:
e
- No description provided