com.henri.jbcs
Class CheckStyleKeymapAction

java.lang.Object
  extended by javax.swing.AbstractAction
      extended by com.borland.primetime.editor.EditorAction
          extended by com.henri.jbcs.CheckStyleKeymapAction
All Implemented Interfaces:
java.awt.event.ActionListener, java.io.Serializable, java.lang.Cloneable, java.util.EventListener, javax.swing.Action

public class CheckStyleKeymapAction
extends com.borland.primetime.editor.EditorAction

A key bindable EditorAction. Called when the keyboard shortcut is used

Version:
$Revision: 1.3 $ $Date: 2004/09/01 21:42:22 $
Author:
Henri Tremblay
See Also:
EditorAction, Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class com.borland.primetime.editor.EditorAction
com.borland.primetime.editor.EditorAction.SubKeymapAction
 
Field Summary
 
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
CheckStyleKeymapAction()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
          Triggers ACTION_CheckStyle.actionPerformed() when the JDK fires a key event
 
Methods inherited from class com.borland.primetime.editor.EditorAction
getEditorTarget, getFocusedEditor, setFocusedEditor
 
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
 

Constructor Detail

CheckStyleKeymapAction

public CheckStyleKeymapAction()
See Also:
EditorAction
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Triggers ACTION_CheckStyle.actionPerformed() when the JDK fires a key event

Parameters:
e - The action event.


Copyright © 2004-2005 . All Rights Reserved.