Serialized Form

Class rj.tools.util.ui.AboutDialog extends javax.swing.JDialog implements Serializable


Class rj.tools.util.ui.AboutPanel extends javax.swing.JPanel implements Serializable


Class rj.tools.jcsc.ui.AbstractJcscTab extends javax.swing.JPanel implements Serializable

Serialized Fields

mRuleCount

int mRuleCount
The number of rules which have been added


mRules

Rule[] mRules
The logical rule objects of a tab


mI18nStringsMap

java.util.Map mI18nStringsMap
Map for I18n Strings; key=identifier, value=string in language


mLayout

java.awt.GridBagLayout mLayout


Class rj.tools.util.ui.AnimatedLabel extends javax.swing.JPanel implements Serializable

Serialized Fields

mIconLabel

javax.swing.JLabel mIconLabel

mIcons

javax.swing.Icon[] mIcons

mDelayMS

int mDelayMS

mCurrentIndex

int mCurrentIndex

mUpdateThread

java.lang.Thread mUpdateThread

mGo

boolean mGo

mExit

boolean mExit


Class rj.tools.util.DecimalNumberDocument extends javax.swing.text.PlainDocument implements Serializable


Class rj.tools.jcsc.ui.ExamplePanel extends javax.swing.JPanel implements Serializable

Serialized Fields

mExampleEditorPane

javax.swing.JEditorPane mExampleEditorPane

mExampleScrollPane

javax.swing.JScrollPane mExampleScrollPane

mTitleLabel

javax.swing.JLabel mTitleLabel


Class rj.tools.jcsc.plugins.intellij.JCSCResultPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

mResultsTable

javax.swing.JTable mResultsTable

mTableModel

rj.tools.jcsc.plugins.intellij.JCSCResultPanel.JCSCRunTableModel mTableModel

mResultSP

javax.swing.JScrollPane mResultSP

mOverviewPanel

OverviewPanel mOverviewPanel

mLineSelector

SourceLineSelector mLineSelector


Class rj.tools.jcsc.plugins.intellij.OptionsPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

mOptions

JCSCOptions mOptions

mRulesLabel

javax.swing.JLabel mRulesLabel

mRulesTextField

javax.swing.JTextField mRulesTextField

mBrowseButton

javax.swing.JButton mBrowseButton

mFailSevertyLabel

javax.swing.JLabel mFailSevertyLabel

mFailSeverityCB

javax.swing.JComboBox mFailSeverityCB

mFailVioNCSSRatioLabel

javax.swing.JLabel mFailVioNCSSRatioLabel

mFailVioNCSSRatioTF

javax.swing.JTextField mFailVioNCSSRatioTF


Class rj.tools.jcsc.plugins.intellij.OverviewPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

mRunButton

javax.swing.JButton mRunButton

mStatusLabel

javax.swing.JLabel mStatusLabel

mStatusValue

javax.swing.JLabel mStatusValue

mFailValueLabel

javax.swing.JLabel mFailValueLabel

mFailSeverityLabel

javax.swing.JLabel mFailSeverityLabel

mFailSeverityValue

javax.swing.JLabel mFailSeverityValue

mAllowedVioNCSSRationLabel

javax.swing.JLabel mAllowedVioNCSSRationLabel

mFailoNCSSRatioValue

javax.swing.JLabel mFailoNCSSRatioValue

mViolationLabel

javax.swing.JLabel mViolationLabel

mViolationCountLabel

javax.swing.JLabel mViolationCountLabel

mViolationCountValue

javax.swing.JLabel mViolationCountValue

mViolationSeverityLabel

javax.swing.JLabel mViolationSeverityLabel

mViolationSeverityValue

javax.swing.JLabel mViolationSeverityValue

mNCSSCountLabel

javax.swing.JLabel mNCSSCountLabel

mNCSSCountValue

javax.swing.JLabel mNCSSCountValue

mVioNCSSRatioLabel

javax.swing.JLabel mVioNCSSRatioLabel

mVioNCSSRatioValue

javax.swing.JLabel mVioNCSSRatioValue

mGreenIcon

javax.swing.Icon mGreenIcon

mYellowIcon

javax.swing.Icon mYellowIcon

mRedIcon

javax.swing.Icon mRedIcon

mLoupeIcon

javax.swing.Icon mLoupeIcon

mViolationCount

int mViolationCount

mFailSeverity

int mFailSeverity

mMaxFoundSeverity

int mMaxFoundSeverity

mFailVioNCSSRatio

double mFailVioNCSSRatio

mMaxFoundVioNCSSRatio

double mMaxFoundVioNCSSRatio

mNCSSCount

int mNCSSCount


Class rj.tools.jcsc.ParseException extends java.lang.Exception implements Serializable

Serialized Fields

specialConstructor

boolean specialConstructor
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).


currentToken

Token currentToken
This is the last token that has been consumed successfully. If this object has been created due to a parse error, the token followng this token will (therefore) be the first error token.


expectedTokenSequences

int[][] expectedTokenSequences
Each entry in this array is an array of integers. Each array of integers represents a sequence of tokens (by their ordinal values) that is expected at this point of the parse.


tokenImage

java.lang.String[] tokenImage
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred. This array is defined in the generated ...Constants interface.


eol

java.lang.String eol
The end of line string for this machine.


Class rj.tools.util.ui.RegexpDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

mRegexpLabel

javax.swing.JLabel mRegexpLabel

mRegexpTC

javax.swing.text.JTextComponent mRegexpTC

mTestStringLabel

javax.swing.JLabel mTestStringLabel

mTestStringTC

javax.swing.text.JTextComponent mTestStringTC

mResultLabel

javax.swing.JLabel mResultLabel

mTestButton

javax.swing.JButton mTestButton

mOkButton

javax.swing.JButton mOkButton

mCancelButton

javax.swing.JButton mCancelButton

mRegexpBackup

java.lang.String mRegexpBackup


Class rj.tools.util.ui.RegexpDialog.RegTextArea extends javax.swing.JTextArea implements Serializable


Class rj.tools.util.ui.RegexpDialog.RegTextField extends javax.swing.JTextField implements Serializable


Class rj.tools.jcsc.ui.RulesDialog extends javax.swing.JFrame implements Serializable

Serialized Fields

mIsStartedStandAlone

boolean mIsStartedStandAlone

mSourceButtonGroup

javax.swing.ButtonGroup mSourceButtonGroup

mDefaultRB

javax.swing.JRadioButton mDefaultRB

mOtherRB

javax.swing.JRadioButton mOtherRB

mOtherSourceTF

TextFieldButton mOtherSourceTF

mSaveButton

javax.swing.JButton mSaveButton

mSaveAsButton

javax.swing.JButton mSaveAsButton

mCloseButton

javax.swing.JButton mCloseButton

mRulesPanel

RulesPanel mRulesPanel

mFileChooser

javax.swing.JFileChooser mFileChooser

mOtherRuleFile

java.io.File mOtherRuleFile


Class rj.tools.jcsc.ui.RulesPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

mTabbedPane

javax.swing.JTabbedPane mTabbedPane

mGeneralTab

JcscTab mGeneralTab

mFieldTab

JcscTab mFieldTab

mMethodTab

JcscTab mMethodTab

mJavaDocTab

JcscTab mJavaDocTab

mMetricsTab

JcscTab mMetricsTab

mUnitTestTab

JcscTab mUnitTestTab

mExamplePanel

ExamplePanel mExamplePanel


Class rj.tools.util.ui.SelectDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

mActionListener

javax.swing.event.EventListenerList mActionListener

mTable

javax.swing.JTable mTable

mSP

javax.swing.JScrollPane mSP

mOK

javax.swing.JButton mOK

mCancel

javax.swing.JButton mCancel

mClose

javax.swing.JButton mClose

mObjects

java.lang.Object[] mObjects

mOkedOut

boolean mOkedOut


Class rj.tools.util.ui.TextFieldButton extends javax.swing.JPanel implements Serializable

Serialized Fields

mTextField

javax.swing.JTextField mTextField

mButton

javax.swing.JButton mButton

mActionListeners

javax.swing.event.EventListenerList mActionListeners


Class rj.tools.jcsc.TokenMgrError extends java.lang.Error implements Serializable

Serialized Fields

errorCode

int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.



(c) 1999-2005 by Ralph Jocham (rjocham72@netscape.net)
JCSC is released under the terms of the GNU General Public License