Serialized Form


Package rj.tools.ccscrape.ui

Class rj.tools.ccscrape.ui.CCScrapeFrame extends javax.swing.JFrame implements Serializable

Serialized Fields

mScrapePanel

ScrapePanel mScrapePanel

mMenuBar

javax.swing.JMenuBar mMenuBar

mFileMenue

javax.swing.JMenu mFileMenue

mSettingsMenue

javax.swing.JMenu mSettingsMenue

mFileChooser

javax.swing.JFileChooser mFileChooser

IMAGE

java.net.URL IMAGE

Class rj.tools.ccscrape.ui.ScrapePanel extends javax.swing.JPanel implements Serializable

Serialized Fields

mURLPanel

rj.tools.ccscrape.ui.ScrapePanel.URLPanel mURLPanel

mTimePanel

rj.tools.ccscrape.ui.ScrapePanel.TimePanel mTimePanel

mX10Panel

rj.tools.ccscrape.ui.ScrapePanel.X10Panel mX10Panel

mRunPanel

rj.tools.ccscrape.ui.ScrapePanel.RunPanel mRunPanel

mLogDialog

rj.tools.ccscrape.ui.ScrapePanel.LogDialog mLogDialog

mMonitor

Monitor mMonitor

Package rj.tools.jcsc

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.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.


Package rj.tools.jcsc.ui

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<K,V> mI18nStringsMap
Map for I18n Strings; key=identifier, value=string in language


mLayout

java.awt.GridBagLayout mLayout

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.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

Package rj.tools.skimdeep.ui

Class rj.tools.skimdeep.ui.SkimDeepFrame extends javax.swing.JFrame implements Serializable

Serialized Fields

mMenuBar

javax.swing.JMenuBar mMenuBar

mFileMenue

javax.swing.JMenu mFileMenue

mTopPanel

rj.tools.skimdeep.ui.SkimDeepFrame.TopPanel mTopPanel

mBottomPanel

rj.tools.skimdeep.ui.SkimDeepFrame.BottomPanel mBottomPanel

mMainSplitPane

javax.swing.JSplitPane mMainSplitPane

mLeftSplitPane

javax.swing.JSplitPane mLeftSplitPane

mRightSplitPane

javax.swing.JSplitPane mRightSplitPane

mJarFilesDependentsListPanel

rj.tools.skimdeep.ui.SkimDeepFrame.JarListPanel mJarFilesDependentsListPanel

mParsedJarFilesListPanel

rj.tools.skimdeep.ui.SkimDeepFrame.JarListPanel mParsedJarFilesListPanel

mJarFilesDependenciesListPanel

rj.tools.skimdeep.ui.SkimDeepFrame.JarListPanel mJarFilesDependenciesListPanel

mDependingClassesListPanel

rj.tools.skimdeep.ui.SkimDeepFrame.ClassListPanel mDependingClassesListPanel

mSkimDeep

SkimDeep mSkimDeep

mParsedJavaFiles

ParsedJarFile[] mParsedJavaFiles

IMAGE

java.net.URL IMAGE

Package rj.tools.util

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


Package rj.tools.util.ui

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.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.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.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



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