A C D E F G I J L M R S W

A

actionPerformed(Browser) - Method in class com.henri.jbcs.CheckStyleAction
 
actionPerformed(Browser) - Method in class com.henri.jbcs.CheckStyleContextAction
Runs Checkstyle on all the JavaFileNode entries in the m_Nodes array.
actionPerformed(ActionEvent) - Method in class com.henri.jbcs.CheckStyleKeymapAction
Triggers ACTION_CheckStyle.actionPerformed() when the JDK fires a key event
addError(AuditEvent) - Method in class com.henri.jbcs.FailureCountListener
 
addException(AuditEvent, Throwable) - Method in class com.henri.jbcs.FailureCountListener
 
addMessage(String) - Method in class com.henri.jbcs.MessageHandler
Add a message at the root of the message pane
addMessage(String, Message) - Method in class com.henri.jbcs.MessageHandler
Add a message as a child of the parent message in the message pane
addMessages(Message, Message[]) - Method in class com.henri.jbcs.MessageHandler
Will add the list of messages as child of the parent messages
auditFinished(AuditEvent) - Method in class com.henri.jbcs.FailureCountListener
 
auditStarted(AuditEvent) - Method in class com.henri.jbcs.FailureCountListener
 

C

checkNodes(Browser, JavaFileNode[]) - Static method in class com.henri.jbcs.CheckStyleOpenTool
Runs Checkstyle on 1 or many files in a CheckerThread.
CheckStyleAction - Class in com.henri.jbcs
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.
CheckStyleAction() - Constructor for class com.henri.jbcs.CheckStyleAction
Default Constructor.
CheckStyleContextAction - Class in com.henri.jbcs
A BrowserAction to check multiple files.
CheckStyleContextAction() - Constructor for class com.henri.jbcs.CheckStyleContextAction
 
CheckStyleKeymapAction - Class in com.henri.jbcs
A key bindable EditorAction.
CheckStyleKeymapAction() - Constructor for class com.henri.jbcs.CheckStyleKeymapAction
 
CheckStyleMessage - Class in com.henri.jbcs
This class is to display the checkstyle message to JBuilder message view.
CheckStyleMessage(TextFileNode, int, String, SeverityLevel) - Constructor for class com.henri.jbcs.CheckStyleMessage
Constructor.
CheckStyleOpenTool - Class in com.henri.jbcs
The main class for the OpenTool.
CheckStyleOpenTool() - Constructor for class com.henri.jbcs.CheckStyleOpenTool
 
clearMessages() - Method in class com.henri.jbcs.MessageHandler
 
com.henri.jbcs - package com.henri.jbcs
 
com.henri.jbcs.gui - package com.henri.jbcs.gui
 
createPropertyPage() - Method in class com.henri.jbcs.gui.CSPropertyPageFactory
 
CSPreference - Class in com.henri.jbcs
JBCS preference class.
CSPreference() - Constructor for class com.henri.jbcs.CSPreference
 
CSPropertyGroup - Class in com.henri.jbcs.gui
Checkstyle group that will appear in JBuilder Preferences
CSPropertyGroup() - Constructor for class com.henri.jbcs.gui.CSPropertyGroup
 
CSPropertyPage - Class in com.henri.jbcs.gui
Checkstyle property page that will appear in JBuilder Preferences
CSPropertyPage(CSPreference) - Constructor for class com.henri.jbcs.gui.CSPropertyPage
 
CSPropertyPageFactory - Class in com.henri.jbcs.gui
Factory for the CSPropertyGroup
CSPropertyPageFactory() - Constructor for class com.henri.jbcs.gui.CSPropertyPageFactory
 
CSPropertyPagePanel - Class in com.henri.jbcs.gui
JBCS Property panel
CSPropertyPagePanel() - Constructor for class com.henri.jbcs.gui.CSPropertyPagePanel
 
CSPropertyPagePanel(CSPreference) - Constructor for class com.henri.jbcs.gui.CSPropertyPagePanel
 

D

debug(String) - Method in class com.henri.jbcs.MessageHandler
Log debug info.

E

error(String, Throwable) - Method in class com.henri.jbcs.MessageHandler
Log Error conditions.

F

FailureCountListener - Class in com.henri.jbcs
The class is to handle user action.
FailureCountListener() - Constructor for class com.henri.jbcs.FailureCountListener
 
fileFinished(AuditEvent) - Method in class com.henri.jbcs.FailureCountListener
 
fileStarted(AuditEvent) - Method in class com.henri.jbcs.FailureCountListener
 

G

getBasedir() - Static method in class com.henri.jbcs.CheckStyleOpenTool
 
getChecker() - Static method in class com.henri.jbcs.CheckStyleOpenTool
 
getClearMessagePane() - Method in class com.henri.jbcs.CSPreference
 
getConfigurationFile() - Method in class com.henri.jbcs.CSPreference
 
getContextAction(Browser, Node[]) - Method in class com.henri.jbcs.CheckStyleContextAction
Sets the internal Node[] and return the Action if the first entry is a source file, package node or project.
getExclusionPath() - Method in class com.henri.jbcs.CSPreference
 
getFileFailureCount(SeverityLevel) - Method in class com.henri.jbcs.FailureCountListener
 
getHelpTopic() - Method in class com.henri.jbcs.gui.CSPropertyPage
 
getOpenToolInfo(Object) - Static method in class com.henri.jbcs.CheckStyleOpenTool
Retrieves information about this opentool.
getPackageNameFile() - Method in class com.henri.jbcs.CSPreference
 
getPageFactory(Object) - Method in class com.henri.jbcs.gui.CSPropertyGroup
 
getPreference() - Static method in class com.henri.jbcs.CheckStyleOpenTool
 
getPropertiesFile() - Method in class com.henri.jbcs.CSPreference
 
getRecursive() - Method in class com.henri.jbcs.CSPreference
 
getShowNoError() - Method in class com.henri.jbcs.CSPreference
 
getTotalFailureCount(SeverityLevel) - Method in class com.henri.jbcs.FailureCountListener
 

I

ICON - Static variable in class com.henri.jbcs.CheckStyleOpenTool
The toolbar icon
initializeProperties() - Method in class com.henri.jbcs.gui.CSPropertyGroup
 
initOpenTool(byte, byte) - Static method in class com.henri.jbcs.CheckStyleOpenTool
The entry point of OpenTool.
isRunning() - Static method in class com.henri.jbcs.CheckStyleOpenTool
Tells if the plugin is currently running.
isSeverityShown(SeverityLevel) - Method in class com.henri.jbcs.CSPreference
If this severity level should be shown in the message pane

J

JBPROP_FILE - Static variable in class com.henri.jbcs.CheckStyleOpenTool
 

L

load(String) - Method in class com.henri.jbcs.CSPreference
 

M

messageAction(Browser) - Method in class com.henri.jbcs.CheckStyleMessage
 
MessageHandler - Class in com.henri.jbcs
 
MessageHandler(Browser) - Constructor for class com.henri.jbcs.MessageHandler
MessageHandler for a specific Browser.
MessageHandler() - Constructor for class com.henri.jbcs.MessageHandler
MessageHandler just writing on the currently active browser.

R

readProperties() - Method in class com.henri.jbcs.gui.CSPropertyPage
 
readProperties() - Method in class com.henri.jbcs.gui.CSPropertyPagePanel
 

S

selectAction(Browser) - Method in class com.henri.jbcs.CheckStyleMessage
 
setClearMessagePane(boolean) - Method in class com.henri.jbcs.CSPreference
 
setConfigurationFile(String) - Method in class com.henri.jbcs.CSPreference
 
setExlusionPath(Collection) - Method in class com.henri.jbcs.CSPreference
 
setPackageNameFile(String) - Method in class com.henri.jbcs.CSPreference
 
setPreference(CSPreference) - Static method in class com.henri.jbcs.CheckStyleOpenTool
 
setPropertiesFile(String) - Method in class com.henri.jbcs.CSPreference
 
setRecursive(boolean) - Method in class com.henri.jbcs.CSPreference
 
setSeverityShown(SeverityLevel, boolean) - Method in class com.henri.jbcs.CSPreference
 
setShowNoError(boolean) - Method in class com.henri.jbcs.CSPreference
 
store(String) - Method in class com.henri.jbcs.CSPreference
 

W

writeProperties() - Method in class com.henri.jbcs.gui.CSPropertyPage
 
writeProperties() - Method in class com.henri.jbcs.gui.CSPropertyPagePanel
 
writeStatusBarMessage(String) - Method in class com.henri.jbcs.MessageHandler
Write a message in the status bar

A C D E F G I J L M R S W

Copyright © 2004-2005 . All Rights Reserved.