|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.AbstractAction
com.borland.primetime.actions.UpdateAction
com.borland.primetime.ide.BrowserAction
com.henri.jbcs.CheckStyleAction
public class CheckStyleAction
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.
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 |
---|
public CheckStyleAction()
Method Detail |
---|
public void actionPerformed(com.borland.primetime.ide.Browser browser)
actionPerformed
in class com.borland.primetime.ide.BrowserAction
browser
- The active browser.BrowserAction
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |