Serialized Form


Package cmu.jspsurveymanager

Class cmu.jspsurveymanager.Controller extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

config

javax.servlet.ServletConfig config
Stored ServletConfig from the init method.


persistent_state

Controller.SessionParameters persistent_state

____________________________________

java.lang.String ____________________________________
Note: A visual separator put in only for Eclipse -- so we could have a separator on the "Outline" pane.


_____________________________________

java.lang.String _____________________________________
Note: A visual separator put in only for Eclipse -- so we could have a separator on the "Outline" pane.


______________________________________

java.lang.String ______________________________________
Note: A visual separator put in only for Eclipse -- so we could have a separator on the "Outline" pane.


tomcatManager

TomcatManagerConnection tomcatManager

Package cmu.survey

Class cmu.survey.AskUserPermission extends javax.swing.JDialog implements Serializable

Serialized Fields

splitPane

javax.swing.JSplitPane splitPane
A horrible bug we have here, that's possibly not fixable: 1) Because we call this from the swing event thread in most cases, it blocks the input to current windows, without showing why. This means that the window is blocked. 2) A dialog can only be forced to show on top of one window, max. -- i.e. if you have two frames, and one throws a bug and pops this up, only one window will force this to show on top. Yuck! If you don't put a frame into the JDialog constructor, those two are very bad bugs, if you put one in, it only works for one frame.


userEmail

javax.swing.JTextField userEmail

userDescription

javax.swing.JTextArea userDescription

errorInfo

cmu.survey.AskUserPermission.ErrorInfo errorInfo

Class cmu.survey.MaintenanceGui extends javax.swing.JPanel implements Serializable

Serialized Fields

debuggingOutput

javax.swing.JTextArea debuggingOutput

tabbedPane

javax.swing.JTabbedPane tabbedPane

prevPrintErrorMessages

boolean prevPrintErrorMessages

Package cmu.survey.data

Class cmu.survey.data.DataTableModel extends javax.swing.table.AbstractTableModel implements Serializable

Serialized Fields

singularInfo

DataTableModelSingularInfo<DTM extends DataTableModel> singularInfo

undoableEditListeners

java.util.Vector<E> undoableEditListeners

thisDataTableModel

DataTableModel thisDataTableModel

guiListeners

java.util.Vector<E> guiListeners

holdFiredTableChangeEvents

int holdFiredTableChangeEvents

levelOfEventsHeld

int levelOfEventsHeld

Class cmu.survey.data.FailedRequest extends java.lang.Exception implements Serializable

Class cmu.survey.data.FailedRequest.AlreadyClosedError extends java.lang.RuntimeException implements Serializable

Class cmu.survey.data.FailedRequest.BadColumnNameException extends FailedRequest implements Serializable

Class cmu.survey.data.FailedRequest.DatabaseFailure extends FailedRequest implements Serializable

Class cmu.survey.data.FailedRequest.TableVersionNewerThanProgram extends FailedRequest implements Serializable

Class cmu.survey.data.WebappConfiguration.WebappError extends java.lang.Exception implements Serializable

Class cmu.survey.data.WebappConfiguration.WebappNeedsToBeRestartedError extends WebappConfiguration.WebappError implements Serializable

Class cmu.survey.data.WebappConfiguration.WebappNotConfiguredError extends WebappConfiguration.WebappError implements Serializable


Package cmu.survey.data.databits

Class cmu.survey.data.databits.DataBitCompoundUndoableEdit extends CompoundUndoableEdit2 implements Serializable

Serialized Fields

dataBit

DataBit<T> dataBit

oldValue

java.lang.Object oldValue

newValue

java.lang.Object newValue

Package cmu.survey.data.mysql

Class cmu.survey.data.mysql.DataTableModelMySQL extends DataTableModelSQL implements Serializable

Serialized Fields

tableStorage

TableStorageMySQL tableStorage

dbQuery

DatabaseQuery dbQuery

filterSqlWhereCache

java.lang.String filterSqlWhereCache

filterSqlWhereHasBeenModified

boolean filterSqlWhereHasBeenModified

orderBySqlCache

java.lang.String orderBySqlCache

haveCachedIsEditable

boolean haveCachedIsEditable

isEditableCached

boolean isEditableCached

columnNamesCached

java.lang.String[] columnNamesCached

columnClassesCached

java.util.Vector<E> columnClassesCached

columnCountCached

int columnCountCached

rowCountCached

int rowCountCached

hasError

boolean hasError

Package cmu.survey.data.sql

Class cmu.survey.data.sql.DataTableModelSQL extends DataTableModel implements Serializable

Serialized Fields

resultSet

java.sql.ResultSet resultSet

sqlWhere

java.lang.String sqlWhere
This variable is primarily the table, and is most often the table, but sometimes it becomes the "From" clause in SQL.


sqlOrderBy

java.lang.String sqlOrderBy

filters

VectorDataSet<T extends HasBeenModified> filters

orderBys

java.util.Vector<E> orderBys

Package cmu.survey.editor.gui

Class cmu.survey.editor.gui.ChooseBackgroundColorPanel extends javax.swing.JComponent implements Serializable

Serialized Fields

dialogs

Dialogs dialogs

backgroundColor

javax.swing.JLabel backgroundColor

colorLabel

ColoredJLabel colorLabel

chooseBackgroundColor

javax.swing.JButton chooseBackgroundColor

setToDefaultColor

javax.swing.JButton setToDefaultColor

question

QuestionDataBitSet question

defaultColors

cmu.survey.editor.gui.ChooseBackgroundColorPanel.DefaultColors defaultColors

Class cmu.survey.editor.gui.Editor extends javax.swing.JFrame implements Serializable

Serialized Fields

dialogs

Dialogs dialogs

objectStorage

DataBitStorage objectStorage

openAction

javax.swing.AbstractAction openAction

saveAction

cmu.survey.editor.gui.SaveAction saveAction

quitAction

javax.swing.AbstractAction quitAction

exportAction

javax.swing.AbstractAction exportAction

sendEmailsAction

javax.swing.AbstractAction sendEmailsAction

showDebuggingWindowAction

javax.swing.AbstractAction showDebuggingWindowAction

showSurveyEditorPanelAction

Editor.ShowSurveyEditorPanelAction showSurveyEditorPanelAction

showAnswersTableAction

javax.swing.AbstractAction showAnswersTableAction

cleanDataTablesAction

javax.swing.AbstractAction cleanDataTablesAction

showPagesAnswersTableAction

cmu.survey.editor.gui.Editor.ShowPagesAnswersTableAction showPagesAnswersTableAction

showUsersTableAction

javax.swing.AbstractAction showUsersTableAction

showDatabaseEditorAction

javax.swing.AbstractAction showDatabaseEditorAction

aboutSurveyEditorAction

javax.swing.AbstractAction aboutSurveyEditorAction

checkForLatestVersionAction

javax.swing.AbstractAction checkForLatestVersionAction

sendBugReportAction

javax.swing.AbstractAction sendBugReportAction

toolbar

CustomizableToolbar toolbar

tabbedPane

javax.swing.JTabbedPane tabbedPane

menuBarHelper

MenuBarHelper menuBarHelper

undoHandler

UndoHandler undoHandler

cutMenuItem

javax.swing.JMenuItem cutMenuItem

copyMenuItem

javax.swing.JMenuItem copyMenuItem

pasteMenuItem

javax.swing.JMenuItem pasteMenuItem

showDebuggingWindowMenuItem

CheckboxMenuItem showDebuggingWindowMenuItem

showSurveyEditorPanel

CheckboxMenuItem showSurveyEditorPanel

showAnswersTable

CheckboxMenuItem showAnswersTable

showUsersTable

CheckboxMenuItem showUsersTable

showDatabaseEditor

CheckboxMenuItem showDatabaseEditor

closeTab

javax.swing.JMenuItem closeTab

moveTabLeft

javax.swing.JMenuItem moveTabLeft

moveTabRight

javax.swing.JMenuItem moveTabRight

surveyEditorPanel

SurveyEditorPanel surveyEditorPanel

databaseEditorPanel

DatabaseEditor databaseEditorPanel

tablePanelManager

TablePanelManager tablePanelManager

debuggingWindow

javax.swing.JFrame debuggingWindow

survey

Survey survey

preferences

Preferences preferences

surveySubPreferences

Preferences surveySubPreferences

thisEditor

Editor thisEditor

loadingProgressDialog

ProgressDialog loadingProgressDialog

Class cmu.survey.editor.gui.Editor.ShowSurveyEditorPanelAction extends javax.swing.AbstractAction implements Serializable

Class cmu.survey.editor.gui.SaveTypeAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

dialogs

Dialogs dialogs

survey

Survey survey

Class cmu.survey.editor.gui.UsersPanel extends TablePanel implements Serializable

Serialized Fields

editor

Editor editor

showAnswersFor

javax.swing.JButton showAnswersFor

showAnswersForAll

javax.swing.JButton showAnswersForAll

Package cmu.survey.editor.gui.pages

Class cmu.survey.editor.gui.pages.NewRepeatedMeasureTableAction extends NewTableAction implements Serializable

Class cmu.survey.editor.gui.pages.NewTableAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

dialogs

Dialogs dialogs

objectStorage

DataBitStorage objectStorage

notifyAfterCompletion

NewTableAction.NewTableListener notifyAfterCompletion

type

java.lang.String type

Class cmu.survey.editor.gui.pages.PagePanel extends ExpandableImagePanel implements Serializable

Serialized Fields

loadedQuestions

boolean loadedQuestions

page

Page page

questionListPanel

QuestionListPanel questionListPanel

focusOtherListener

FocusOtherListener focusOtherListener

editQuestionAction

EditQuestion editQuestionAction

undoHandler

UndoHandler undoHandler

refreshComponent

java.awt.Component refreshComponent

nameChangedListeners

java.util.Vector<E> nameChangedListeners

objectStorage

DataBitStorage objectStorage

compressedSummary

ExpandableImagePanel compressedSummary

Class cmu.survey.editor.gui.pages.PagePropertiesPanel extends PropertiesPanel implements Serializable

Serialized Fields

nameJLabel

javax.swing.JLabel nameJLabel

answersTableJLabel

javax.swing.JLabel answersTableJLabel

instructionsPart1

javax.swing.text.JTextComponent instructionsPart1

instructionsPart2

javax.swing.text.JTextComponent instructionsPart2

instructionsPart3

javax.swing.text.JTextComponent instructionsPart3

page

Page page

name

StringDBTextField name

answersTableDropDown

TableDropDown answersTableDropDown

newAnswersTableButton

javax.swing.JButton newAnswersTableButton

submitButtonText

StringDBTextField submitButtonText

notes

javax.swing.JTextArea notes

objectStorage

DataBitStorage objectStorage

pageErrorBox

PropertiesPanel.ErrorBox pageErrorBox

isRepeatedMeasurePage

TableCheckboxDropDown isRepeatedMeasurePage

Class cmu.survey.editor.gui.pages.PagesListPanel extends ReorderableListPanel<Page> implements Serializable

Serialized Fields

dialogs

Dialogs dialogs

surveyEditorPanel

SurveyEditorPanel surveyEditorPanel

lastErrorsDescription

java.lang.String lastErrorsDescription

lastMyNewItemListener

cmu.survey.editor.gui.pages.PagesListPanel.MyNewItemListener lastMyNewItemListener

lastMyReorderableListEventListener

cmu.survey.editor.gui.pages.PagesListPanel.MyReorderableListEventListener lastMyReorderableListEventListener

loadingProgressDialog

ProgressDialog loadingProgressDialog
Used only while loading pages.


pageRenderer

PagePanelRenderer pageRenderer

Class cmu.survey.editor.gui.pages.PreviewPageAction extends SaveTypeAction implements Serializable

Serialized Fields

panel

SurveyEditorPanel panel
Comment for panel


Package cmu.survey.editor.gui.propertiespanels

Class cmu.survey.editor.gui.propertiespanels.PropertiesPanel extends javax.swing.JComponent implements Serializable

Serialized Fields

dialogs

Dialogs dialogs

wizardCard

WizardCard wizardCard

pageNameErrorBox

PropertiesPanel.ErrorBox pageNameErrorBox

showInstructions

boolean showInstructions

Class cmu.survey.editor.gui.propertiespanels.PropertiesPanel.ErrorBox extends javax.swing.JComponent implements Serializable

Serialized Fields

errorDetail

PropertiesPanel.ErrorDetail errorDetail

ignoredError

boolean ignoredError

errorText

javax.swing.text.JTextComponent errorText

ignoreErrorButton

javax.swing.JButton ignoreErrorButton

Class cmu.survey.editor.gui.propertiespanels.VariablePropertiesPanel extends PropertiesPanel implements Serializable

Serialized Fields

variableName

VariableNameDropDown variableName

variableTypePropertiesPanel

VariablePropertiesPanel.VariableTypePropertiesPanel variableTypePropertiesPanel

defaultValueBox

javax.swing.Box defaultValueBox

variableDefaultValue

StringDBTextField variableDefaultValue

variableNameLabel

javax.swing.JLabel variableNameLabel

variableNameErrorBox

PropertiesPanel.ErrorBox variableNameErrorBox

instructionsPanels

javax.swing.Box[] instructionsPanels

instructionsPartA

javax.swing.text.JTextComponent instructionsPartA

instructionsPartB

javax.swing.text.JTextComponent instructionsPartB

variableDefaultInstructions

javax.swing.JTextPane variableDefaultInstructions

lastKeyPopupHelp

PopupMenuShower lastKeyPopupHelp

innerBox

javax.swing.Box innerBox

ignoreDuplicateErrors

boolean ignoreDuplicateErrors

objectStorage

DataBitStorage objectStorage

page

Page page

tableName

StringDataBit tableName

variable

VariableDataBitSet variable

questionTypeDataBit

StringDataBit questionTypeDataBit

questionTypeString

java.lang.String questionTypeString

questionChoicesTypeDataBit

StringDataBit questionChoicesTypeDataBit

questionChoicesTypeString

java.lang.String questionChoicesTypeString

setSuggestedNamesByDefault

boolean setSuggestedNamesByDefault

lastPropertyChangeListener

java.beans.PropertyChangeListener lastPropertyChangeListener

undoHandler

UndoHandler undoHandler

AddInFrontOfLabels

java.lang.String AddInFrontOfLabels

Class cmu.survey.editor.gui.propertiespanels.VariablePropertiesPanel.VariableTypePropertiesPanel extends javax.swing.JComponent implements Serializable

Serialized Fields

variableType2

javax.swing.JComboBox variableType2

variableTypeIsKey

javax.swing.JCheckBox variableTypeIsKey

variableTypeLabel

javax.swing.JLabel variableTypeLabel

vtl

VariablePropertiesPanel.VariableTypePropertiesPanel.VariableTypeListener vtl

Package cmu.survey.editor.gui.questions

Class cmu.survey.editor.gui.questions.EditPage extends javax.swing.AbstractAction implements Serializable

Serialized Fields

wizard

Wizard wizard

surveyEditorPanel

SurveyEditorPanel surveyEditorPanel

firstPageCard

PageCard firstPageCard

Class cmu.survey.editor.gui.questions.EditQuestion extends javax.swing.AbstractAction implements Serializable

Serialized Fields

wizard

Wizard wizard

objectStorage

DataBitStorage objectStorage

surveyEditorPanel

SurveyEditorPanel surveyEditorPanel

questionTypeCard

QuestionTypeCard questionTypeCard

groupPropertiesCard

GroupPropertiesCard groupPropertiesCard

undoHandler

UndoHandler undoHandler

Class cmu.survey.editor.gui.questions.QuestionDragStarterImage extends ImagePanel implements Serializable

Serialized Fields

surveyEditorPanel

SurveyEditorPanel surveyEditorPanel

questionType

java.lang.String questionType

scaleQuestion

boolean scaleQuestion

thisQuestionDragStarterImage

QuestionDragStarterImage thisQuestionDragStarterImage

mouseListener

cmu.survey.editor.gui.questions.QuestionDragStarterImage.MyMouseListener mouseListener

Class cmu.survey.editor.gui.questions.QuestionListPanel extends ReorderableListPanel<QuestionDataBitSet> implements Serializable

Serialized Fields

pagePanel

PagePanel pagePanel

Class cmu.survey.editor.gui.questions.QuestionPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

question

QuestionDataBitSet question

startQuestion

PlainPart startQuestion

endQuestion

PlainPart endQuestion

topPanelMain

TopPanelMain topPanelMain

innerPagePanel

PagePanel innerPagePanel

topBox

QuestionTopPanel topBox

bottomBox

javax.swing.JComponent bottomBox

errorBox

javax.swing.Box errorBox

bgColor

java.awt.Color bgColor

errorHint

javax.swing.JButton errorHint

focusOtherListener

FocusOtherListener focusOtherListener

currentQuestionType

java.lang.String currentQuestionType

refreshComponent

java.awt.Component refreshComponent

page

Page page

objectStorage

DataBitStorage objectStorage

editQuestionAction

EditQuestion editQuestionAction

undoHandler

UndoHandler undoHandler

addedPropertyChangeListenersTo

java.util.Vector<E> addedPropertyChangeListenersTo

mainPart

QuestionPart mainPart

radioButtonListPanel

RadioButtonPart radioButtonListPanel

Class cmu.survey.editor.gui.questions.QuestionPropertiesPanel extends javax.swing.JComponent implements Serializable

Serialized Fields

question

QuestionDataBitSet question

page

Page page

title

javax.swing.JLabel title

editQuestion

javax.swing.JButton editQuestion

chooseBackgroundColorPanel

ChooseBackgroundColorPanel chooseBackgroundColorPanel

notesWarnings

javax.swing.JTextArea notesWarnings

currentQuestionType

java.lang.String currentQuestionType

currentChoicesType

java.lang.String currentChoicesType

randomizationOptions

RandomizeInsidePropertiesPanel randomizationOptions

row1

BetterFlowLayoutPanel row1

objectStorage

DataBitStorage objectStorage

dialogs

Dialogs dialogs

undoHandler

UndoHandler undoHandler

editQuestionAction

EditQuestion editQuestionAction

Class cmu.survey.editor.gui.questions.QuestionTopPanel extends javax.swing.JComponent implements Serializable

Serialized Fields

errorButton

javax.swing.JButton errorButton

preStartQuestion

javax.swing.JComponent preStartQuestion

startQuestion

javax.swing.JComponent startQuestion

middleComponents

javax.swing.JComponent[] middleComponents

layoutRigidly

boolean layoutRigidly

Class cmu.survey.editor.gui.questions.RandomizeInsidePropertiesPanel extends PropertiesPanel implements Serializable

Serialized Fields

showOnlyOneItemBox

javax.swing.JComponent showOnlyOneItemBox

showOnlyOneItem

NumberDBCheckbox showOnlyOneItem

variablePropertiesPanel

VariablePropertiesPanel variablePropertiesPanel

randomizeQuestionOrder

NumberDBCheckbox randomizeQuestionOrder

cacheRandomizeQuestionOrder

NumberDBCheckbox cacheRandomizeQuestionOrder

showOnlyOneItemListener

cmu.survey.editor.gui.questions.RandomizeInsidePropertiesPanel.ShowOnlyOneItemListener showOnlyOneItemListener

randomizeQuestionListener

cmu.survey.editor.gui.questions.RandomizeInsidePropertiesPanel.RandomizeQuestionListener randomizeQuestionListener

propertiesListener

cmu.survey.editor.gui.questions.RandomizeInsidePropertiesPanel.PropertiesListener propertiesListener

groupRandomizingInside

java.lang.String groupRandomizingInside

itemRandomized

java.lang.String itemRandomized

Class cmu.survey.editor.gui.questions.TopPanelMain extends javax.swing.JComponent implements Serializable

Serialized Fields

endQuestion

javax.swing.JComponent endQuestion

innerPanel

javax.swing.JComponent innerPanel

fixedWidthForEndQuestion

int fixedWidthForEndQuestion

Package cmu.survey.editor.gui.questions.parts

Class cmu.survey.editor.gui.questions.parts.AbstractPartHolder extends javax.swing.JComponent implements Serializable

Serialized Fields

part

AuxillaryQuestionPart part

partPanel

QuestionPart partPanel

checkboxPart

CheckboxPart checkboxPart

focusOtherListener

FocusOtherListener focusOtherListener

page

Page page

objectStorage

DataBitStorage objectStorage

currentPartType

java.lang.String currentPartType

isListeningToChoicesType

StringDataBit isListeningToChoicesType

undoHandler

UndoHandler undoHandler

Class cmu.survey.editor.gui.questions.parts.AbstractPartListPanel extends ReorderableListPanel<AuxillaryQuestionPart> implements Serializable

Serialized Fields

partSet

AuxillaryQuestionPartSet partSet

page

Page page

objectStorage

DataBitStorage objectStorage

questionPanel

QuestionPanel questionPanel

partRenderer

AbstractPartRenderer partRenderer

Class cmu.survey.editor.gui.questions.parts.CheckboxPart extends VariablePart implements Serializable

Serialized Fields

textBit

StringDataBit textBit

textBitEditor

HTMLDBTextArea textBitEditor

shortAnswerHolder

BetterPrefWidth shortAnswerHolder

shortAnswerPart

ShortAnswerPart shortAnswerPart

undoHandler

UndoHandler undoHandler

Class cmu.survey.editor.gui.questions.parts.ChoicesPart extends VariablePart implements Serializable

Serialized Fields

choicesSet

ChoicesDataBitSet choicesSet

Class cmu.survey.editor.gui.questions.parts.DatabaseFieldPart extends VariablePart implements Serializable

Serialized Fields

variable

VariableDataBitSet variable

filterTypeDropDown

FilterTypeDropDown filterTypeDropDown

filterType

StringDataBit filterType

table

StringDataBit table

Class cmu.survey.editor.gui.questions.parts.DropDownPart extends VariablePart implements Serializable

Serialized Fields

comboBox

javax.swing.JComboBox comboBox

choicesSet

ChoicesDataBitSet choicesSet

Class cmu.survey.editor.gui.questions.parts.LongAnswerPart extends VariablePart implements Serializable

Serialized Fields

textArea

javax.swing.JTextArea textArea

Class cmu.survey.editor.gui.questions.parts.PlainPart extends QuestionPart implements Serializable

Serialized Fields

textArea

HTMLDBTextArea textArea

Class cmu.survey.editor.gui.questions.parts.QuestionPart extends javax.swing.JComponent implements Serializable

Serialized Fields

focusOtherListener

FocusOtherListener focusOtherListener

friendlyType

java.lang.String friendlyType

Class cmu.survey.editor.gui.questions.parts.QuestionPartPropertiesPanel extends javax.swing.JComponent implements Serializable

Serialized Fields

variableProperties

VariablePropertiesPanel variableProperties

scaleProperties

ScalePropertiesPanel scaleProperties

title

javax.swing.JLabel title

objectStorage

DataBitStorage objectStorage

row1

BetterFlowLayoutPanel row1

questionPartTypeBox

BetterFlowLayoutPanel questionPartTypeBox

partType

StringDBDropDown partType

questionPart

QuestionPart questionPart

abstractPartHolder

AbstractPartHolder abstractPartHolder

page

Page page

choicesPart

ChoicesPart choicesPart

variablePart

VariablePart variablePart

filterTypeBox

BetterFlowLayoutPanel filterTypeBox

filterType

FilterTypeDropDown filterType

infoFromDatabaseTable

TableCheckboxDropDown infoFromDatabaseTable

lastInfoFromDatabaseTableListener

cmu.survey.editor.gui.questions.parts.QuestionPartPropertiesPanel.InfoFromDatabaseTableListener lastInfoFromDatabaseTableListener

notesWarnings

javax.swing.JTextArea notesWarnings

editorPanel

SurveyPropertiesTabPanel editorPanel

editHTML

javax.swing.JButton editHTML

editInEkitAction

EditInEkitAction editInEkitAction

thisQuestionPartPropertiesPanel

QuestionPartPropertiesPanel thisQuestionPartPropertiesPanel

undoHandler

UndoHandler undoHandler

Class cmu.survey.editor.gui.questions.parts.RadioButtonListPanel extends ReorderableListPanel<OneChoiceDataBitSet> implements Serializable

Serialized Fields

radioButtonGroup

javax.swing.ButtonGroup radioButtonGroup

choicesSet

ChoicesDataBitSet choicesSet

shortAnswerPart

ShortAnswerPart shortAnswerPart

radioButtonWithOtherText

cmu.survey.editor.gui.questions.parts.RadioButtonListPanel.RadioButtonPanel radioButtonWithOtherText

question

QuestionDataBitSet question

pageToReferWhenClicked

Page pageToReferWhenClicked

objectStorage

DataBitStorage objectStorage

editQuestion

EditQuestion editQuestion

Class cmu.survey.editor.gui.questions.parts.RadioButtonPart extends ChoicesPart implements Serializable

Serialized Fields

radioButtonListPanel

RadioButtonListPanel radioButtonListPanel

refreshComponent

java.awt.Component refreshComponent

Class cmu.survey.editor.gui.questions.parts.ScalePart extends ChoicesPart implements Serializable

Serialized Fields

scalePieces

javax.swing.JComponent[] scalePieces

defaultStartTag

java.lang.String defaultStartTag

defaultEndTag

java.lang.String defaultEndTag

Class cmu.survey.editor.gui.questions.parts.ScalePropertiesPanel extends BetterFlowLayoutPanel implements Serializable

Serialized Fields

scaleHeaderListener

cmu.survey.editor.gui.questions.parts.ScalePropertiesPanel.ScaleHeaderChoicesNumberTextFieldListener scaleHeaderListener

choicesPart

ChoicesPart choicesPart

choicesTypeLabel

javax.swing.JLabel choicesTypeLabel

choicesNumberLabel

javax.swing.JLabel choicesNumberLabel

choicesType

StringDBDropDown choicesType

scaleNumber

NumberDBTextField scaleNumber

scaleHeaderNumberLabel1

javax.swing.JLabel scaleHeaderNumberLabel1

scaleHeaderNumberLabel2

javax.swing.JLabel scaleHeaderNumberLabel2

scaleHeaderChoicesNumber

javax.swing.JTextField scaleHeaderChoicesNumber

randomizeOptions

RandomizeInsidePropertiesPanel randomizeOptions

undoHandler

UndoHandler undoHandler

Class cmu.survey.editor.gui.questions.parts.ShortAnswerPart extends VariablePart implements Serializable

Serialized Fields

textField

javax.swing.JTextField textField

Class cmu.survey.editor.gui.questions.parts.VariablePart extends QuestionPart implements Serializable

Serialized Fields

variable

VariableDataBitSet variable

TEXT_ANSWER_STRING

java.lang.String TEXT_ANSWER_STRING

Package cmu.survey.editor.gui.surveys

Class cmu.survey.editor.gui.surveys.PreviewSurveyAction extends SaveTypeAction implements Serializable

Serialized Fields

surveyPreferences

Preferences surveyPreferences
Comment for panel

Class cmu.survey.editor.gui.surveys.SurveyEditorPanel extends javax.swing.JSplitPane implements Serializable

Serialized Fields

survey

Survey survey

dialogs

Dialogs dialogs

pagesPanel

PagesListPanel pagesPanel

propertiesPanel

SurveyPropertiesTabPanel propertiesPanel

newQuestionsPanel

javax.swing.JPanel newQuestionsPanel

rightHalf

javax.swing.JSplitPane rightHalf

leftPane

javax.swing.JPanel leftPane

objectStorage

DataBitStorage objectStorage

surveyPreferences

Preferences surveyPreferences

programPreferences

Preferences programPreferences

thisSurveyEditorPanel

SurveyEditorPanel thisSurveyEditorPanel

undoHandler

UndoHandler undoHandler

notifyWhenPageSelectionChanged

java.util.Vector<E> notifyWhenPageSelectionChanged

checkForErrorsAction

javax.swing.AbstractAction checkForErrorsAction

fixVariableErrorsAction

javax.swing.AbstractAction fixVariableErrorsAction

changeScalesAction

javax.swing.AbstractAction changeScalesAction

previewSurveyAction

PreviewSurveyAction previewSurveyAction

previewPageAction

PreviewPageAction previewPageAction

editQuestionAction

EditQuestion editQuestionAction

editPageAction

EditPage editPageAction

Class cmu.survey.editor.gui.surveys.SurveyPropertiesTabPanel extends javax.swing.JTabbedPane implements Serializable

Serialized Fields

pageProperties

PagePropertiesPanel pageProperties

pagePropertiesIsShowing

boolean pagePropertiesIsShowing

questionProperties

QuestionPropertiesPanel questionProperties

questionPropertiesShowing

boolean questionPropertiesShowing

questionPartPropertiesPanel

QuestionPartPropertiesPanel questionPartPropertiesPanel

questionPartPropertiesPanelMain

QuestionPartPropertiesPanel questionPartPropertiesPanelMain

surveyEditorPanel

SurveyEditorPanel surveyEditorPanel

objectStorage

DataBitStorage objectStorage

dialogs

Dialogs dialogs

undoHandler

UndoHandler undoHandler

Package cmu.survey.editor.gui.wizards

Class cmu.survey.editor.gui.wizards.EmailWizardCard1List extends WizardCard implements Serializable

Serialized Fields

emailsList

javax.swing.JList emailsList

surveyListScrollPane

javax.swing.JScrollPane surveyListScrollPane

openPresentEmail

javax.swing.JRadioButton openPresentEmail

makeNewEmail

javax.swing.JRadioButton makeNewEmail

emailInfo

EmailWizardCard1List.EmailInfo emailInfo

Class cmu.survey.editor.gui.wizards.EmailWizardCard2SendVariables extends StyledDocumentCard implements Serializable

Serialized Fields

titleLabel

javax.swing.JLabel titleLabel

next

EmailWizardCard3 next

emailAddressesComboBox

javax.swing.JComboBox emailAddressesComboBox

markSentFieldCheckbox

javax.swing.JCheckBox markSentFieldCheckbox

markSentFieldComboBox

javax.swing.JComboBox markSentFieldComboBox

emailInfo

EmailWizardCard1List.EmailInfo emailInfo

Class cmu.survey.editor.gui.wizards.EmailWizardCard3 extends WizardCard implements Serializable

Serialized Fields

titleLabel

javax.swing.JLabel titleLabel

nextEmailCard

EmailWizardCard4 nextEmailCard

emailInfo

EmailWizardCard1List.EmailInfo emailInfo

fromEmailAddress

javax.swing.JTextField fromEmailAddress

smtpServer

javax.swing.JTextField smtpServer

subjectLine

javax.swing.JTextField subjectLine

emailBody

javax.swing.JTextArea emailBody

errorMessage

javax.swing.JTextArea errorMessage

bodyValid

boolean bodyValid

fromValid

boolean fromValid

insertEmailData

InsertEmailData insertEmailData

Class cmu.survey.editor.gui.wizards.EmailWizardCard4 extends WizardCard implements Serializable

Serialized Fields

titleLabel

javax.swing.JLabel titleLabel

tableHolder

javax.swing.JPanel tableHolder

usersPanel

TablePanel usersPanel

emailInfo

EmailWizardCard1List.EmailInfo emailInfo

Class cmu.survey.editor.gui.wizards.EmailWizardCard4HalfPreSending extends WizardCard implements Serializable

Serialized Fields

titleLabel

javax.swing.JLabel titleLabel

next

WizardCard next

sendConfirmationsCard

EmailWizardCard5SendConfirmations sendConfirmationsCard

sendProgressCard

EmailWizardCard5SendProgress sendProgressCard

emailInfo

EmailWizardCard1List.EmailInfo emailInfo

sendConfirmations

javax.swing.JCheckBox sendConfirmations

Class cmu.survey.editor.gui.wizards.EmailWizardCard5SendConfirmations extends ProgressCard implements Serializable

Serialized Fields

titleLabel

javax.swing.JLabel titleLabel

next

WizardCard next

nextEmailCard

EmailWizardCard6LogResults nextEmailCard

emailInfo

EmailWizardCard1List.EmailInfo emailInfo

fromEmailAddress

javax.swing.JTextField fromEmailAddress

toEmailAddress

javax.swing.JTextField toEmailAddress

subjectLine

javax.swing.JTextField subjectLine

emailBody

javax.swing.JTextArea emailBody

sendEmailButton

javax.swing.JButton sendEmailButton

skipEmailButton

javax.swing.JButton skipEmailButton

sendAllEmailsButton

javax.swing.JButton sendAllEmailsButton

skipAllEmailsButton

javax.swing.JButton skipAllEmailsButton

sendAllEmails

boolean sendAllEmails

skipAllEmails

boolean skipAllEmails

sentEmail

boolean sentEmail

confirmationHandler

cmu.survey.editor.gui.wizards.EmailWizardCard5SendConfirmations.MyEmailConfirmationHandler confirmationHandler

Class cmu.survey.editor.gui.wizards.EmailWizardCard5SendProgress extends ProgressCard implements Serializable

Serialized Fields

next

WizardCard next

logResultsCard

EmailWizardCard6LogResults logResultsCard

emailInfo

EmailWizardCard1List.EmailInfo emailInfo

Class cmu.survey.editor.gui.wizards.EmailWizardCard6LogResults extends WizardCard implements Serializable

Serialized Fields

titleLabel

javax.swing.JLabel titleLabel

next

WizardCard next

emailInfo

EmailWizardCard1List.EmailInfo emailInfo

resultsLog

javax.swing.JTextArea resultsLog

Class cmu.survey.editor.gui.wizards.EmailWizardCard7SavePrefs extends StyledDocumentCard implements Serializable

Serialized Fields

emailsList

javax.swing.JList emailsList

surveyListScrollPane

javax.swing.JScrollPane surveyListScrollPane

savePrefsOver

javax.swing.JRadioButton savePrefsOver

savePrefsAsNew

javax.swing.JRadioButton savePrefsAsNew

dontSavePrefs

javax.swing.JRadioButton dontSavePrefs

savePrefsAsName

javax.swing.JTextField savePrefsAsName

next

WizardCard next

emailInfo

EmailWizardCard1List.EmailInfo emailInfo

Class cmu.survey.editor.gui.wizards.ImportWizardCard1Open extends WizardCard implements Serializable

Serialized Fields

tableList

javax.swing.JList tableList

tableStorage

TableStorage tableStorage

fileChooser

javax.swing.JFileChooser fileChooser

Class cmu.survey.editor.gui.wizards.ImportWizardCard2List extends WizardCard implements Serializable

Serialized Fields

tableList

javax.swing.JList tableList

tableListScrollPane

javax.swing.JScrollPane tableListScrollPane

makeNewTable

javax.swing.JRadioButton makeNewTable

appendToTable

javax.swing.JRadioButton appendToTable

newTableName

javax.swing.JTextField newTableName

tableStorage

TableStorage tableStorage

Class cmu.survey.editor.gui.wizards.InsertEmailData extends javax.swing.JComponent implements Serializable

Serialized Fields

insertRegularLink

javax.swing.JButton insertRegularLink

insertUniqueLink

javax.swing.JButton insertUniqueLink

variableSelection

javax.swing.JComboBox variableSelection

emailInfo

EmailWizardCard1List.EmailInfo emailInfo

componentToInsertTo

javax.swing.text.JTextComponent componentToInsertTo

Class cmu.survey.editor.gui.wizards.OpenDatabaseWizardCard extends WizardCard implements Serializable

Serialized Fields

titleLabel

javax.swing.JLabel titleLabel

openDatabase

javax.swing.JRadioButton openDatabase

openNewDatabase

javax.swing.JRadioButton openNewDatabase

surveyList

javax.swing.JList surveyList

surveyListScrollPane

javax.swing.JScrollPane surveyListScrollPane

surveyEditorPreferences

Preferences surveyEditorPreferences

surveyVector

java.util.Vector<E> surveyVector

runWhenDone

RunnableWithObject runWhenDone

nameOfThingToOpen

java.lang.String nameOfThingToOpen

popupMenu

javax.swing.JPopupMenu popupMenu

selectMenuItem

javax.swing.JMenuItem selectMenuItem

renameMenuItem

javax.swing.JMenuItem renameMenuItem

deleteMenuItem

javax.swing.JMenuItem deleteMenuItem

dialogs

Dialogs dialogs

Class cmu.survey.editor.gui.wizards.OpenNewDatabaseWizardCard extends StyledDocumentCard implements Serializable

Serialized Fields

titleLabel

javax.swing.JLabel titleLabel

directions

javax.swing.JLabel directions

surveyName

javax.swing.JTextField surveyName

showAdvanced

javax.swing.JCheckBox showAdvanced

simpleLoginPanel

javax.swing.JComponent simpleLoginPanel

advancedLoginPanel

javax.swing.JComponent advancedLoginPanel

databaseType

javax.swing.JComboBox databaseType

serverNameField

javax.swing.JTextField serverNameField

databaseNameField

javax.swing.JTextField databaseNameField

userNameField

javax.swing.JTextField userNameField

passwordField

javax.swing.JPasswordField passwordField

savePassword

javax.swing.JCheckBox savePassword

connectionString

javax.swing.JTextArea connectionString

validName

boolean validName

validConnectionString

boolean validConnectionString

errorLabel

javax.swing.JTextArea errorLabel

surveyPrefs

Preferences surveyPrefs

runWhenDone

RunnableWithObject runWhenDone

surveyIndex

int surveyIndex

nameOfThingToOpen

java.lang.String nameOfThingToOpen

Package cmu.survey.editor.gui.wizards.export

Class cmu.survey.editor.gui.wizards.export.ExportWizardCard extends StyledDocumentCard implements Serializable

Serialized Fields

titleLabel

javax.swing.JLabel titleLabel

exportSurvey

ExportSurvey exportSurvey

next

WizardCard next

exportAnswers

javax.swing.JRadioButton exportAnswers

exportUsers

javax.swing.JRadioButton exportUsers

exportSQLDatabase

javax.swing.JRadioButton exportSQLDatabase

exportCodebook

javax.swing.JRadioButton exportCodebook

Class cmu.survey.editor.gui.wizards.export.ExportWizardCard2 extends StyledDocumentCard implements Serializable

Serialized Fields

saveVariableNames

javax.swing.JCheckBox saveVariableNames

saveVariableType

javax.swing.JCheckBox saveVariableType

showIndexNotBullets

javax.swing.JCheckBox showIndexNotBullets

abbreviateAnswerChoices

javax.swing.JCheckBox abbreviateAnswerChoices

convertScalesToRadioButtons

javax.swing.JCheckBox convertScalesToRadioButtons

minAnswerChoiceFrequency

javax.swing.JTextField minAnswerChoiceFrequency

minAnswerChoiceFrequencyPrompt

javax.swing.JLabel minAnswerChoiceFrequencyPrompt

hideRadioHeaders

javax.swing.JCheckBox hideRadioHeaders

hideNumberScales

javax.swing.JCheckBox hideNumberScales

compressNumberScales

javax.swing.JCheckBox compressNumberScales

titleLabel

javax.swing.JLabel titleLabel

next

WizardCard next

exportSurvey

ExportSurvey exportSurvey

Class cmu.survey.editor.gui.wizards.export.ExportWizardCard3 extends WizardCard implements Serializable

Serialized Fields

selectedAnswerChoicesToAbbreviate

java.util.Vector<E> selectedAnswerChoicesToAbbreviate

theJLabels

java.util.Vector<E> theJLabels

theTextFields

java.util.Vector<E> theTextFields

theScrollPane

javax.swing.JScrollPane theScrollPane

minAnswerChoiceFrequency

int minAnswerChoiceFrequency

choiceDataBitWrapperHolder

java.util.Vector<E> choiceDataBitWrapperHolder

tmpTextField

javax.swing.JTextField tmpTextField

tmpChoiceWrapper

ChoiceDataBitSetWeightedWrapper tmpChoiceWrapper

next

WizardCard next

titleLabel

javax.swing.JLabel titleLabel

exportSurvey

ExportSurvey exportSurvey

Class cmu.survey.editor.gui.wizards.export.ExportWizardCardChooseLocation extends StyledDocumentCard implements Serializable

Serialized Fields

titleLabel

javax.swing.JLabel titleLabel

fileChooser

javax.swing.JFileChooser fileChooser

next

WizardCard next

Class cmu.survey.editor.gui.wizards.export.ExportWizardCardExecute extends ProgressCard implements Serializable

Serialized Fields

exportSurvey

ExportSurvey exportSurvey

Package cmu.survey.editor.gui.wizards.page

Class cmu.survey.editor.gui.wizards.page.PageCard extends WizardCard implements Serializable

Serialized Fields

objectStorage

DataBitStorage objectStorage

page

Page page

survey

Survey survey

isNewPage

boolean isNewPage

userAlreadyPickedQuestionType

boolean userAlreadyPickedQuestionType

next

PageCard next

nextIsUnknown

boolean nextIsUnknown

nextChanged

boolean nextChanged

initSinceChange

boolean initSinceChange

undoHandler

UndoHandler undoHandler

dialogs

Dialogs dialogs

Class cmu.survey.editor.gui.wizards.page.PagePropertiesCard extends PageCard implements Serializable

Serialized Fields

pagePropertiesPanel

PagePropertiesPanel pagePropertiesPanel

loginHelpURL

java.net.URL loginHelpURL

Package cmu.survey.editor.gui.wizards.question

Class cmu.survey.editor.gui.wizards.question.GroupPropertiesCard extends QuestionCard implements Serializable

Serialized Fields

groupProperties

RandomizeInsidePropertiesPanel groupProperties

Class cmu.survey.editor.gui.wizards.question.HelpTextPropertiesPanel extends PropertiesPanel implements Serializable

Serialized Fields

haveHelpText

javax.swing.JCheckBox haveHelpText

helpTextArea

HTMLDBTextArea helpTextArea

lastHelpText

java.lang.String lastHelpText

helpTextAreaBox

javax.swing.Box helpTextAreaBox

question

QuestionDataBitSet question

Class cmu.survey.editor.gui.wizards.question.QuestionCard extends PageCard implements Serializable

Serialized Fields

question

QuestionDataBitSet question

isNewQuestion

boolean isNewQuestion

userAlreadyPickedQuestionType

boolean userAlreadyPickedQuestionType

next

QuestionCard next

Class cmu.survey.editor.gui.wizards.question.QuestionTextCard extends QuestionCard implements Serializable

serialVersionUID: 3257002146808607029L

Serialized Fields

firstTextArea

javax.swing.text.JTextComponent firstTextArea

innerBox

javax.swing.JComponent innerBox

innerBox2

javax.swing.JComponent innerBox2

innerBox3

javax.swing.JComponent innerBox3

questionScrollPane

javax.swing.JScrollPane questionScrollPane

questionPanel

QuestionPanel questionPanel

helpTextComponent

HelpTextPropertiesPanel helpTextComponent

Class cmu.survey.editor.gui.wizards.question.QuestionTypeCard extends QuestionCard implements Serializable

Serialized Fields

group

javax.swing.ButtonGroup group

title

javax.swing.JRadioButton title

plainText

javax.swing.JRadioButton plainText

notesArea

javax.swing.JRadioButton notesArea

shortAnswer

javax.swing.JRadioButton shortAnswer

longAnswer

javax.swing.JRadioButton longAnswer

radioButtons

javax.swing.JRadioButton radioButtons

checkbox

javax.swing.JRadioButton checkbox

dropDown

javax.swing.JRadioButton dropDown

scaleHeader

javax.swing.JRadioButton scaleHeader

scale

javax.swing.JRadioButton scale

abstractQuestion

javax.swing.JRadioButton abstractQuestion

questionTextCard

QuestionTextCard questionTextCard

questionVariableCard

QuestionVariableCard questionVariableCard

radioButtonCard

RadioButtonCard radioButtonCard

Class cmu.survey.editor.gui.wizards.question.QuestionVariableCard extends QuestionCard implements Serializable

Serialized Fields

variablePropertiesPanel

VariablePropertiesPanel variablePropertiesPanel

Class cmu.survey.editor.gui.wizards.question.RadioButtonCard extends QuestionCard implements Serializable

Serialized Fields

hasOtherShortAnswerCheckbox

javax.swing.JCheckBox hasOtherShortAnswerCheckbox

oldOtherPartIndex

int oldOtherPartIndex

otherTextFieldPart

AuxillaryQuestionPart otherTextFieldPart

variablePropertiesPanel

VariablePropertiesPanel variablePropertiesPanel

randomizationOptions

RandomizeInsidePropertiesPanel randomizationOptions

innerBox

javax.swing.Box innerBox

Package cmu.survey.editor.manipulators

Class cmu.survey.editor.manipulators.ImportExportTable.ImportError extends java.lang.Exception implements Serializable


Package cmu.survey.gui.databits

Class cmu.survey.gui.databits.DataBitDropDown extends javax.swing.JComboBox implements Serializable

Serialized Fields

data

DataBit<T> data

loader

DataBitStorage loader

items

cmu.survey.gui.databits.DropDownItem[] items

focusOtherListener

FocusOtherListener focusOtherListener

fireChanges

boolean fireChanges

Class cmu.survey.gui.databits.DataBitTextArea extends DataBitTextComponent implements Serializable

Serialized Fields

textArea

javax.swing.JTextArea textArea

Class cmu.survey.gui.databits.DataBitTextComponent extends javax.swing.JComponent implements Serializable

Serialized Fields

data

DataBit<T> data

textComponent

javax.swing.text.JTextComponent textComponent

focusOtherListener

FocusOtherListener focusOtherListener

Class cmu.survey.gui.databits.DataBitTextField extends DataBitTextComponent implements Serializable

Serialized Fields

jTextField

javax.swing.JTextField jTextField

Class cmu.survey.gui.databits.HTMLDBTextArea extends DataBitTextComponent implements Serializable

Serialized Fields

stringData

StringDataBit stringData

textPane

javax.swing.JTextPane textPane

ekitCore

EkitCore ekitCore

htmlEditorKit

javax.swing.text.html.HTMLEditorKit htmlEditorKit

htmlDocument

javax.swing.text.html.HTMLDocument htmlDocument

isCurrentlyChanging

boolean isCurrentlyChanging
I have to put in a hack to get around Java's way of changing the text. When I call setText() it changes the text twice -- once to remove the text, and once to put the new one in. Yuck! I have to ignore the first type of change, because if I don't, it creates recursive calls. This hack assumes that nothing is "validating" the StringDataBit and changing it immediately during the setText() call -- if it is, this hack will fail.


defaultStartTag

java.lang.String defaultStartTag

defaultEndTag

java.lang.String defaultEndTag

undoHandler

UndoHandler undoHandler

BadPStart

java.lang.String BadPStart

BadPEnd

java.lang.String BadPEnd

Class cmu.survey.gui.databits.NumberDBCheckbox extends javax.swing.JComponent implements Serializable

Serialized Fields

valueChecked

int valueChecked

valueUnchecked

int valueUnchecked

nullMapsToChecked

boolean nullMapsToChecked

dataBit

IntegerDataBit dataBit

checkbox

javax.swing.JCheckBox checkbox

undoHandler

UndoHandler undoHandler

myPropertiesListener

cmu.survey.gui.databits.NumberDBCheckbox.MyPropertiesListener myPropertiesListener

Class cmu.survey.gui.databits.NumberDBTextArea extends DataBitTextArea implements Serializable

Serialized Fields

numberData

IntegerDataBit numberData

isCurrentlyChanging

boolean isCurrentlyChanging
I have to put in a hack to get around Java's way of changing the text. When I call setText() it changes the text twice -- once to remove the text, and once to put the new one in. Yuck! I have to ignore the first type of change, because if I don't, it creates recursive calls.

Class cmu.survey.gui.databits.NumberDBTextField extends DataBitTextField implements Serializable

Serialized Fields

numberData

IntegerDataBit numberData

isCurrentlyChanging

boolean isCurrentlyChanging
I have to put in a hack to get around Java's way of changing the text. When I call setText() it changes the text twice -- once to remove the text, and once to put the new one in. Yuck! I have to ignore the first type of change, because if I don't, it creates recursive calls.

Class cmu.survey.gui.databits.StringDBDropDown extends DataBitDropDown implements Serializable

Serialized Fields

stringData

StringDataBit stringData

inUpdate

boolean inUpdate

Class cmu.survey.gui.databits.StringDBTextArea extends DataBitTextArea implements Serializable

Serialized Fields

stringData

StringDataBit stringData

isCurrentlyChanging

boolean isCurrentlyChanging
I have to put in a hack to get around Java's way of changing the text. When I call setText() it changes the text twice -- once to remove the text, and once to put the new one in. Yuck! I have to ignore the first type of change, because if I don't, it creates recursive calls.


textArea

javax.swing.JTextArea textArea

Class cmu.survey.gui.databits.StringDBTextField extends DataBitTextField implements Serializable

Serialized Fields

stringData

StringDataBit stringData

isCurrentlyChanging

boolean isCurrentlyChanging

Class cmu.survey.gui.databits.TableCheckboxDropDown extends javax.swing.JComponent implements Serializable

Serialized Fields

isCheckbox

javax.swing.JCheckBox isCheckbox

tableDropDown

TableDropDown tableDropDown

newTableButton

javax.swing.JButton newTableButton

lastTable

java.lang.String lastTable

checkboxActionListener

TableCheckboxDropDown.CheckboxActionListener checkboxActionListener

tableNameBit

StringDataBit tableNameBit

changeListener

javax.swing.event.ChangeListener changeListener

Class cmu.survey.gui.databits.TableDropDown extends StringDBDropDown implements Serializable

Serialized Fields

objectStorage

DataBitStorage objectStorage

setCaseSensitive

boolean setCaseSensitive

caseSensitive

boolean caseSensitive

Class cmu.survey.gui.databits.VariableNameDropDown extends StringDBDropDown implements Serializable

Serialized Fields

variable

VariableDataBitSet variable

answersTable

StringDataBit answersTable

answersTableModel

DataTableModel answersTableModel

objectStorage

DataBitStorage objectStorage

variableNameChecker

VariableNameChecker variableNameChecker

tableNamePropertyListener

VariableNameDropDown.TableNamePropertyListener tableNamePropertyListener

Class cmu.survey.gui.databits.VariableTypeDropDown extends StringDBDropDown implements Serializable


Package cmu.survey.gui.table

Class cmu.survey.gui.table.DatabaseEditor extends javax.swing.JSplitPane implements Serializable

Serialized Fields

tableStorage

TableStorage tableStorage

tableListPanel

TableListPanel tableListPanel

tableEditors

javax.swing.JTabbedPane tableEditors

dialogs

Dialogs dialogs

closeTab

javax.swing.JMenuItem closeTab

moveTabLeft

javax.swing.JMenuItem moveTabLeft

moveTabRight

javax.swing.JMenuItem moveTabRight

closeAllTabs

javax.swing.JMenuItem closeAllTabs

thisDatabaseEditor

DatabaseEditor thisDatabaseEditor

currentFocusedTablePanel

TablePanel currentFocusedTablePanel

refreshAction

cmu.survey.gui.table.DatabaseEditor.RefreshAction refreshAction

manager

TablePanelManager manager
Don't use this directly, use getManager().

Class cmu.survey.gui.table.ExportAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

dialogs

Dialogs dialogs

fileChooser

javax.swing.JFileChooser fileChooser

databaseEditor

DatabaseEditor databaseEditor

tablePanelManager

TablePanelManager tablePanelManager

importExportTable

ImportExportTable importExportTable

exportCSV

MutableFilter exportCSV

exportTSV

MutableFilter exportTSV

exportXLS

MutableFilter exportXLS

Class cmu.survey.gui.table.FilterList extends javax.swing.JComponent implements Serializable

Serialized Fields

tablePanel

TablePanel tablePanel

filterPanelBox

javax.swing.Box filterPanelBox

buttonBox

javax.swing.Box buttonBox

more

javax.swing.JButton more

Class cmu.survey.gui.table.FilterPanel extends javax.swing.JComponent implements Serializable

Serialized Fields

tablePanel

TablePanel tablePanel

columnsComboBox

javax.swing.JComboBox columnsComboBox

comparatorComboBox

javax.swing.JComboBox comparatorComboBox

equalsWhat

javax.swing.JTextField equalsWhat

filterNow

javax.swing.JButton filterNow

clearFilter

javax.swing.JButton clearFilter

filter

Filter<T> filter

thisFilterPanel

FilterPanel<T> thisFilterPanel

Class cmu.survey.gui.table.FilterTypeDropDown extends StringDBDropDown implements Serializable

Serialized Fields

filterType

StringDataBit filterType

Class cmu.survey.gui.table.ImportTableModelAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

dialogs

Dialogs dialogs

fileChooser

javax.swing.JFileChooser fileChooser

Class cmu.survey.gui.table.ImportToDatabaseAction extends ImportTableModelAction implements Serializable

Serialized Fields

databaseEditor

DatabaseEditor databaseEditor

tablePanelManager

TablePanelManager tablePanelManager

importTable

ImportTableToTableStorage importTable

importExportTable

ImportExportTable importExportTable

Class cmu.survey.gui.table.TableListPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

toolbar

CustomizableToolbar toolbar

tableList

javax.swing.JList tableList

tableListScrollPane

javax.swing.JScrollPane tableListScrollPane

importButton

javax.swing.JButton importButton

exportButton

javax.swing.JButton exportButton

deleteButton

javax.swing.JButton deleteButton

tableStorage

TableStorage tableStorage

databaseEditor

DatabaseEditor databaseEditor

listOfHiddenTables

java.util.Vector<E> listOfHiddenTables

Class cmu.survey.gui.table.TablePanel extends javax.swing.JPanel implements Serializable

Serialized Fields

dialogs

Dialogs dialogs

tableModel

DataTableModel tableModel

jTable

javax.swing.JTable jTable

cellEditor

cmu.survey.gui.table.LargerCellEditor cellEditor

tableScrollPane

MarkedScrollPane tableScrollPane

manager

TablePanelManager manager

toolbar

CustomizableToolbar toolbar

filterList

FilterList filterList

newRowButton

javax.swing.JButton newRowButton

deleteRowButton

javax.swing.JButton deleteRowButton

newColumnButton

javax.swing.JButton newColumnButton

deleteColumnButton

javax.swing.JButton deleteColumnButton

renameColumnButton

javax.swing.JButton renameColumnButton

findCellsButton

javax.swing.JButton findCellsButton

findColumnButton

javax.swing.JButton findColumnButton

refreshButton

javax.swing.JButton refreshButton

DateTimeFormat

java.lang.String DateTimeFormat

autoFitColumnWidths

boolean autoFitColumnWidths

lastMyTableModelListener

cmu.survey.gui.table.TablePanel.MyTableModelListener lastMyTableModelListener

lastColumnModelListener

cmu.survey.gui.table.TablePanel.ColumnModelListener lastColumnModelListener

myDataTableModelGuiListener

cmu.survey.gui.table.TablePanel.MyDataTableModelGuiListener myDataTableModelGuiListener

lastUndoableEditListener

cmu.survey.gui.table.TablePanel.MyUndoableEditListener lastUndoableEditListener

columnsMovedThisSession

java.util.Vector<E> columnsMovedThisSession

Class cmu.survey.gui.table.TablePanel.RowHeaderRenderer extends javax.swing.JLabel implements Serializable

Serialized Fields

table

javax.swing.JTable table

selectedBorder

javax.swing.border.Border selectedBorder

normalBorder

javax.swing.border.Border normalBorder

selectedFont

java.awt.Font selectedFont

normalFont

java.awt.Font normalFont

Class cmu.survey.gui.table.TablePanel.TableRowHeader extends javax.swing.JList implements Serializable

Serialized Fields

table

javax.swing.JTable table

Class cmu.survey.gui.table.TablePanel.TableRowHeaderModel extends javax.swing.AbstractListModel implements Serializable

Serialized Fields

table

javax.swing.JTable table

Class cmu.survey.gui.table.TableSQLEditor extends javax.swing.JComponent implements Serializable

Serialized Fields

tableModelSQL

DataTableModelSQL tableModelSQL

queryTables

javax.swing.JTextField queryTables

queryWhere

javax.swing.JTextField queryWhere

doQueryButton

javax.swing.JButton doQueryButton

Class cmu.survey.gui.table.TripleTableModel extends javax.swing.table.DefaultTableModel implements Serializable

Serialized Fields

columnNames

java.util.Vector<E> columnNames

data

java.util.Vector<E> data

columnTypes

java.util.Vector<E> columnTypes

Package cmu.survey.gui.table.stacktablewizard

Class cmu.survey.gui.table.stacktablewizard.StackTableGUI extends javax.swing.JComponent implements Serializable

Serialized Fields

tableModel

DataTableModel tableModel

stackTable

StackTable stackTable

listOfTableColumns

javax.swing.JList listOfTableColumns

stackGroups

java.util.Vector<E> stackGroups

groupBox

javax.swing.Box groupBox

arrayListTransferHandler

StackTableGUI.ArrayListTransferHandler arrayListTransferHandler

buttonBox

javax.swing.Box buttonBox

newGroup

javax.swing.JButton newGroup

newGroupWithPattern

javax.swing.JButton newGroupWithPattern

dialogs

Dialogs dialogs

addColumnsAction

cmu.survey.gui.table.stacktablewizard.StackTableGUI.AddColumnsAction addColumnsAction

Class cmu.survey.gui.table.stacktablewizard.StackTableGUI.ArrayListTransferHandler extends javax.swing.TransferHandler implements Serializable

Serialized Fields

localArrayListFlavor

java.awt.datatransfer.DataFlavor localArrayListFlavor

serialArrayListFlavor

java.awt.datatransfer.DataFlavor serialArrayListFlavor

localArrayListType

java.lang.String localArrayListType

source

javax.swing.JList source

indices

int[] indices

addIndex

int addIndex

addCount

int addCount

Package cmu.survey.jsp.tags

Class cmu.survey.jsp.tags.AbstractQuestion extends QuestionWithVariable implements Serializable

Serialized Fields

dbFieldTextField

java.lang.String dbFieldTextField

dbFieldTextFieldType

java.lang.String dbFieldTextFieldType

checkboxRenderer

CheckboxHTMLRenderer checkboxRenderer

textRenderer

TextFieldHTMLRenderer textRenderer

textAreaRenderer

TextAreaHTMLRenderer textAreaRenderer

radioButtonRenderer

RadioButtonHTMLRenderer radioButtonRenderer

dropDownRenderer

DropDownHTMLRenderer dropDownRenderer

questionObjects

java.util.Vector<E> questionObjects

Class cmu.survey.jsp.tags.CheckboxList extends QuestionWithChoices implements Serializable

Serialized Fields

listAnswersTable

java.lang.String listAnswersTable

listWhere

java.lang.String listWhere

renderer

CheckboxHTMLRenderer renderer

listRenderer

CheckboxListHTMLRenderer listRenderer

checkedByDefault

boolean checkedByDefault

defaultCheckedIDs

int[] defaultCheckedIDs

hiddenFieldRenderer

HiddenFieldHTMLRenderer hiddenFieldRenderer

Class cmu.survey.jsp.tags.CheckboxQuestion extends QuestionWithVariable implements Serializable

Serialized Fields

dbFieldTextField

java.lang.String dbFieldTextField

dbFieldTextFieldType

java.lang.String dbFieldTextFieldType

renderer

CheckboxHTMLRenderer renderer

Class cmu.survey.jsp.tags.DatabaseConnection extends javax.servlet.jsp.tagext.TagSupport implements Serializable

Serialized Fields

theConnect

java.sql.Connection theConnect

databaseConnectionString

java.lang.String databaseConnectionString

databaseType

int databaseType

out

javax.servlet.jsp.JspWriter out

session

javax.servlet.http.HttpSession session

theRequest

javax.servlet.http.HttpServletRequest theRequest
protected so that subclasses can use it if needed. In DatabaseConnection, theRequest is used solely for checking what host name there is so we can automatically set an email address to send bug messages from -- so we know what server bug messages are from.


lastExceptionThrown

java.lang.Throwable lastExceptionThrown

sendErrorMessages

boolean sendErrorMessages

uniqueObjectID

int uniqueObjectID

Class cmu.survey.jsp.tags.DatabaseList extends TagSupportAndMore implements Serializable

Serialized Fields

select

java.sql.Statement select

resultSet

java.sql.ResultSet resultSet

auxResultSet

java.sql.ResultSet auxResultSet

out

javax.servlet.jsp.JspWriter out
Used to write text directly to the response stream


databaseConnection

java.sql.Connection databaseConnection

theConnection

DatabaseConnection theConnection

returnMessage

java.lang.String returnMessage

currentAuxRecord

java.lang.String currentAuxRecord

auxillaryQueryHasBeenCalled

boolean auxillaryQueryHasBeenCalled

fieldsToShowArray

java.lang.String[] fieldsToShowArray

saveAsSession

boolean saveAsSession

startWith

java.lang.String startWith
These are the parameters that can get passed into the tag. startWith and endWith are good for making bullets (try startWith="
  • " endWith="
  • " with a wrapped around the tag)


    endWith

    java.lang.String endWith

    linkTo

    java.lang.String linkTo
    linkTo will wrap a link around each text part fieldToPassInLink will look up a field in SQL, and add it to the end of the link, so you'll get "file.html?fieldToPassInLink=ContentsOfField"


    fieldToPassInLink

    java.lang.String fieldToPassInLink

    fieldsToPass

    java.lang.String[] fieldsToPass
    If you pass a comma-separated list to fieldToPassInLink This will be filled for internal purposes.


    databaseQuery

    java.lang.String databaseQuery
    These are parameters for the query. If this tag is used directly, we use the first two. If you extend the class, make sure to fill in "queryObjectName"! It's used for error messages like "There are no sports."


    auxDatabaseQuery

    java.lang.String auxDatabaseQuery

    field

    java.lang.String field

    queryObjectName

    java.lang.String queryObjectName

    recordFields

    java.util.Hashtable<K,V> recordFields

    optionTag

    java.lang.String optionTag

    emailDomain

    java.lang.String emailDomain

    thisTimeZone

    java.util.TimeZone thisTimeZone

    sendErrorMessagesOnQueries

    boolean sendErrorMessagesOnQueries

    lastExceptionThrown

    java.lang.Throwable lastExceptionThrown

    _______________________________________________________

    java.lang.String _______________________________________________________
    Query Methods Note: A visual separator put in only for Eclipse -- so we could have a separator on the left "Outline" pane.


    _____________________________________________________

    java.lang.String _____________________________________________________
    Tag Get and Set Methods Note: A visual separator put in only for Eclipse -- so we could have a separator on the left "Outline" pane.


    ______________________________________________________

    java.lang.String ______________________________________________________
    Tag Methods Note: A visual separator put in only for Eclipse -- so we could have a separator on the left "Outline" pane.

    Class cmu.survey.jsp.tags.DatabaseUpdate extends DatabaseList implements Serializable

    Serialized Fields

    dbTable

    java.lang.String dbTable
    The name of the table we are changing


    whereClause

    java.lang.String whereClause
    The string that will uniquely identify the record


    currentMode

    int currentMode

    theRequest

    javax.servlet.http.HttpServletRequest theRequest
    The request object from the page

    Class cmu.survey.jsp.tags.DateTimeQuestion extends QuestionWithVariable implements Serializable

    Serialized Fields

    showNoTimeButton

    boolean showNoTimeButton

    Class cmu.survey.jsp.tags.DropDownQuestion extends QuestionWithChoices implements Serializable

    Class cmu.survey.jsp.tags.HiddenQuestion extends QuestionWithVariable implements Serializable

    Serialized Fields

    value

    java.lang.String value

    userSetValue

    boolean userSetValue

    renderer

    HiddenFieldHTMLRenderer renderer

    Class cmu.survey.jsp.tags.HorizontalRadioHeaders extends QuestionWithChoices implements Serializable

    Serialized Fields

    useDifferentBackgroundColor

    boolean useDifferentBackgroundColor

    Class cmu.survey.jsp.tags.PasswordQuestion extends TextQuestion implements Serializable

    Class cmu.survey.jsp.tags.PlainText extends Question implements Serializable

    Class cmu.survey.jsp.tags.Question extends QuestionTagStub implements Serializable

    Serialized Fields

    otherQuestionInfoToSave

    java.lang.Object otherQuestionInfoToSave

    question

    java.lang.String question

    endQuestion

    java.lang.String endQuestion

    helpText

    java.lang.String helpText

    autoSubmitWhenFinishedWithThisQuestion

    boolean autoSubmitWhenFinishedWithThisQuestion

    predictedNumberOfColumns

    int predictedNumberOfColumns

    actualNumberOfColumns

    int actualNumberOfColumns

    bufferedOutput

    java.lang.String bufferedOutput

    backgroundColorUserSet

    java.lang.String backgroundColorUserSet

    alignTextInCell

    java.lang.String alignTextInCell

    currentBackgroundColor

    java.lang.String currentBackgroundColor

    databaseQuery

    DatabaseQuery databaseQuery

    id

    java.lang.Integer id

    Class cmu.survey.jsp.tags.QuestionContainerTagStub extends QuestionTagStub implements Serializable

    Serialized Fields

    questions

    java.util.Vector<E> questions

    Class cmu.survey.jsp.tags.QuestionInfo extends java.lang.Object implements Serializable

    Serialized Fields

    questionText

    java.lang.String questionText

    numberOfColumns

    int numberOfColumns

    variables

    java.util.Vector<E> variables

    unclosedTable

    boolean unclosedTable

    otherInfo

    java.lang.Object otherInfo

    Class cmu.survey.jsp.tags.QuestionsFromDatabase extends QuestionContainerTagStub implements Serializable

    Serialized Fields

    questionNumbers

    java.util.Vector<E> questionNumbers

    page

    int page

    pageName

    java.lang.String pageName

    randomizeQuestionOrder

    boolean randomizeQuestionOrder

    cacheRandomQuestionOrder

    boolean cacheRandomQuestionOrder

    numQuestionsDone

    int numQuestionsDone

    aQuestionHadAVariable

    boolean aQuestionHadAVariable

    aQuestionHadAKeyVariable

    boolean aQuestionHadAKeyVariable

    questionListProperties

    cmu.survey.jsp.tags.QuestionsFromDatabaseLoaders.QuestionListProperties questionListProperties

    Class cmu.survey.jsp.tags.QuestionTagStub extends TagSupportAndMore implements Serializable

    Serialized Fields

    survey

    Survey survey

    id

    java.lang.Integer id

    firstThrownError

    java.lang.String firstThrownError

    firstThrownException

    java.lang.Throwable firstThrownException

    supplementalErrorInfo

    HasErrorInfo supplementalErrorInfo

    Class cmu.survey.jsp.tags.QuestionWithChoices extends QuestionWithVariable implements Serializable

    Serialized Fields

    choices

    java.lang.String[] choices

    choicesTable

    java.lang.String choicesTable

    choicesField

    java.lang.String choicesField

    choicesIDField

    java.lang.String choicesIDField

    choicesSQLWhere

    java.lang.String choicesSQLWhere

    randomizeAnswerOrder

    boolean randomizeAnswerOrder

    cacheRandomizeAnswerOrder

    boolean cacheRandomizeAnswerOrder

    startIndexesAtZero

    boolean startIndexesAtZero

    saveTheTitle

    boolean saveTheTitle

    isChoicesTableStandardFormat

    boolean isChoicesTableStandardFormat
    See setChoicesTableUsingStandardFormat


    choicesQuestionID

    java.lang.Integer choicesQuestionID
    See setChoicesTableUsingStandardFormat

    Class cmu.survey.jsp.tags.QuestionWithVariable extends Question implements Serializable

    Serialized Fields

    dbField

    java.lang.String dbField

    type

    java.lang.String type

    defaultValue

    java.lang.String defaultValue

    answer

    Answer answer

    otherAnswers

    java.util.Vector<E> otherAnswers

    Class cmu.survey.jsp.tags.RadioButtonQuestion extends QuestionWithChoices implements Serializable

    Serialized Fields

    horizontal

    boolean horizontal

    horizontalWithNoColumns

    boolean horizontalWithNoColumns

    showTitles

    boolean showTitles

    showTheRadioButtonGraphic

    boolean showTheRadioButtonGraphic

    otherTextFieldAnswer

    Answer otherTextFieldAnswer

    Class cmu.survey.jsp.tags.RandomizeQuestionOrder extends QuestionContainerTagStub implements Serializable

    Class cmu.survey.jsp.tags.SubmitButton extends Question implements Serializable

    Serialized Fields

    renderer

    ButtonHTMLRenderer renderer

    buttons

    java.util.Vector<E> buttons

    Class cmu.survey.jsp.tags.Survey extends DatabaseConnection implements Serializable

    Serialized Fields

    table

    java.lang.String table

    retrieveValuesFromDB

    boolean retrieveValuesFromDB

    userHasSetRetrieveValuesFromDB

    boolean userHasSetRetrieveValuesFromDB

    neverMakeNewRecord

    boolean neverMakeNewRecord

    where

    java.lang.String where

    whereFilters

    java.util.Vector<E> whereFilters

    whereWasSetByUser

    boolean whereWasSetByUser

    ignoreWrongTechniqueError

    boolean ignoreWrongTechniqueError

    isLoginPage

    boolean isLoginPage

    createUsersAtLogin

    boolean createUsersAtLogin

    tableToVerifyLoginTo

    java.lang.String tableToVerifyLoginTo

    pageToLoginTo

    java.lang.String pageToLoginTo

    pageToRedirectToWhenLoginError

    java.lang.String pageToRedirectToWhenLoginError

    userIDField

    java.lang.String userIDField

    userIDValue

    java.lang.String userIDValue

    repeatedMeasureDbField

    java.lang.String repeatedMeasureDbField

    repeatedMeasureValueNumber

    java.lang.Number repeatedMeasureValueNumber

    repeatedMeasureValueString

    java.lang.String repeatedMeasureValueString

    showUserErrorMessage

    boolean showUserErrorMessage

    headerBackgroundColor

    java.lang.String headerBackgroundColor

    backgroundColor1

    java.lang.String backgroundColor1

    backgroundColor2

    java.lang.String backgroundColor2

    clearBackgroundColor

    java.lang.String clearBackgroundColor

    lastBackgroundColorAlternation

    int lastBackgroundColorAlternation

    submitButtonText

    java.lang.String submitButtonText

    showAMessageAboutSubmission

    boolean showAMessageAboutSubmission

    timeResponses

    boolean timeResponses

    timeResponsesVariableName

    java.lang.String timeResponsesVariableName

    countTimesVisitingPageField

    java.lang.String countTimesVisitingPageField
    See Also:
    Survey.setCountTimesVisitingPageField(java.lang.String)

    emailResultsTo

    java.lang.String emailResultsTo

    emailResultsSubjectLine

    java.lang.String emailResultsSubjectLine

    nextPage

    java.lang.String nextPage

    nextPageIfDeleteOrAdd

    java.lang.String nextPageIfDeleteOrAdd

    rememberPageUserIsOn

    boolean rememberPageUserIsOn

    skippedBody

    boolean skippedBody

    showSubmitButton

    boolean showSubmitButton
    UI Design/Cosmetic Options


    showDeleteButton

    boolean showDeleteButton

    userHasSetShowDeleteButton

    boolean userHasSetShowDeleteButton

    submitImage

    java.lang.String submitImage

    submitImageRollover

    java.lang.String submitImageRollover

    submitImageDown

    java.lang.String submitImageDown

    deleteImage

    java.lang.String deleteImage

    deleteImageRollover

    java.lang.String deleteImageRollover

    deleteImageDown

    java.lang.String deleteImageDown

    questionsAndInfo

    java.util.Vector<E> questionsAndInfo

    percentQuestion

    int percentQuestion

    fontSize

    int fontSize

    pageWidth

    int pageWidth

    showSubmitButtonOnlyIfNoJavaScript

    boolean showSubmitButtonOnlyIfNoJavaScript

    databaseQuery

    DatabaseQuery databaseQuery

    dataStorage

    DataStorage dataStorage

    printErrorMessagesInline

    boolean printErrorMessagesInline

    ____________________________________

    java.lang.String ____________________________________
    Gets and Sets Note: A visual separator put in only for Eclipse -- so we could have a separator on the left "Outline" pane.


    __________________________________

    java.lang.String __________________________________
    Login Gets and Sets methods Note: A visual separator put in only for Eclipse -- so we could have a separator on the left "Outline" pane.


    _____________________________________

    java.lang.String _____________________________________
    Useful methods Note: A visual separator put in only for Eclipse -- so we could have a separator on the left "Outline" pane.


    ______________________________________

    java.lang.String ______________________________________
    Methods that help with core functionality Note: A visual separator put in only for Eclipse -- so we could have a separator in the "Outline" pane.


    tableStorage

    TableStorage tableStorage

    dataBitStorage

    DataBitStorage dataBitStorage

    dataTable

    DataTableModel dataTable

    didNotCheckLoginBecauseQuestionInfoNotAvailable

    boolean didNotCheckLoginBecauseQuestionInfoNotAvailable

    ______________________________

    java.lang.String ______________________________
    Tag methods Note: A visual separator put in only for Eclipse -- so we could have a separator in the "Outline" pane.

    Class cmu.survey.jsp.tags.SurveyAuto extends SurveyPage implements Serializable

    Serialized Fields

    dataSurvey

    Survey dataSurvey

    Class cmu.survey.jsp.tags.SurveyBlank extends Survey implements Serializable

    Class cmu.survey.jsp.tags.SurveyPage extends SurveyBlank implements Serializable

    Serialized Fields

    pageNumber

    java.lang.Integer pageNumber

    pageName

    java.lang.String pageName

    pageData

    Page pageData

    repeatedMeasureValues

    java.lang.Object[] repeatedMeasureValues

    repeatedMeasureTable

    java.lang.String repeatedMeasureTable

    hasMoreRepeatedMeasuresCached

    java.lang.Boolean hasMoreRepeatedMeasuresCached

    Class cmu.survey.jsp.tags.TableField extends DatabaseList implements Serializable

    Serialized Fields

    madeOwnDatabaseConnection

    DatabaseConnection madeOwnDatabaseConnection

    table

    java.lang.String table

    sqlwhere

    java.lang.String sqlwhere

    sqlOrderBy

    java.lang.String sqlOrderBy

    Class cmu.survey.jsp.tags.TagSupportAndMore extends javax.servlet.jsp.tagext.TagSupport implements Serializable

    Class cmu.survey.jsp.tags.TextAreaQuestion extends QuestionWithVariable implements Serializable

    Serialized Fields

    DEFAULT_COLUMNS

    int DEFAULT_COLUMNS

    DEFAULT_ROWS

    int DEFAULT_ROWS

    columns

    int columns

    rows

    int rows

    Class cmu.survey.jsp.tags.TextQuestion extends QuestionWithVariable implements Serializable

    Serialized Fields

    inputType

    java.lang.String inputType

    Class cmu.survey.jsp.tags.TimeZoneQuestion extends RadioButtonQuestion implements Serializable

    Class cmu.survey.jsp.tags.Title extends PlainText implements Serializable

    Serialized Fields

    useDifferentBackgroundColor

    boolean useDifferentBackgroundColor

    bold

    boolean bold

    Package cmu.tawc.data

    Class cmu.tawc.data.DictionaryFileStorage.FileFormatException extends java.lang.Exception implements Serializable


    Package cmu.tawc.data.wizard

    Class cmu.tawc.data.wizard.DoCount extends ProgressCard implements Serializable

    Serialized Fields

    tawcSettings

    TawcSettings tawcSettings

    saveResults

    SaveResults saveResults

    Class cmu.tawc.data.wizard.LoadDictionary extends WizardCard implements Serializable

    Serialized Fields

    tawcSettings

    TawcSettings tawcSettings

    fileChooser

    javax.swing.JFileChooser fileChooser

    instructions

    javax.swing.JTextPane instructions

    instructions2

    javax.swing.JTextPane instructions2

    pickData

    PickDataFromTable pickData

    Class cmu.tawc.data.wizard.LoadTable extends WizardCard implements Serializable

    Serialized Fields

    tawcSettings

    TawcSettings tawcSettings

    fileChooser

    javax.swing.JFileChooser fileChooser

    instructions

    javax.swing.JTextPane instructions

    instructions2

    javax.swing.JTextPane instructions2

    loadDictionary

    LoadDictionary loadDictionary

    Class cmu.tawc.data.wizard.Options extends WizardCard implements Serializable

    Serialized Fields

    tawcSettings

    TawcSettings tawcSettings

    instructions

    javax.swing.JTextPane instructions

    instructions2

    javax.swing.JTextPane instructions2

    buttonGroup

    javax.swing.ButtonGroup buttonGroup

    saveCounts

    javax.swing.JCheckBox saveCounts

    savePercents

    javax.swing.JCheckBox savePercents

    parseAll

    javax.swing.JRadioButton parseAll

    countEachRowSeparately

    javax.swing.JRadioButton countEachRowSeparately

    startColumnNamesWith

    javax.swing.JTextField startColumnNamesWith

    radioButtonActionListener

    java.awt.event.ActionListener radioButtonActionListener

    nextCard

    WizardCard nextCard

    Class cmu.tawc.data.wizard.PickDataFromTable extends WizardCard implements Serializable

    Serialized Fields

    tawcSettings

    TawcSettings tawcSettings

    tablePanel

    TablePanel tablePanel

    jTable

    javax.swing.JTable jTable

    tableHolder

    javax.swing.JPanel tableHolder

    instructions

    javax.swing.JTextPane instructions

    instructions2

    javax.swing.JTextPane instructions2

    doCount

    DoCount doCount

    tawcOptions

    Options tawcOptions

    Class cmu.tawc.data.wizard.SaveResults extends WizardCard implements Serializable

    Serialized Fields

    tawcSettings

    TawcSettings tawcSettings

    instructions

    javax.swing.JTextPane instructions

    saveAsExcel

    javax.swing.JButton saveAsExcel

    saveAsSpreadsheet

    javax.swing.JButton saveAsSpreadsheet

    dialogs

    Dialogs dialogs

    thisCard

    SaveResults thisCard

    Package javax.swing

    Class javax.swing.AbstractAction extends java.lang.Object implements Serializable

    Serialization Methods

    readObject

    private void readObject(java.io.ObjectInputStream arg0)
                     throws java.lang.ClassNotFoundException,
                            java.io.IOException
    Throws:
    java.lang.ClassNotFoundException
    java.io.IOException

    writeObject

    private void writeObject(java.io.ObjectOutputStream arg0)
                      throws java.io.IOException
    Throws:
    java.io.IOException
    Serialized Fields

    enabled

    boolean enabled

    changeSupport

    javax.swing.event.SwingPropertyChangeSupport changeSupport

    Class javax.swing.AbstractButton extends javax.swing.JComponent implements Serializable

    Serialized Fields

    model

    javax.swing.ButtonModel model

    text

    java.lang.String text

    margin

    java.awt.Insets margin

    defaultMargin

    java.awt.Insets defaultMargin

    defaultIcon

    javax.swing.Icon defaultIcon

    pressedIcon

    javax.swing.Icon pressedIcon

    disabledIcon

    javax.swing.Icon disabledIcon

    selectedIcon

    javax.swing.Icon selectedIcon

    disabledSelectedIcon

    javax.swing.Icon disabledSelectedIcon

    rolloverIcon

    javax.swing.Icon rolloverIcon

    rolloverSelectedIcon

    javax.swing.Icon rolloverSelectedIcon

    paintBorder

    boolean paintBorder

    paintFocus

    boolean paintFocus

    rolloverEnabled

    boolean rolloverEnabled

    contentAreaFilled

    boolean contentAreaFilled

    verticalAlignment

    int verticalAlignment

    horizontalAlignment

    int horizontalAlignment

    verticalTextPosition

    int verticalTextPosition

    horizontalTextPosition

    int horizontalTextPosition

    iconTextGap

    int iconTextGap

    mnemonic

    int mnemonic

    mnemonicIndex

    int mnemonicIndex

    multiClickThreshhold

    long multiClickThreshhold

    borderPaintedSet

    boolean borderPaintedSet

    rolloverEnabledSet

    boolean rolloverEnabledSet

    iconTextGapSet

    boolean iconTextGapSet

    contentAreaFilledSet

    boolean contentAreaFilledSet

    setLayout

    boolean setLayout

    defaultCapable

    boolean defaultCapable

    handler

    javax.swing.AbstractButton.Handler handler

    changeListener

    javax.swing.event.ChangeListener changeListener

    actionListener

    java.awt.event.ActionListener actionListener

    itemListener

    java.awt.event.ItemListener itemListener

    action

    javax.swing.Action action

    actionPropertyChangeListener

    java.beans.PropertyChangeListener actionPropertyChangeListener

    Class javax.swing.AbstractButton.AccessibleAbstractButton extends javax.swing.JComponent.AccessibleJComponent implements Serializable

    Class javax.swing.AbstractButton.ButtonChangeListener extends java.lang.Object implements Serializable

    Class javax.swing.AbstractCellEditor extends java.lang.Object implements Serializable

    Serialized Fields

    listenerList

    javax.swing.event.EventListenerList listenerList

    Class javax.swing.AbstractListModel extends java.lang.Object implements Serializable

    Serialized Fields

    listenerList

    javax.swing.event.EventListenerList listenerList

    Class javax.swing.ActionMap extends java.lang.Object implements Serializable

    Serialization Methods

    readObject

    private void readObject(java.io.ObjectInputStream arg0)
                     throws java.lang.ClassNotFoundException,
                            java.io.IOException
    Throws:
    java.lang.ClassNotFoundException
    java.io.IOException

    writeObject

    private void writeObject(java.io.ObjectOutputStream arg0)
                      throws java.io.IOException
    Throws:
    java.io.IOException
    Serialized Fields

    parent

    javax.swing.ActionMap parent

    Class javax.swing.Box extends javax.swing.JComponent implements Serializable

    Serialized Fields

    accessibleContext

    javax.accessibility.AccessibleContext accessibleContext

    Class javax.swing.Box.AccessibleBox extends java.awt.Container.AccessibleAWTContainer implements Serializable

    Class javax.swing.Box.Filler extends javax.swing.JComponent implements Serializable

    Serialized Fields

    reqMin

    java.awt.Dimension reqMin

    reqPref

    java.awt.Dimension reqPref

    reqMax

    java.awt.Dimension reqMax

    accessibleContext

    javax.accessibility.AccessibleContext accessibleContext

    Class javax.swing.Box.Filler.AccessibleBoxFiller extends java.awt.Component.AccessibleAWTComponent implements Serializable

    Class javax.swing.BoxLayout extends java.lang.Object implements Serializable

    Serialized Fields

    axis

    int axis

    target

    java.awt.Container target

    Class javax.swing.ButtonGroup extends java.lang.Object implements Serializable

    Serialized Fields

    buttons

    java.util.Vector<E> buttons

    selection

    javax.swing.ButtonModel selection

    Class javax.swing.CellRendererPane extends java.awt.Container implements Serializable

    Serialization Methods

    writeObject

    private void writeObject(java.io.ObjectOutputStream arg0)
                      throws java.io.IOException
    Throws:
    java.io.IOException
    Serialized Fields

    accessibleContext

    javax.accessibility.AccessibleContext accessibleContext

    Class javax.swing.CellRendererPane.AccessibleCellRendererPane extends java.awt.Container.AccessibleAWTContainer implements Serializable

    Class javax.swing.ComponentInputMap extends javax.swing.InputMap implements Serializable

    Serialized Fields

    component

    javax.swing.JComponent component

    Class javax.swing.DefaultBoundedRangeModel extends java.lang.Object implements Serializable

    Serialized Fields

    listenerList

    javax.swing.event.EventListenerList listenerList

    value

    int value

    extent

    int extent

    min

    int min

    max

    int max

    isAdjusting

    boolean isAdjusting

    Class javax.swing.DefaultButtonModel extends java.lang.Object implements Serializable

    Serialized Fields

    stateMask

    int stateMask

    actionCommand

    java.lang.String actionCommand

    group

    javax.swing.ButtonGroup group

    mnemonic

    int mnemonic

    listenerList

    javax.swing.event.EventListenerList listenerList

    Class javax.swing.DefaultCellEditor extends javax.swing.AbstractCellEditor implements Serializable

    Serialized Fields

    editorComponent

    javax.swing.JComponent editorComponent

    delegate

    javax.swing.DefaultCellEditor.EditorDelegate delegate

    clickCountToStart

    int clickCountToStart

    Class javax.swing.DefaultCellEditor.EditorDelegate extends java.lang.Object implements Serializable

    Serialized Fields

    value

    java.lang.Object value

    Class javax.swing.DefaultComboBoxModel extends javax.swing.AbstractListModel implements Serializable

    Serialized Fields

    objects

    java.util.Vector<E> objects

    selectedObject

    java.lang.Object selectedObject

    Class javax.swing.DefaultDesktopManager extends java.lang.Object implements Serializable

    Serialized Fields

    dragMode

    int dragMode

    Class javax.swing.DefaultListCellRenderer extends javax.swing.JLabel implements Serializable

    Class javax.swing.DefaultListCellRenderer.UIResource extends javax.swing.DefaultListCellRenderer implements Serializable

    Class javax.swing.DefaultListModel extends javax.swing.AbstractListModel implements Serializable

    Serialized Fields

    delegate

    java.util.Vector<E> delegate

    Class javax.swing.DefaultListSelectionModel extends java.lang.Object implements Serializable

    Serialized Fields

    selectionMode

    int selectionMode

    minIndex

    int minIndex

    maxIndex

    int maxIndex

    anchorIndex

    int anchorIndex

    leadIndex

    int leadIndex

    firstAdjustedIndex

    int firstAdjustedIndex

    lastAdjustedIndex

    int lastAdjustedIndex

    isAdjusting

    boolean isAdjusting

    firstChangedIndex

    int firstChangedIndex

    lastChangedIndex

    int lastChangedIndex

    value

    java.util.BitSet value

    listenerList

    javax.swing.event.EventListenerList listenerList

    leadAnchorNotificationEnabled

    boolean leadAnchorNotificationEnabled

    Class javax.swing.DefaultSingleSelectionModel extends java.lang.Object implements Serializable

    Serialized Fields

    listenerList

    javax.swing.event.EventListenerList listenerList

    index

    int index

    Class javax.swing.ImageIcon extends java.lang.Object implements Serializable

    Serialization Methods

    readObject

    private void readObject(java.io.ObjectInputStream arg0)
                     throws java.lang.ClassNotFoundException,
                            java.io.IOException
    Throws:
    java.lang.ClassNotFoundException
    java.io.IOException

    writeObject

    private void writeObject(java.io.ObjectOutputStream arg0)
                      throws java.io.IOException
    Throws:
    java.io.IOException
    Serialized Fields

    imageObserver

    java.awt.image.ImageObserver imageObserver

    description

    java.lang.String description

    width

    int width

    height

    int height

    accessibleContext

    javax.swing.ImageIcon.AccessibleImageIcon accessibleContext

    Class javax.swing.ImageIcon.AccessibleImageIcon extends javax.accessibility.AccessibleContext implements Serializable

    Serialization Methods

    readObject

    private void readObject(java.io.ObjectInputStream arg0)
                     throws java.lang.ClassNotFoundException,
                            java.io.IOException
    Throws:
    java.lang.ClassNotFoundException
    java.io.IOException

    writeObject

    private void writeObject(java.io.ObjectOutputStream arg0)
                      throws java.io.IOException
    Throws:
    java.io.IOException

    Class javax.swing.InputMap extends java.lang.Object implements Serializable

    Serialization Methods

    readObject

    private void readObject(java.io.ObjectInputStream arg0)
                     throws java.lang.ClassNotFoundException,
                            java.io.IOException
    Throws:
    java.lang.ClassNotFoundException
    java.io.IOException

    writeObject

    private void writeObject(java.io.ObjectOutputStream arg0)
                      throws java.io.IOException
    Throws:
    java.io.IOException
    Serialized Fields

    parent

    javax.swing.InputMap parent

    Class javax.swing.JApplet extends java.applet.Applet implements Serializable

    Serialized Fields

    rootPane

    javax.swing.JRootPane rootPane

    rootPaneCheckingEnabled

    boolean rootPaneCheckingEnabled

    accessibleContext

    javax.accessibility.AccessibleContext accessibleContext

    Class javax.swing.JApplet.AccessibleJApplet extends java.applet.Applet.AccessibleApplet implements Serializable

    Class javax.swing.JButton extends javax.swing.AbstractButton implements Serializable

    Serialization Methods

    writeObject

    private void writeObject(java.io.ObjectOutputStream arg0)
                      throws java.io.IOException
    Throws:
    java.io.IOException

    Class javax.swing.JButton.AccessibleJButton extends javax.swing.AbstractButton.AccessibleAbstractButton implements Serializable

    Class javax.swing.JCheckBox extends javax.swing.JToggleButton implements Serializable

    Serialization Methods

    readObject

    private void readObject(java.io.ObjectInputStream arg0)
                     throws java.io.IOException,
                            java.lang.ClassNotFoundException
    Throws:
    java.io.IOException
    java.lang.ClassNotFoundException

    writeObject

    private void writeObject(java.io.ObjectOutputStream arg0)
                      throws java.io.IOException
    Throws:
    java.io.IOException
    Serialized Fields

    flat

    boolean flat

    Class javax.swing.JCheckBox.AccessibleJCheckBox extends javax.swing.JToggleButton.AccessibleJToggleButton implements Serializable

    Class javax.swing.JCheckBoxMenuItem extends javax.swing.JMenuItem implements Serializable

    Serialization Methods

    writeObject

    private void writeObject(java.io.ObjectOutputStream arg0)
                      throws java.io.IOException
    Throws:
    java.io.IOException

    Class javax.swing.JCheckBoxMenuItem.AccessibleJCheckBoxMenuItem extends javax.swing.JMenuItem.AccessibleJMenuItem implements Serializable

    Class javax.swing.JColorChooser extends javax.swing.JComponent implements Serializable

    Serialization Methods

    writeObject

    private void writeObject(java.io.ObjectOutputStream arg0)
                      throws java.io.IOException
    Throws:
    java.io.IOException
    Serialized Fields

    selectionModel

    javax.swing.colorchooser.ColorSelectionModel selectionModel

    previewPanel

    javax.swing.JComponent previewPanel

    chooserPanels

    javax.swing.colorchooser.AbstractColorChooserPanel[] chooserPanels

    dragEnabled

    boolean dragEnabled

    accessibleContext

    javax.accessibility.AccessibleContext accessibleContext

    Class javax.swing.JColorChooser.AccessibleJColorChooser extends javax.swing.JComponent.AccessibleJComponent implements Serializable

    Class javax.swing.JComboBox extends javax.swing.JComponent implements Serializable

    Serialization Methods

    writeObject

    private void writeObject(java.io.ObjectOutputStream arg0)
                      throws java.io.IOException
    Throws:
    java.io.IOException
    Serialized Fields

    dataModel

    javax.swing.ComboBoxModel dataModel

    renderer

    javax.swing.ListCellRenderer renderer

    editor

    javax.swing.ComboBoxEditor editor

    maximumRowCount

    int maximumRowCount

    isEditable

    boolean isEditable

    keySelectionManager

    javax.swing.JComboBox.KeySelectionManager keySelectionManager

    actionCommand

    java.lang.String actionCommand

    lightWeightPopupEnabled

    boolean lightWeightPopupEnabled

    selectedItemReminder

    java.lang.Object selectedItemReminder

    prototypeDisplayValue

    java.lang.Object prototypeDisplayValue

    firingActionEvent

    boolean firingActionEvent

    selectingItem

    boolean selectingItem

    action

    javax.swing.Action action

    actionPropertyChangeListener

    java.beans.PropertyChangeListener actionPropertyChangeListener

    Class javax.swing.JComboBox.AccessibleJComboBox extends javax.swing.JComponent.AccessibleJComponent implements Serializable

    Serialized Fields

    popupList

    javax.swing.JList popupList

    previousSelectedAccessible

    javax.accessibility.Accessible previousSelectedAccessible

    editorAccessibleContext

    javax.swing.JComboBox.AccessibleJComboBox.EditorAccessibleContext editorAccessibleContext

    Class javax.swing.JComponent extends java.awt.Container implements Serializable

    Serialization Methods

    readObject

    private void readObject(java.io.ObjectInputStream arg0)
                     throws java.io.IOException,
                            java.lang.ClassNotFoundException
    Throws:
    java.io.IOException
    java.lang.ClassNotFoundException

    writeObject

    private void writeObject(java.io.ObjectOutputStream arg0)
                      throws java.io.IOException
    Throws:
    java.io.IOException
    Serialized Fields

    isAlignmentXSet

    boolean isAlignmentXSet

    alignmentX

    float alignmentX

    isAlignmentYSet

    boolean isAlignmentYSet

    alignmentY

    float alignmentY

    listenerList

    javax.swing.event.EventListenerList listenerList

    vetoableChangeSupport

    java.beans.VetoableChangeSupport vetoableChangeSupport

    autoscrolls

    boolean autoscrolls

    border

    javax.swing.border.Border border

    flags

    int flags

    inputVerifier

    javax.swing.InputVerifier inputVerifier

    verifyInputWhenFocusTarget

    boolean verifyInputWhenFocusTarget

    popupMenu

    javax.swing.JPopupMenu popupMenu

    focusInputMap

    javax.swing.InputMap focusInputMap

    ancestorInputMap

    javax.swing.InputMap ancestorInputMap

    windowInputMap

    javax.swing.ComponentInputMap windowInputMap

    actionMap

    javax.swing.ActionMap actionMap

    aaText

    boolean aaText

    accessibleContext

    javax.accessibility.AccessibleContext accessibleContext

    Class javax.swing.JComponent.AccessibleJComponent extends java.awt.Container.AccessibleAWTContainer implements Serializable

    Serialized Fields

    accessibleContainerHandler

    java.awt.event.ContainerListener accessibleContainerHandler

    accessibleFocusHandler

    java.awt.event.FocusListener accessibleFocusHandler

    Class javax.swing.JDesktopPane extends javax.swing.JLayeredPane implements Serializable

    Serialization Methods

    writeObject

    private void writeObject(java.io.ObjectOutputStream arg0)
                      throws java.io.IOException
    Throws:
    java.io.IOException
    Serialized Fields

    dragMode

    int dragMode

    dragModeSet

    boolean dragModeSet

    Class javax.swing.JDesktopPane.AccessibleJDesktopPane extends javax.swing.JComponent.AccessibleJComponent implements Serializable

    Class javax.swing.JDialog extends java.awt.Dialog implements Serializable

    Serialized Fields

    defaultCloseOperation

    int defaultCloseOperation

    rootPane

    javax.swing.JRootPane rootPane

    rootPaneCheckingEnabled

    boolean rootPaneCheckingEnabled

    accessibleContext

    javax.accessibility.AccessibleContext accessibleContext

    Class javax.swing.JDialog.AccessibleJDialog extends java.awt.Dialog.AccessibleAWTDialog implements Serializable

    Class javax.swing.JEditorPane extends javax.swing.text.JTextComponent implements Serializable

    Serialization Methods

    writeObject

    private void writeObject(java.io.ObjectOutputStream arg0)
                      throws java.io.IOException
    Throws:
    java.io.IOException
    Serialized Fields

    loading

    javax.swing.JEditorPane.PageStream loading

    kit

    javax.swing.text.EditorKit kit

    pageProperties

    java.util.Hashtable<K,V> pageProperties

    typeHandlers

    java.util.Hashtable<K,V> typeHandlers

    Class javax.swing.JEditorPane.AccessibleJEditorPane extends javax.swing.text.JTextComponent.AccessibleJTextComponent implements Serializable

    Class javax.swing.JEditorPane.AccessibleJEditorPaneHTML extends javax.swing.JEditorPane.AccessibleJEditorPane implements Serializable

    Serialized Fields

    accessibleContext

    javax.accessibility.AccessibleContext accessibleContext

    Class javax.swing.JEditorPane.JEditorPaneAccessibleHypertextSupport extends javax.swing.JEditorPane.AccessibleJEditorPane implements Serializable

    Serialized Fields

    hyperlinks

    javax.swing.JEditorPane.JEditorPaneAccessibleHypertextSupport.LinkVector hyperlinks

    linksValid

    boolean linksValid

    Class javax.swing.JFileChooser extends javax.swing.JComponent implements Serializable

    Serialization Methods

    writeObject

    private void writeObject(java.io.ObjectOutputStream arg0)
                      throws java.io.IOException
    Throws:
    java.io.IOException
    Serialized Fields

    dialogTitle

    java.lang.String dialogTitle

    approveButtonText

    java.lang.String approveButtonText

    approveButtonToolTipText

    java.lang.String approveButtonToolTipText

    approveButtonMnemonic

    int approveButtonMnemonic

    actionListener

    java.awt.event.ActionListener actionListener

    filters

    java.util.Vector<E> filters

    dialog

    javax.swing.JDialog dialog

    dialogType

    int dialogType

    returnValue

    int returnValue

    accessory

    javax.swing.JComponent accessory

    fileView

    javax.swing.filechooser.FileView fileView

    controlsShown

    boolean controlsShown

    useFileHiding

    boolean useFileHiding

    showFilesListener

    java.beans.PropertyChangeListener showFilesListener

    fileSelectionMode

    int fileSelectionMode

    multiSelectionEnabled

    boolean multiSelectionEnabled

    useAcceptAllFileFilter

    boolean useAcceptAllFileFilter

    dragEnabled

    boolean dragEnabled

    fileFilter

    javax.swing.filechooser.FileFilter fileFilter

    fileSystemView

    javax.swing.filechooser.FileSystemView fileSystemView

    currentDirectory

    java.io.File currentDirectory

    selectedFile

    java.io.File selectedFile

    selectedFiles

    java.io.File[] selectedFiles

    accessibleContext

    javax.accessibility.AccessibleContext accessibleContext

    Class javax.swing.JFileChooser.AccessibleJFileChooser extends javax.swing.JComponent.AccessibleJComponent implements Serializable

    Class javax.swing.JFormattedTextField extends javax.swing.JTextField implements Serializable

    Serialization Methods

    writeObject

    private void writeObject(java.io.ObjectOutputStream arg0)
                      throws java.io.IOException
    Throws:
    java.io.IOException
    Serialized Fields

    factory

    javax.swing.JFormattedTextField.AbstractFormatterFactory factory

    format

    javax.swing.JFormattedTextField.AbstractFormatter format

    value

    java.lang.Object value

    editValid

    boolean editValid

    focusLostBehavior

    int focusLostBehavior

    edited

    boolean edited

    documentListener

    javax.swing.event.DocumentListener documentListener

    mask

    java.lang.Object mask

    textFormatterActionMap

    javax.swing.ActionMap textFormatterActionMap

    composedTextExists

    boolean composedTextExists

    focusLostHandler

    javax.swing.JFormattedTextField.FocusLostHandler focusLostHandler

    Class javax.swing.JFormattedTextField.AbstractFormatter extends java.lang.Object implements Serializable

    Serialized Fields

    ftf

    javax.swing.JFormattedTextField ftf

    Class javax.swing.JFrame extends java.awt.Frame implements Serializable

    Serialized Fields

    defaultCloseOperation

    int defaultCloseOperation

    rootPane

    javax.swing.JRootPane rootPane

    rootPaneCheckingEnabled

    boolean rootPaneCheckingEnabled

    accessibleContext

    javax.accessibility.AccessibleContext accessibleContext

    Class javax.swing.JFrame.AccessibleJFrame extends java.awt.Frame.AccessibleAWTFrame implements Serializable

    Class javax.swing.JInternalFrame extends javax.swing.JComponent implements Serializable

    Serialization Methods

    writeObject

    private void writeObject(java.io.ObjectOutputStream arg0)
                      throws java.io.IOException
    Throws:
    java.io.IOException
    Serialized Fields

    rootPane

    javax.swing.JRootPane rootPane

    rootPaneCheckingEnabled

    boolean rootPaneCheckingEnabled

    closable

    boolean closable

    isClosed

    boolean isClosed

    maximizable

    boolean maximizable

    isMaximum

    boolean isMaximum

    iconable

    boolean iconable

    isIcon

    boolean isIcon

    resizable

    boolean resizable

    isSelected

    boolean isSelected

    frameIcon

    javax.swing.Icon frameIcon

    title

    java.lang.String title

    desktopIcon

    javax.swing.JInternalFrame.JDesktopIcon desktopIcon

    opened

    boolean opened

    normalBounds

    java.awt.Rectangle normalBounds

    defaultCloseOperation

    int defaultCloseOperation

    lastFocusOwner

    java.awt.Component lastFocusOwner

    isDragging

    boolean isDragging

    danger

    boolean danger

    Class javax.swing.JInternalFrame.AccessibleJInternalFrame extends javax.swing.JComponent.AccessibleJComponent implements Serializable

    Class javax.swing.JInternalFrame.JDesktopIcon extends javax.swing.JComponent implements Serializable

    Serialization Methods

    writeObject

    private void writeObject(java.io.ObjectOutputStream arg0)
                      throws java.io.IOException
    Throws:
    java.io.IOException
    Serialized Fields

    internalFrame

    javax.swing.JInternalFrame internalFrame

    Class javax.swing.JInternalFrame.JDesktopIcon.AccessibleJDesktopIcon extends javax.swing.JComponent.AccessibleJComponent implements Serializable

    Class javax.swing.JLabel extends javax.swing.JComponent implements Serializable

    Serialization Methods

    writeObject

    private void writeObject(java.io.ObjectOutputStream arg0)
                      throws java.io.IOException
    Throws:
    java.io.IOException
    Serialized Fields

    mnemonic

    int mnemonic

    mnemonicIndex

    int mnemonicIndex

    text

    java.lang.String text

    defaultIcon

    javax.swing.Icon defaultIcon

    disabledIcon

    javax.swing.Icon disabledIcon

    disabledIconSet

    boolean disabledIconSet

    verticalAlignment

    int verticalAlignment

    horizontalAlignment

    int horizontalAlignment

    verticalTextPosition

    int verticalTextPosition

    horizontalTextPosition

    int horizontalTextPosition

    iconTextGap

    int iconTextGap

    labelFor

    java.awt.Component labelFor

    Class javax.swing.JLabel.AccessibleJLabel extends javax.swing.JComponent.AccessibleJComponent implements Serializable

    Class javax.swing.JLayeredPane extends javax.swing.JComponent implements Serializable

    Serialized Fields

    componentToLayer

    java.util.Hashtable<K,V> componentToLayer

    optimizedDrawingPossible

    boolean optimizedDrawingPossible

    Class javax.swing.JLayeredPane.AccessibleJLayeredPane extends javax.swing.JComponent.AccessibleJComponent implements Serializable

    Class javax.swing.JList extends javax.swing.JComponent implements Serializable

    Serialization Methods

    writeObject

    private void writeObject(java.io.ObjectOutputStream arg0)
                      throws java.io.IOException
    Throws:
    java.io.IOException
    Serialized Fields

    fixedCellWidth

    int fixedCellWidth

    fixedCellHeight

    int fixedCellHeight

    horizontalScrollIncrement

    int horizontalScrollIncrement

    prototypeCellValue

    java.lang.Object prototypeCellValue

    visibleRowCount

    int visibleRowCount

    selectionForeground

    java.awt.Color selectionForeground

    selectionBackground

    java.awt.Color selectionBackground

    dragEnabled

    boolean dragEnabled

    selectionModel

    javax.swing.ListSelectionModel selectionModel

    dataModel

    javax.swing.ListModel dataModel

    cellRenderer

    javax.swing.ListCellRenderer cellRenderer

    selectionListener

    javax.swing.event.ListSelectionListener selectionListener

    layoutOrientation

    int layoutOrientation

    Class javax.swing.JList.AccessibleJList extends javax.swing.JComponent.AccessibleJComponent implements Serializable

    Serialized Fields

    leadSelectionIndex

    int leadSelectionIndex

    Class javax.swing.JMenu extends javax.swing.JMenuItem implements Serializable

    Serialization Methods

    writeObject

    private void writeObject(java.io.ObjectOutputStream arg0)
                      throws java.io.IOException
    Throws:
    java.io.IOException
    Serialized Fields

    popupMenu

    javax.swing.JPopupMenu popupMenu

    menuChangeListener

    javax.swing.event.ChangeListener menuChangeListener

    menuEvent

    javax.swing.event.MenuEvent menuEvent

    delay

    int delay

    customMenuLocation

    java.awt.Point customMenuLocation

    popupListener

    javax.swing.JMenu.WinListener popupListener

    Class javax.swing.JMenu.AccessibleJMenu extends javax.swing.JMenuItem.AccessibleJMenuItem implements Serializable

    Class javax.swing.JMenu.WinListener extends java.awt.event.WindowAdapter implements Serializable

    Serialized Fields

    popupMenu

    javax.swing.JPopupMenu popupMenu

    Class javax.swing.JMenuBar extends javax.swing.JComponent implements Serializable

    Serialization Methods

    readObject

    private void readObject(java.io.ObjectInputStream arg0)
                     throws java.io.IOException,
                            java.lang.ClassNotFoundException
    Throws:
    java.io.IOException
    java.lang.ClassNotFoundException

    writeObject

    private void writeObject(java.io.ObjectOutputStream arg0)
                      throws java.io.IOException
    Throws:
    java.io.IOException
    Serialized Fields

    paintBorder

    boolean paintBorder

    margin

    java.awt.Insets margin

    Class javax.swing.JMenuBar.AccessibleJMenuBar extends javax.swing.JComponent.AccessibleJComponent implements Serializable

    Class javax.swing.JMenuItem extends javax.swing.AbstractButton implements Serializable

    Serialization Methods

    readObject

    private void readObject(java.io.ObjectInputStream arg0)
                     throws java.io.IOException,
                            java.lang.ClassNotFoundException
    Throws:
    java.io.IOException
    java.lang.ClassNotFoundException

    writeObject

    private void writeObject(java.io.ObjectOutputStream arg0)
                      throws java.io.IOException
    Throws:
    java.io.IOException
    Serialized Fields

    isMouseDragged

    boolean isMouseDragged

    accelerator

    javax.swing.KeyStroke accelerator

    Class javax.swing.JMenuItem.AccessibleJMenuItem extends javax.swing.AbstractButton.AccessibleAbstractButton implements Serializable

    Serialized Fields

    isArmed

    boolean isArmed

    hasFocus

    boolean hasFocus

    isPressed

    boolean isPressed

    isSelected

    boolean isSelected

    Class javax.swing.JOptionPane extends javax.swing.JComponent implements Serializable

    Serialization Methods

    readObject

    private void readObject(java.io.ObjectInputStream arg0)
                     throws java.io.IOException,
                            java.lang.ClassNotFoundException
    Throws:
    java.io.IOException
    java.lang.ClassNotFoundException

    writeObject

    private void writeObject(java.io.ObjectOutputStream arg0)
                      throws java.io.IOException
    Throws:
    java.io.IOException
    Serialized Fields

    messageType

    int messageType

    optionType

    int optionType

    wantsInput

    boolean wantsInput

    Class javax.swing.JOptionPane.AccessibleJOptionPane extends javax.swing.JComponent.AccessibleJComponent implements Serializable

    Class javax.swing.JPanel extends javax.swing.JComponent implements Serializable

    Serialization Methods

    writeObject

    private void writeObject(java.io.ObjectOutputStream arg0)
                      throws java.io.IOException
    Throws:
    java.io.IOException

    Class javax.swing.JPanel.AccessibleJPanel extends javax.swing.JComponent.AccessibleJComponent implements Serializable

    Class javax.swing.JPasswordField extends javax.swing.JTextField implements Serializable

    Serialization Methods

    writeObject

    private void writeObject(java.io.ObjectOutputStream arg0)
                      throws java.io.IOException
    Throws:
    java.io.IOException
    Serialized Fields

    echoChar

    char echoChar

    Class javax.swing.JPasswordField.AccessibleJPasswordField extends javax.swing.JTextField.AccessibleJTextField implements Serializable

    Class javax.swing.JPopupMenu extends javax.swing.JComponent implements Serializable

    Serialization Methods

    readObject

    private void readObject(java.io.ObjectInputStream arg0)
                     throws java.io.IOException,
                            java.lang.ClassNotFoundException
    Throws:
    java.io.IOException
    java.lang.ClassNotFoundException

    writeObject

    private void writeObject(java.io.ObjectOutputStream arg0)
                      throws java.io.IOException
    Throws:
    java.io.IOException
    Serialized Fields

    desiredLocationX

    int desiredLocationX

    desiredLocationY

    int desiredLocationY

    label

    java.lang.String label

    paintBorder

    boolean paintBorder

    margin

    java.awt.Insets margin

    lightWeightPopup

    boolean lightWeightPopup

    selectionModel

    javax.swing.SingleSelectionModel selectionModel

    Class javax.swing.JPopupMenu.AccessibleJPopupMenu extends javax.swing.JComponent.AccessibleJComponent implements Serializable

    Class javax.swing.JPopupMenu.Separator extends javax.swing.JSeparator implements Serializable

    Class javax.swing.JProgressBar extends javax.swing.JComponent implements Serializable

    Serialization Methods

    writeObject

    private void writeObject(java.io.ObjectOutputStream arg0)
                      throws java.io.IOException
    Throws:
    java.io.IOException
    Serialized Fields

    orientation

    int orientation

    paintBorder

    boolean paintBorder

    model

    javax.swing.BoundedRangeModel model

    progressString

    java.lang.String progressString

    paintString

    boolean paintString

    changeListener

    javax.swing.event.ChangeListener changeListener

    indeterminate

    boolean indeterminate

    Class javax.swing.JProgressBar.AccessibleJProgressBar extends javax.swing.JComponent.AccessibleJComponent implements Serializable

    Class javax.swing.JRadioButton extends javax.swing.JToggleButton implements Serializable

    Serialization Methods

    writeObject

    private void writeObject(java.io.ObjectOutputStream arg0)
                      throws java.io.IOException
    Throws:
    java.io.IOException

    Class javax.swing.JRadioButton.AccessibleJRadioButton extends javax.swing.JToggleButton.AccessibleJToggleButton implements Serializable

    Class javax.swing.JRadioButtonMenuItem extends javax.swing.JMenuItem implements Serializable

    Serialization Methods

    writeObject

    private void writeObject(java.io.ObjectOutputStream arg0)
                      throws java.io.IOException
    Throws:
    java.io.IOException

    Class javax.swing.JRadioButtonMenuItem.AccessibleJRadioButtonMenuItem extends javax.swing.JMenuItem.AccessibleJMenuItem implements Serializable

    Class javax.swing.JRootPane extends javax.swing.JComponent implements Serializable

    Serialized Fields

    mostRecentFocusOwner

    java.awt.Component mostRecentFocusOwner

    windowDecorationStyle

    int windowDecorationStyle

    menuBar

    javax.swing.JMenuBar menuBar

    contentPane

    java.awt.Container contentPane

    layeredPane

    javax.swing.JLayeredPane layeredPane

    glassPane

    java.awt.Component glassPane

    defaultButton

    javax.swing.JButton defaultButton

    defaultPressAction

    javax.swing.JRootPane.DefaultAction defaultPressAction
    Deprecated. 

    defaultReleaseAction

    javax.swing.JRootPane.DefaultAction defaultReleaseAction
    Deprecated. 

    Class javax.swing.JRootPane.AccessibleJRootPane extends javax.swing.JComponent.AccessibleJComponent implements Serializable

    Class javax.swing.JRootPane.RootLayout extends java.lang.Object implements Serializable

    Class javax.swing.JScrollBar extends javax.swing.JComponent implements Serializable

    Serialization Methods

    writeObject

    private void writeObject(java.io.ObjectOutputStream arg0)
                      throws java.io.IOException
    Throws:
    java.io.IOException
    Serialized Fields

    fwdAdjustmentEvents

    javax.swing.event.ChangeListener fwdAdjustmentEvents

    model

    javax.swing.BoundedRangeModel model

    orientation

    int orientation

    unitIncrement

    int unitIncrement

    blockIncrement

    int blockIncrement

    Class javax.swing.JScrollBar.AccessibleJScrollBar extends javax.swing.JComponent.AccessibleJComponent implements Serializable

    Class javax.swing.JScrollPane extends javax.swing.JComponent implements Serializable

    Serialization Methods

    writeObject

    private void writeObject(java.io.ObjectOutputStream arg0)
                      throws java.io.IOException
    Throws:
    java.io.IOException
    Serialized Fields

    viewportBorder

    javax.swing.border.Border viewportBorder

    verticalScrollBarPolicy

    int verticalScrollBarPolicy

    horizontalScrollBarPolicy

    int horizontalScrollBarPolicy

    viewport

    javax.swing.JViewport viewport

    verticalScrollBar

    javax.swing.JScrollBar verticalScrollBar

    horizontalScrollBar

    javax.swing.JScrollBar horizontalScrollBar

    rowHeader

    javax.swing.JViewport rowHeader

    columnHeader

    javax.swing.JViewport columnHeader

    lowerLeft

    java.awt.Component lowerLeft

    lowerRight

    java.awt.Component lowerRight

    upperLeft

    java.awt.Component upperLeft

    upperRight

    java.awt.Component upperRight

    wheelScrollState

    boolean wheelScrollState

    Class javax.swing.JScrollPane.AccessibleJScrollPane extends javax.swing.JComponent.AccessibleJComponent implements Serializable

    Serialized Fields

    viewPort

    javax.swing.JViewport viewPort

    Class javax.swing.JScrollPane.ScrollBar extends javax.swing.JScrollBar implements Serializable

    Serialized Fields

    unitIncrementSet

    boolean unitIncrementSet

    blockIncrementSet

    boolean blockIncrementSet

    Class javax.swing.JSeparator extends javax.swing.JComponent implements Serializable

    Serialization Methods

    writeObject

    private void writeObject(java.io.ObjectOutputStream arg0)
                      throws java.io.IOException
    Throws:
    java.io.IOException
    Serialized Fields

    orientation

    int orientation

    Class javax.swing.JSeparator.AccessibleJSeparator extends javax.swing.JComponent.AccessibleJComponent implements Serializable

    Class javax.swing.JSlider extends javax.swing.JComponent implements Serializable

    Serialization Methods

    writeObject

    private void writeObject(java.io.ObjectOutputStream arg0)
                      throws java.io.IOException
    Throws:
    java.io.IOException
    Serialized Fields

    paintTicks

    boolean paintTicks

    paintTrack

    boolean paintTrack

    paintLabels

    boolean paintLabels

    isInverted

    boolean isInverted

    sliderModel

    javax.swing.BoundedRangeModel sliderModel

    majorTickSpacing

    int majorTickSpacing

    minorTickSpacing

    int minorTickSpacing

    snapToTicks

    boolean snapToTicks

    snapToValue

    boolean snapToValue

    orientation

    int orientation

    labelTable

    java.util.Dictionary<K,V> labelTable

    changeListener

    javax.swing.event.ChangeListener changeListener

    Class javax.swing.JSlider.AccessibleJSlider extends javax.swing.JComponent.AccessibleJComponent implements Serializable

    Class javax.swing.JSpinner extends javax.swing.JComponent implements Serializable

    Serialization Methods

    readObject

    private void readObject(java.io.ObjectInputStream arg0)
                     throws java.io.IOException,
                            java.lang.ClassNotFoundException
    Throws:
    java.io.IOException
    java.lang.ClassNotFoundException

    writeObject

    private void writeObject(java.io.ObjectOutputStream arg0)
                      throws java.io.IOException
    Throws:
    java.io.IOException
    Serialized Fields

    editor

    javax.swing.JComponent editor

    modelListener

    javax.swing.event.ChangeListener modelListener

    editorExplicitlySet

    boolean editorExplicitlySet

    Class javax.swing.JSpinner.AccessibleJSpinner extends javax.swing.JComponent.AccessibleJComponent implements Serializable

    Serialized Fields

    oldModelValue

    java.lang.Object oldModelValue

    Class javax.swing.JSpinner.DateEditor extends javax.swing.JSpinner.DefaultEditor implements Serializable

    Class javax.swing.JSpinner.DefaultEditor extends javax.swing.JPanel implements Serializable

    Class javax.swing.JSpinner.ListEditor extends javax.swing.JSpinner.DefaultEditor implements Serializable

    Class javax.swing.JSpinner.NumberEditor extends javax.swing.JSpinner.DefaultEditor implements Serializable

    Class javax.swing.JSplitPane extends javax.swing.JComponent implements Serializable

    Serialization Methods

    writeObject

    private void writeObject(java.io.ObjectOutputStream arg0)
                      throws java.io.IOException
    Throws:
    java.io.IOException
    Serialized Fields

    orientation

    int orientation

    continuousLayout

    boolean continuousLayout

    leftComponent

    java.awt.Component leftComponent

    rightComponent

    java.awt.Component rightComponent

    dividerSize

    int dividerSize

    dividerSizeSet

    boolean dividerSizeSet

    oneTouchExpandable

    boolean oneTouchExpandable

    oneTouchExpandableSet

    boolean oneTouchExpandableSet

    lastDividerLocation

    int lastDividerLocation

    resizeWeight

    double resizeWeight

    dividerLocation

    int dividerLocation

    Class javax.swing.JSplitPane.AccessibleJSplitPane extends javax.swing.JComponent.AccessibleJComponent implements Serializable

    Class javax.swing.JTabbedPane extends javax.swing.JComponent implements Serializable

    Serialization Methods

    readObject

    private void readObject(java.io.ObjectInputStream arg0)
                     throws java.io.IOException,
                            java.lang.ClassNotFoundException
    Throws:
    java.io.IOException
    java.lang.ClassNotFoundException

    writeObject

    private void writeObject(java.io.ObjectOutputStream arg0)
                      throws java.io.IOException
    Throws:
    java.io.IOException
    Serialized Fields

    tabPlacement

    int tabPlacement

    tabLayoutPolicy

    int tabLayoutPolicy

    model

    javax.swing.SingleSelectionModel model

    haveRegistered

    boolean haveRegistered

    changeListener

    javax.swing.event.ChangeListener changeListener

    pages

    java.util.Vector<E> pages

    Class javax.swing.JTabbedPane.AccessibleJTabbedPane extends javax.swing.JComponent.AccessibleJComponent implements Serializable

    Class javax.swing.JTabbedPane.ModelListener extends java.lang.Object implements Serializable

    Class javax.swing.JTable extends javax.swing.JComponent implements Serializable

    Serialization Methods

    readObject

    private void readObject(java.io.ObjectInputStream arg0)
                     throws java.io.IOException,
                            java.lang.ClassNotFoundException
    Throws:
    java.io.IOException
    java.lang.ClassNotFoundException

    writeObject

    private void writeObject(java.io.ObjectOutputStream arg0)
                      throws java.io.IOException
    Throws:
    java.io.IOException
    Serialized Fields

    dataModel

    javax.swing.table.TableModel dataModel

    columnModel

    javax.swing.table.TableColumnModel columnModel

    selectionModel

    javax.swing.ListSelectionModel selectionModel

    tableHeader

    javax.swing.table.JTableHeader tableHeader

    rowHeight

    int rowHeight

    rowMargin

    int rowMargin

    gridColor

    java.awt.Color gridColor

    showHorizontalLines

    boolean showHorizontalLines

    showVerticalLines

    boolean showVerticalLines

    autoResizeMode

    int autoResizeMode

    autoCreateColumnsFromModel

    boolean autoCreateColumnsFromModel

    preferredViewportSize

    java.awt.Dimension preferredViewportSize

    rowSelectionAllowed

    boolean rowSelectionAllowed

    cellSelectionEnabled

    boolean cellSelectionEnabled

    selectionForeground

    java.awt.Color selectionForeground

    selectionBackground

    java.awt.Color selectionBackground

    rowModel

    javax.swing.SizeSequence rowModel

    dragEnabled

    boolean dragEnabled

    surrendersFocusOnKeystroke

    boolean surrendersFocusOnKeystroke

    editorRemover

    java.beans.PropertyChangeListener editorRemover

    columnSelectionAdjusting

    boolean columnSelectionAdjusting

    rowSelectionAdjusting

    boolean rowSelectionAdjusting

    isPrinting

    boolean isPrinting

    printError

    java.lang.Throwable printError

    isRowHeightSet

    boolean isRowHeightSet

    Class javax.swing.JTable.AccessibleJTable extends javax.swing.JComponent.AccessibleJComponent implements Serializable

    Serialized Fields

    lastSelectedRow

    int lastSelectedRow

    lastSelectedCol

    int lastSelectedCol

    caption

    javax.accessibility.Accessible caption

    summary

    javax.accessibility.Accessible summary

    rowDescription

    javax.accessibility.Accessible[] rowDescription

    columnDescription

    javax.accessibility.Accessible[] columnDescription

    Class javax.swing.JTextArea extends javax.swing.text.JTextComponent implements Serializable

    Serialization Methods

    writeObject

    private void writeObject(java.io.ObjectOutputStream arg0)
                      throws java.io.IOException
    Throws:
    java.io.IOException
    Serialized Fields

    rows

    int rows

    columns

    int columns

    columnWidth

    int columnWidth

    rowHeight

    int rowHeight

    wrap

    boolean wrap

    word

    boolean word

    Class javax.swing.JTextArea.AccessibleJTextArea extends javax.swing.text.JTextComponent.AccessibleJTextComponent implements Serializable

    Class javax.swing.JTextField extends javax.swing.text.JTextComponent implements Serializable

    Serialization Methods

    writeObject

    private void writeObject(java.io.ObjectOutputStream arg0)
                      throws java.io.IOException
    Throws:
    java.io.IOException
    Serialized Fields

    action

    javax.swing.Action action

    actionPropertyChangeListener

    java.beans.PropertyChangeListener actionPropertyChangeListener

    visibility

    javax.swing.BoundedRangeModel visibility

    horizontalAlignment

    int horizontalAlignment

    columns

    int columns

    columnWidth

    int columnWidth

    command

    java.lang.String command

    Class javax.swing.JTextField.AccessibleJTextField extends javax.swing.text.JTextComponent.AccessibleJTextComponent implements Serializable

    Class javax.swing.JTextPane extends javax.swing.JEditorPane implements Serializable

    Serialization Methods

    writeObject

    private void writeObject(java.io.ObjectOutputStream arg0)
                      throws java.io.IOException
    Throws:
    java.io.IOException

    Class javax.swing.JToggleButton extends javax.swing.AbstractButton implements Serializable

    Serialization Methods

    writeObject

    private void writeObject(java.io.ObjectOutputStream arg0)
                      throws java.io.IOException
    Throws:
    java.io.IOException

    Class javax.swing.JToggleButton.AccessibleJToggleButton extends javax.swing.AbstractButton.AccessibleAbstractButton implements Serializable

    Class javax.swing.JToggleButton.ToggleButtonModel extends javax.swing.DefaultButtonModel implements Serializable

    Class javax.swing.JToolBar extends javax.swing.JComponent implements Serializable

    Serialization Methods

    writeObject

    private void writeObject(java.io.ObjectOutputStream arg0)
                      throws java.io.IOException
    Throws:
    java.io.IOException
    Serialized Fields

    paintBorder

    boolean paintBorder

    margin

    java.awt.Insets margin

    floatable

    boolean floatable

    orientation

    int orientation

    Class javax.swing.JToolBar.AccessibleJToolBar extends javax.swing.JComponent.AccessibleJComponent implements Serializable

    Class javax.swing.JToolBar.Separator extends javax.swing.JSeparator implements Serializable

    Serialized Fields

    separatorSize

    java.awt.Dimension separatorSize

    Class javax.swing.JToolTip extends javax.swing.JComponent implements Serializable

    Serialization Methods

    writeObject

    private void writeObject(java.io.ObjectOutputStream arg0)
                      throws java.io.IOException
    Throws:
    java.io.IOException
    Serialized Fields

    tipText

    java.lang.String tipText

    component

    javax.swing.JComponent component

    Class javax.swing.JToolTip.AccessibleJToolTip extends javax.swing.JComponent.AccessibleJComponent implements Serializable

    Class javax.swing.JTree extends javax.swing.JComponent implements Serializable

    Serialization Methods

    readObject

    private void readObject(java.io.ObjectInputStream arg0)
                     throws java.io.IOException,
                            java.lang.ClassNotFoundException
    Throws:
    java.io.IOException
    java.lang.ClassNotFoundException

    writeObject

    private void writeObject(java.io.ObjectOutputStream arg0)
                      throws java.io.IOException
    Throws:
    java.io.IOException
    Serialized Fields

    rootVisible

    boolean rootVisible

    rowHeight

    int rowHeight

    rowHeightSet

    boolean rowHeightSet

    showsRootHandles

    boolean showsRootHandles

    showsRootHandlesSet

    boolean showsRootHandlesSet

    editable

    boolean editable

    largeModel

    boolean largeModel

    visibleRowCount

    int visibleRowCount

    invokesStopCellEditing

    boolean invokesStopCellEditing

    scrollsOnExpand

    boolean scrollsOnExpand

    scrollsOnExpandSet

    boolean scrollsOnExpandSet

    toggleClickCount

    int toggleClickCount

    leadPath

    javax.swing.tree.TreePath leadPath

    anchorPath

    javax.swing.tree.TreePath anchorPath

    expandsSelectedPaths

    boolean expandsSelectedPaths

    settingUI

    boolean settingUI

    dragEnabled

    boolean dragEnabled

    Class javax.swing.JTree.AccessibleJTree extends javax.swing.JComponent.AccessibleJComponent implements Serializable

    Serialized Fields

    leadSelectionPath

    javax.swing.tree.TreePath leadSelectionPath

    leadSelectionAccessible

    javax.accessibility.Accessible leadSelectionAccessible

    Class javax.swing.JTree.DynamicUtilTreeNode extends javax.swing.tree.DefaultMutableTreeNode implements Serializable

    Serialized Fields

    hasChildren

    boolean hasChildren

    childValue

    java.lang.Object childValue

    loadedChildren

    boolean loadedChildren

    Class javax.swing.JTree.EmptySelectionModel extends javax.swing.tree.DefaultTreeSelectionModel implements Serializable

    Class javax.swing.JTree.TreeSelectionRedirector extends java.lang.Object implements Serializable

    Class javax.swing.JViewport extends javax.swing.JComponent implements Serializable

    Serialized Fields

    isViewSizeSet

    boolean isViewSizeSet

    lastPaintPosition

    java.awt.Point lastPaintPosition

    backingStore

    boolean backingStore
    Deprecated. 

    scrollUnderway

    boolean scrollUnderway

    viewListener

    java.awt.event.ComponentListener viewListener

    scrollMode

    int scrollMode

    hasHadValidView

    boolean hasHadValidView

    Class javax.swing.JViewport.AccessibleJViewport extends javax.swing.JComponent.AccessibleJComponent implements Serializable

    Class javax.swing.JViewport.ViewListener extends java.awt.event.ComponentAdapter implements Serializable

    Class javax.swing.JWindow extends java.awt.Window implements Serializable

    Serialized Fields

    rootPane

    javax.swing.JRootPane rootPane

    rootPaneCheckingEnabled

    boolean rootPaneCheckingEnabled

    accessibleContext

    javax.accessibility.AccessibleContext accessibleContext

    Class javax.swing.JWindow.AccessibleJWindow extends java.awt.Window.AccessibleAWTWindow implements Serializable

    Class javax.swing.KeyStroke extends java.awt.AWTKeyStroke implements Serializable

    serialVersionUID: -9060180771037902530L

    Class javax.swing.LayoutFocusTraversalPolicy extends javax.swing.SortingFocusTraversalPolicy implements Serializable

    Serialization Methods

    readObject

    private void readObject(java.io.ObjectInputStream arg0)
                     throws java.io.IOException,
                            java.lang.ClassNotFoundException
    Throws:
    java.io.IOException
    java.lang.ClassNotFoundException

    writeObject

    private void writeObject(java.io.ObjectOutputStream arg0)
                      throws java.io.IOException
    Throws:
    java.io.IOException

    Class javax.swing.OverlayLayout extends java.lang.Object implements Serializable

    Serialized Fields

    target

    java.awt.Container target

    xChildren

    javax.swing.SizeRequirements[] xChildren

    yChildren

    javax.swing.SizeRequirements[] yChildren

    xTotal

    javax.swing.SizeRequirements xTotal

    yTotal

    javax.swing.SizeRequirements yTotal

    Class javax.swing.ScrollPaneLayout extends java.lang.Object implements Serializable

    Serialized Fields

    viewport

    javax.swing.JViewport viewport

    vsb

    javax.swing.JScrollBar vsb

    hsb

    javax.swing.JScrollBar hsb

    rowHead

    javax.swing.JViewport rowHead

    colHead

    javax.swing.JViewport colHead

    lowerLeft

    java.awt.Component lowerLeft

    lowerRight

    java.awt.Component lowerRight

    upperLeft

    java.awt.Component upperLeft

    upperRight

    java.awt.Component upperRight

    vsbPolicy

    int vsbPolicy

    hsbPolicy

    int hsbPolicy

    Class javax.swing.ScrollPaneLayout.UIResource extends javax.swing.ScrollPaneLayout implements Serializable

    Class javax.swing.SizeRequirements extends java.lang.Object implements Serializable

    Serialized Fields

    minimum

    int minimum

    preferred

    int preferred

    maximum

    int maximum

    alignment

    float alignment

    Class javax.swing.SpinnerDateModel extends javax.swing.AbstractSpinnerModel implements Serializable

    Serialized Fields

    start

    java.lang.Comparable<T> start

    end

    java.lang.Comparable<T> end

    value

    java.util.Calendar value

    calendarField

    int calendarField

    Class javax.swing.SpinnerListModel extends javax.swing.AbstractSpinnerModel implements Serializable

    Serialized Fields

    list

    java.util.List<E> list

    index

    int index

    Class javax.swing.SpinnerNumberModel extends javax.swing.AbstractSpinnerModel implements Serializable

    Serialized Fields

    stepSize

    java.lang.Number stepSize

    value

    java.lang.Number value

    minimum

    java.lang.Comparable<T> minimum

    maximum

    java.lang.Comparable<T> maximum

    Class javax.swing.Timer extends java.lang.Object implements Serializable

    Serialized Fields

    listenerList

    javax.swing.event.EventListenerList listenerList

    notify

    boolean notify

    initialDelay

    int initialDelay

    delay

    int delay

    repeats

    boolean repeats

    coalesce

    boolean coalesce

    doPostEvent

    java.lang.Runnable doPostEvent

    expirationTime

    long expirationTime

    nextTimer

    javax.swing.Timer nextTimer

    running

    boolean running

    Class javax.swing.TransferHandler extends java.lang.Object implements Serializable

    Serialized Fields

    propertyName

    java.lang.String propertyName

    Class javax.swing.UIDefaults extends java.util.Hashtable<java.lang.Object,java.lang.Object> implements Serializable

    Serialized Fields

    changeSupport

    javax.swing.event.SwingPropertyChangeSupport changeSupport

    resourceBundles

    java.util.Vector<E> resourceBundles

    defaultLocale

    java.util.Locale defaultLocale

    resourceCache

    java.util.Map<K,V> resourceCache

    Class javax.swing.UIManager extends java.lang.Object implements Serializable

    Class javax.swing.UnsupportedLookAndFeelException extends java.lang.Exception implements Serializable

    Class javax.swing.ViewportLayout extends java.lang.Object implements Serializable


    Package org.browsecode.helpers

    Class org.browsecode.helpers.LetterNumberOnlyDocument extends javax.swing.text.PlainDocument implements Serializable

    Serialized Fields

    allowReturns

    boolean allowReturns

    Class org.browsecode.helpers.MarkedScrollPane extends javax.swing.JScrollPane implements Serializable

    Serialized Fields

    tableToMark

    javax.swing.JTable tableToMark

    markedHorizontalScrollbar

    MarkedScrollPane.MarkedScrollBar markedHorizontalScrollbar

    Class org.browsecode.helpers.MarkedScrollPane.MarkedScrollBar extends javax.swing.JScrollPane.ScrollBar implements Serializable

    Serialized Fields

    columnsToHighlight

    int[] columnsToHighlight

    Class org.browsecode.helpers.NoReturnsDocument extends javax.swing.text.PlainDocument implements Serializable

    Serialized Fields

    beepShowError

    boolean beepShowError

    Class org.browsecode.helpers.NumberOnlyDocument extends LetterNumberOnlyDocument implements Serializable

    Serialized Fields

    allowsDecimalPoints

    boolean allowsDecimalPoints

    Package org.browsecode.helpers.controlcomputer

    Class org.browsecode.helpers.controlcomputer.TomcatManagerConnection.ConnectionFailed extends java.lang.Exception implements Serializable

    Class org.browsecode.helpers.controlcomputer.TomcatManagerConnection.ConnectionFailedCreatedUser extends TomcatManagerConnection.ConnectionFailed implements Serializable

    Class org.browsecode.helpers.controlcomputer.TomcatManagerConnection.CouldNotFindTomcatDirectory extends TomcatManagerConnection.ConnectionFailed implements Serializable


    Package org.browsecode.helpers.customizabletoolbar

    Class org.browsecode.helpers.customizabletoolbar.CustomizableToolbar extends javax.swing.JToolBar implements Serializable

    Serialized Fields

    currentButton

    javax.swing.JComponent currentButton

    currentButtonPosition

    int currentButtonPosition

    submenu

    javax.swing.JMenu submenu

    removeButton

    javax.swing.JMenuItem removeButton

    moveButtonAllTheWayLeft

    javax.swing.JMenuItem moveButtonAllTheWayLeft

    moveButtonAllTheWayRight

    javax.swing.JMenuItem moveButtonAllTheWayRight

    moveButton

    javax.swing.JMenuItem moveButton

    moveButtonLeft

    javax.swing.JMenuItem moveButtonLeft

    moveButtonRight

    javax.swing.JMenuItem moveButtonRight

    allButtons

    java.util.Vector<E> allButtons

    toolbarGlassPaneHandler

    ReorderableDragHandler toolbarGlassPaneHandler

    typeOfCustomization

    int typeOfCustomization

    thisCustomizableToolbar

    CustomizableToolbar thisCustomizableToolbar

    popupMenu

    javax.swing.JPopupMenu popupMenu

    Class org.browsecode.helpers.customizabletoolbar.CustomizableToolbarDialog extends javax.swing.JDialog implements Serializable

    Class org.browsecode.helpers.customizabletoolbar.EmailMenuBar extends javax.swing.JMenuBar implements Serializable

    Serialized Fields

    toolbar

    CustomizableToolbar toolbar

    frame

    java.awt.Frame frame

    customizeToolbar

    javax.swing.JMenuItem customizeToolbar

    Class org.browsecode.helpers.customizabletoolbar.ImagePainter extends javax.swing.JComponent implements Serializable

    Serialized Fields

    image

    javax.swing.ImageIcon image

    Class org.browsecode.helpers.customizabletoolbar.PlaceHolder extends javax.swing.JPanel implements Serializable

    Serialized Fields

    componentToImitate

    java.awt.Component componentToImitate

    holdHorizontal

    boolean holdHorizontal

    pixelsLength

    int pixelsLength

    Class org.browsecode.helpers.customizabletoolbar.ToolbarFakePanel extends javax.swing.JComponent implements Serializable

    Serialized Fields

    background

    javax.swing.ImageIcon background

    customizableToolbar

    CustomizableToolbar customizableToolbar

    paintAroundMouse

    boolean paintAroundMouse

    glassPane

    javax.swing.JComponent glassPane

    rectAroundMouse

    java.awt.geom.Rectangle2D rectAroundMouse

    Package org.browsecode.helpers.display

    Class org.browsecode.helpers.display.BasicArrayEditor extends java.awt.Container implements Serializable

    Serialized Fields

    method

    BasicProperty method

    list

    javax.swing.JList list

    delete

    javax.swing.JButton delete

    undo

    javax.swing.JButton undo

    originalObjects

    java.lang.Object[] originalObjects

    objects

    java.lang.Object[] objects

    listModel

    javax.swing.DefaultListModel listModel

    currentSelection

    int currentSelection

    Class org.browsecode.helpers.display.BasicBooleanEditor extends java.awt.Container implements Serializable

    Serialized Fields

    viewer

    BasicProperty viewer

    theBoolean

    java.lang.Boolean theBoolean

    trueButton

    javax.swing.JRadioButton trueButton

    falseButton

    javax.swing.JRadioButton falseButton

    Class org.browsecode.helpers.display.BasicEditor extends TranslucentContainer implements Serializable

    Serialized Fields

    integer

    java.lang.Integer integer

    theDouble

    java.lang.Double theDouble

    theEdit

    java.lang.Object theEdit

    theString

    java.lang.String theString

    property

    BasicProperty property

    undo

    javax.swing.JButton undo

    editArea

    javax.swing.text.JTextComponent editArea

    saveChanges

    javax.swing.JButton saveChanges

    extraInfo

    javax.swing.JLabel extraInfo

    theFloat

    java.lang.Float theFloat

    postfixText

    java.lang.String postfixText

    lastString

    java.lang.String lastString

    Class org.browsecode.helpers.display.BasicEditorBig extends BasicEditor implements Serializable

    Serialized Fields

    textArea

    javax.swing.JTextArea textArea

    Class org.browsecode.helpers.display.BasicEditorTiny extends BasicEditor implements Serializable

    Serialized Fields

    postponingDueToMouse

    boolean postponingDueToMouse

    textField

    javax.swing.JTextField textField

    postponeDie

    boolean postponeDie

    isBeingEdited

    boolean isBeingEdited

    postponeDeath

    boolean postponeDeath

    dieWhenNotEditing

    boolean dieWhenNotEditing

    dieAfter

    java.util.Date dieAfter

    dieNextPaint

    boolean dieNextPaint

    Class org.browsecode.helpers.display.HTMLHelpFile extends TranslucentContainer implements Serializable

    Serialized Fields

    scrollHelp

    javax.swing.JScrollPane scrollHelp

    helpEditor

    javax.swing.JEditorPane helpEditor

    translucent

    boolean translucent

    failedLoadPage

    java.net.URL failedLoadPage

    Class org.browsecode.helpers.display.InvocationViewer extends java.awt.Container implements Serializable

    Serialized Fields

    objectToInvokeOn

    java.lang.Object objectToInvokeOn

    method

    java.lang.reflect.Method method

    invoke

    javax.swing.JButton invoke

    result

    javax.swing.JLabel result

    resultText

    javax.swing.JTextArea resultText

    Class org.browsecode.helpers.display.ObjectViewer extends TranslucentContainer implements Serializable

    Class org.browsecode.helpers.display.ObjectViewerTree extends ObjectViewer implements Serializable

    Serialized Fields

    scrollEditor

    javax.swing.JScrollPane scrollEditor

    help

    javax.swing.JEditorPane help

    helpURL

    java.lang.String helpURL

    scrollTree

    javax.swing.JScrollPane scrollTree

    object

    java.lang.Object object

    objectClass

    java.lang.Class<T> objectClass

    showAllFunctions

    boolean showAllFunctions

    tree

    javax.swing.JTree tree

    root

    OneObjectViewer root

    Class org.browsecode.helpers.display.TranslucentContainer extends javax.swing.JComponent implements Serializable

    Serialized Fields

    translucency

    int translucency

    emphasis

    boolean emphasis

    backgroundColor

    java.awt.Color backgroundColor

    editingBackgroundColor

    java.awt.Color editingBackgroundColor

    outlineColor

    java.awt.Color outlineColor

    editingOutlineColor

    java.awt.Color editingOutlineColor

    Package org.browsecode.helpers.html

    Class org.browsecode.helpers.html.OpenInBrowser.LaunchBrowserAction extends javax.swing.AbstractAction implements Serializable

    Serialized Fields

    urlToVisit

    java.lang.String urlToVisit

    Package org.browsecode.helpers.images

    Class org.browsecode.helpers.images.ColoredJLabel extends javax.swing.JLabel implements Serializable

    Class org.browsecode.helpers.images.ExpandableImagePanel extends javax.swing.JComponent implements Serializable

    Serialized Fields

    topLeft

    javax.swing.ImageIcon topLeft

    top

    javax.swing.ImageIcon top

    topRight

    javax.swing.ImageIcon topRight

    right

    javax.swing.ImageIcon right

    bottomRight

    javax.swing.ImageIcon bottomRight

    bottom

    javax.swing.ImageIcon bottom

    bottomLeft

    javax.swing.ImageIcon bottomLeft

    left

    javax.swing.ImageIcon left

    extraBorder

    int extraBorder

    text

    java.lang.String text

    imageInsets

    java.awt.Insets imageInsets

    gradientTopColor

    java.awt.Color gradientTopColor

    gradientBottomColor

    java.awt.Color gradientBottomColor

    myBorder

    javax.swing.border.Border myBorder

    insetBackground

    boolean insetBackground

    lastHeight

    int lastHeight

    lastGradientPaint

    java.awt.GradientPaint lastGradientPaint

    Class org.browsecode.helpers.images.ImagePanel extends javax.swing.JComponent implements Serializable

    Serialized Fields

    image

    javax.swing.ImageIcon image

    text

    java.lang.String text

    imageInsets

    java.awt.Insets imageInsets

    horizontalAlignment

    float horizontalAlignment

    verticalAlignment

    float verticalAlignment

    Class org.browsecode.helpers.images.OneColorPanel extends javax.swing.JPanel implements Serializable

    Serialized Fields

    width

    int width

    height

    int height

    Package org.browsecode.helpers.installer.applications

    Class org.browsecode.helpers.installer.applications.InstallApplicationCard extends ProgressCard implements Serializable

    Serialized Fields

    applicationSet

    ApplicationSet applicationSet

    application

    ApplicationToInstall application

    thingToNotifyWhenUserPrompts

    InstallApplication.NotifyAfterUserBrowses thingToNotifyWhenUserPrompts

    computerToInstallOn

    ControlComputerInterface computerToInstallOn

    postInstallMessage

    javax.swing.JTextPane postInstallMessage

    aBrowseButton

    javax.swing.JButton aBrowseButton

    isShowingBrowseDialog

    boolean isShowingBrowseDialog

    skipSearchingButton

    javax.swing.JButton skipSearchingButton

    restartProcessButton

    javax.swing.JButton restartProcessButton

    dialogResult

    int dialogResult

    dialog

    javax.swing.JDialog dialog

    fileChooser

    javax.swing.JFileChooser fileChooser

    chooserFrame

    javax.swing.JFrame chooserFrame

    dialogs

    Dialogs dialogs

    showingHideDialog

    boolean showingHideDialog

    Package org.browsecode.helpers.layouts

    Class org.browsecode.helpers.layouts.BetterFlowLayoutPanel extends javax.swing.JComponent implements Serializable

    Serialized Fields

    components

    java.util.Vector<E> components

    textPane

    javax.swing.JTextPane textPane

    debug

    java.lang.String debug

    Class org.browsecode.helpers.layouts.BetterFlowLayoutPanel.MaxIsPreferred extends javax.swing.JComponent implements Serializable

    Serialized Fields

    wrapAround

    java.awt.Component wrapAround

    Class org.browsecode.helpers.layouts.BetterPrefWidth extends javax.swing.JComponent implements Serializable

    Serialized Fields

    prefWidthFactor

    double prefWidthFactor

    Class org.browsecode.helpers.layouts.MaxHeightIsPreferredHeight extends javax.swing.JComponent implements Serializable

    Serialized Fields

    toWrap

    java.awt.Component toWrap

    Package org.browsecode.helpers.menus

    Class org.browsecode.helpers.menus.TextComponentDemo extends javax.swing.JFrame implements Serializable

    Serialized Fields

    textPane

    javax.swing.JTextPane textPane

    doc

    javax.swing.text.AbstractDocument doc

    htmlDocument

    javax.swing.text.html.HTMLDocument htmlDocument

    htmlEditorKit

    javax.swing.text.html.HTMLEditorKit htmlEditorKit

    changeLog

    javax.swing.JTextArea changeLog

    newline

    java.lang.String newline

    undoHandler

    UndoHandler undoHandler

    dialogs

    Dialogs dialogs

    Class org.browsecode.helpers.menus.TextComponentDemo.CaretListenerLabel extends javax.swing.JLabel implements Serializable


    Package org.browsecode.helpers.menus.html

    Class org.browsecode.helpers.menus.html.EditInEkitAction extends HTMLTextAction implements Serializable

    Class org.browsecode.helpers.menus.html.EkitRedirectAction extends HTMLTextAction implements Serializable

    Serialized Fields

    ekitAction

    EkitAction ekitAction

    actionCommand

    java.lang.String actionCommand

    servletURL

    java.lang.String servletURL

    Class org.browsecode.helpers.menus.html.EkitViewSourceAction extends HTMLTextAction implements Serializable

    Class org.browsecode.helpers.menus.html.HTMLAddBreakAction extends HTMLTextAction implements Serializable

    Class org.browsecode.helpers.menus.html.HTMLAddLinkAction extends HTMLTextAction implements Serializable

    Class org.browsecode.helpers.menus.html.HTMLTextAction extends javax.swing.text.html.HTMLEditorKit.InsertHTMLTextAction implements Serializable

    Serialized Fields

    dialogs

    Dialogs dialogs

    Package org.browsecode.helpers.progressbar

    Class org.browsecode.helpers.progressbar.ProgressBar extends javax.swing.JComponent implements Serializable

    Serialized Fields

    total

    float total

    current

    float current

    buffer

    java.awt.Image buffer

    red

    float red

    green

    float green

    blue

    float blue

    isHorizontal

    boolean isHorizontal

    startLow

    boolean startLow

    foreColor

    java.awt.Color foreColor

    brightenForeground

    boolean brightenForeground

    backColor

    java.awt.Color backColor

    reverseBackground

    boolean reverseBackground

    innerColor

    java.awt.Color innerColor

    brightenInner

    boolean brightenInner

    reverseInner

    boolean reverseInner

    brightenBackround

    boolean brightenBackround

    Package org.browsecode.helpers.reorderablelistpanel

    Class org.browsecode.helpers.reorderablelistpanel.ReorderableListItemPanel extends javax.swing.JComponent implements Serializable

    Serialized Fields

    dragPanel

    ImagePanel dragPanel

    reorderableComponent

    java.awt.Component reorderableComponent

    reorderableListItem

    java.lang.Object reorderableListItem

    image

    javax.swing.ImageIcon image

    title

    java.lang.String title

    titleInsets

    java.awt.Insets titleInsets

    compressionButton

    javax.swing.JButton compressionButton

    isCompressed

    boolean isCompressed

    lastHiddenSummary

    java.awt.Component lastHiddenSummary

    rightPanelCardLayout

    java.awt.CardLayout rightPanelCardLayout

    rightPanel

    javax.swing.JPanel rightPanel

    hiddenImage

    javax.swing.ImageIcon hiddenImage

    showingImage

    javax.swing.ImageIcon showingImage

    vBox

    javax.swing.Box vBox

    focusOtherListener

    FocusOtherListener focusOtherListener

    myMouseListener

    org.browsecode.helpers.reorderablelistpanel.ReorderableListItemPanel.DragPanelMouseListener myMouseListener

    dragPanelTitle

    javax.swing.JLabel dragPanelTitle

    thisListItem

    ReorderableListItemPanel<T> thisListItem

    reorderableListPanel

    ReorderableListPanel<T> reorderableListPanel

    Class org.browsecode.helpers.reorderablelistpanel.ReorderableListPanel extends javax.swing.JComponent implements Serializable

    Serialized Fields

    debug

    boolean debug

    thisReorderableListPanel

    ReorderableListPanel<T> thisReorderableListPanel

    focusOtherListener

    FocusOtherListener focusOtherListener

    alwaysShowNewButton

    boolean alwaysShowNewButton

    imageBorderInsets

    java.awt.Insets imageBorderInsets

    dragHandler

    ReorderableDragNDropHandler<T> dragHandler

    buttonBox

    javax.swing.Box buttonBox

    newItemButton

    javax.swing.JButton newItemButton

    newItemButtonIsIn

    boolean newItemButtonIsIn

    compressionButtonVisible

    boolean compressionButtonVisible

    itemsName

    java.lang.String itemsName

    itemListPanel

    javax.swing.JPanel itemListPanel

    popupMenu

    javax.swing.JPopupMenu popupMenu

    move

    javax.swing.JMenuItem move

    moveUpAllWay

    javax.swing.JMenuItem moveUpAllWay

    moveUp

    javax.swing.JMenuItem moveUp

    moveDown

    javax.swing.JMenuItem moveDown

    moveDownAllWay

    javax.swing.JMenuItem moveDownAllWay

    editItem

    javax.swing.JMenuItem editItem

    editItemSeparator

    javax.swing.JPopupMenu.Separator editItemSeparator

    deleteItem

    javax.swing.JMenuItem deleteItem

    newItem

    javax.swing.JMenuItem newItem

    compressAll

    javax.swing.JMenuItem compressAll

    expandAll

    javax.swing.JMenuItem expandAll

    menuIsPoppedUpAboutItem

    ReorderableListItemPanel<T> menuIsPoppedUpAboutItem

    lastMyReorderableChangeListener

    ReorderableListPanel.MyReorderableChangeListener lastMyReorderableChangeListener

    renderer

    ReorderableListModelRenderer<T> renderer

    listModel

    ReorderableListModel<E> listModel

    getDoubleClicks

    ReorderableListPanel.GetDoubleClicks getDoubleClicks

    items

    int items
    Adds this item to the top of the popup menu.


    newItemListener

    ReorderableListPanel.NewItemListener<T2> newItemListener

    Class org.browsecode.helpers.reorderablelistpanel.ReorderableTransferHandler extends javax.swing.TransferHandler implements Serializable

    Serialized Fields

    importableDataFlavors

    java.awt.datatransfer.DataFlavor[] importableDataFlavors

    classFlavor

    java.awt.datatransfer.DataFlavor classFlavor

    targetReorderableListPanel

    ReorderableListPanel<T> targetReorderableListPanel

    listPanelToDropIn

    ReorderableListPanel<T> listPanelToDropIn

    Package org.browsecode.helpers.tree

    Class org.browsecode.helpers.tree.TreeCell extends javax.swing.JComponent implements Serializable

    Serialized Fields

    internalComponents

    javax.swing.JPanel internalComponents

    expandWidget

    javax.swing.JButton expandWidget

    title

    java.lang.String title

    expandedIcon

    javax.swing.ImageIcon expandedIcon

    contractedIcon

    javax.swing.ImageIcon contractedIcon

    componentToHideShow

    javax.swing.JComponent componentToHideShow

    expandContractActionListener

    java.awt.event.ActionListener expandContractActionListener

    Package org.browsecode.helpers.undo

    Class org.browsecode.helpers.undo.CompoundUndoableEdit2 extends javax.swing.undo.CompoundEdit implements Serializable

    Serialized Fields

    keyObject

    java.lang.Object keyObject

    changeType

    java.lang.Object changeType

    presentationName

    java.lang.String presentationName

    isSignificant

    java.lang.Boolean isSignificant

    Class org.browsecode.helpers.undo.CompoundUndoableEdit2.ExtendedUndoException extends javax.swing.undo.CannotUndoException implements Serializable


    Package org.browsecode.helpers.wizard

    Class org.browsecode.helpers.wizard.HTMLTextCard extends WizardCard implements Serializable

    Serialized Fields

    showMessage

    java.lang.String showMessage

    htmlMessage

    javax.swing.JTextPane htmlMessage

    title

    java.lang.String title

    Class org.browsecode.helpers.wizard.ProgressCard extends WizardCard implements Serializable

    Serialized Fields

    message

    javax.swing.JLabel message

    statusText

    javax.swing.JLabel statusText

    progress

    javax.swing.JProgressBar progress

    closeOnFinish

    boolean closeOnFinish

    importThread

    java.lang.Thread importThread

    lockCard

    boolean lockCard

    Class org.browsecode.helpers.wizard.StyledDocumentCard extends WizardCard implements Serializable

    Serialized Fields

    text

    javax.swing.JTextPane text

    haveInitialized

    boolean haveInitialized

    Class org.browsecode.helpers.wizard.Wizard extends javax.swing.JPanel implements Serializable

    Serialized Fields

    backgroundImage

    javax.swing.ImageIcon backgroundImage

    titleLabel

    javax.swing.JLabel titleLabel

    cancelButton

    javax.swing.JButton cancelButton

    helpButton

    javax.swing.JButton helpButton

    previousButton

    javax.swing.JButton previousButton

    nextButton

    javax.swing.JButton nextButton

    indicatorGroup

    javax.swing.ButtonGroup indicatorGroup

    indicatorBox

    javax.swing.JComponent indicatorBox

    contentBox

    javax.swing.JComponent contentBox

    finishedButtonLabel

    java.lang.String finishedButtonLabel

    currentCard

    int currentCard

    cards

    java.util.ArrayList<E> cards

    listener

    WizardListener listener

    lock

    boolean lock

    windowShownIn

    javax.swing.JFrame windowShownIn

    disposeWindowWhenDone

    boolean disposeWindowWhenDone

    propertyList

    java.util.HashMap<K,V> propertyList

    enableNext

    boolean enableNext

    helpViewerFrame

    javax.swing.JFrame helpViewerFrame

    helpViewer

    HTMLHelpFile helpViewer

    enableAllIndicators

    boolean enableAllIndicators

    Class org.browsecode.helpers.wizard.WizardCard extends javax.swing.JPanel implements Serializable

    Serialized Fields

    wizard

    Wizard wizard

    hasBeenInitialized

    boolean hasBeenInitialized

    helpURL

    java.net.URL helpURL

    next

    WizardCard next

    Class org.browsecode.helpers.wizard.WizardDialog extends javax.swing.JDialog implements Serializable

    Serialized Fields

    wizard

    Wizard wizard