com.artenum.jyconsole.action
Class DefaultCompletionAction
java.lang.Object
javax.swing.AbstractAction
com.artenum.jyconsole.action.DefaultCompletionAction
- All Implemented Interfaces:
- javax.swing.Action, java.awt.event.ActionListener, java.lang.Cloneable, java.util.EventListener, java.io.Serializable
- public class DefaultCompletionAction
- extends javax.swing.AbstractAction
<b>Project ref :</b> JyConsole project
<b>Copyright and license :</b> See relevant sections
<b>Status :</b> under development
<b>Creation :</b> 04/03/2005
<b>Modification :</b>
<b>Description :</b> Define the default Completion action. (ask for completion)
Version number |
Author (name, e-mail) |
Corrections/Modifications |
0.1 |
Sebastien Jourdain, jourdain@artenum.com |
Creation |
- Version:
- 0.1
- Author:
- Sebastien Jourdain
- See Also:
- Serialized Form
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 |
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 |
DefaultCompletionAction
public DefaultCompletionAction(JyConsole console)
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent ae)
(c) Copyright: Artenum SARL, 101-103 Boulevard Mac Donald,
75019, Paris, France 2005.
http://www.artenum.com
License:
This program is free software; you can redistribute it
and/or modify it under the terms of the Q Public License;
either version 1 of the License.
This program is distributed in the hope that it will be
useful, but WITHOUT ANY WARRANTY; without even the implied
warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE. See the Q Public License for more details.
You should have received a copy of the Q Public License
License along with this program;
if not, write to:
Artenum SARL, 101-103 Boulevard Mac Donald,
75019, PARIS, FRANCE, e-mail: contact@artenum.com