com.henri.jbcs
Class CheckStyleAction

java.lang.Object
  extended by javax.swing.AbstractAction
      extended by com.borland.primetime.actions.UpdateAction
          extended by com.borland.primetime.ide.BrowserAction
              extended by com.henri.jbcs.CheckStyleAction
All Implemented Interfaces:
com.borland.primetime.actions.UpdateableAction, java.awt.event.ActionListener, java.io.Serializable, java.lang.Cloneable, java.util.EventListener, javax.swing.Action

public class CheckStyleAction
extends com.borland.primetime.ide.BrowserAction

The class handles the action the user performs when selecting Checkstyle on the contextual menu of a file tab or when he use the toolbar icon.

Version:
$Revision: 1.7 $ $Date: 2003/12/07 16:07:53 $
Author:
Henri Tremblay
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.borland.primetime.actions.UpdateAction
ACCELERATOR, ALT_SHORT_DESCRIPTION, CLICK_FOR_DROPDOWN, disabledReason, EMPTY_ARRAY, HELP_TOPIC, LARGE_ICON, MNEMONIC, personalities, SHOW_BUTTON_TEXT, SUBMENU_DELEGATE
 
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
CheckStyleAction()
          Default Constructor.
 
Method Summary
 void actionPerformed(com.borland.primetime.ide.Browser browser)
           
 
Methods inherited from class com.borland.primetime.ide.BrowserAction
actionPerformed, update, update
 
Methods inherited from class com.borland.primetime.actions.UpdateAction
getAltShortText, getDisabledReason, getHelpTopic, getLargeIcon, getLongText, getMnemonic, getPersonalities, getShortText, getSmallIcon, makeIdeKeymapBindable, setAltShortText, setConfigured, setConfigured, setDisabledReason, setHelpTopic, setLargeIcon, setLongText, setMnemonic, setPersonalities, setShortText, setSmallIcon
 
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
 
Methods inherited from interface javax.swing.Action
addPropertyChangeListener, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
 

Constructor Detail

CheckStyleAction

public CheckStyleAction()
Default Constructor.

Method Detail

actionPerformed

public void actionPerformed(com.borland.primetime.ide.Browser browser)
Specified by:
actionPerformed in class com.borland.primetime.ide.BrowserAction
Parameters:
browser - The active browser.
See Also:
BrowserAction


Copyright © 2004-2005 . All Rights Reserved.