Serialized Form
Package cmu.jspsurveymanager |
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
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
debuggingOutput
javax.swing.JTextArea debuggingOutput
tabbedPane
javax.swing.JTabbedPane tabbedPane
prevPrintErrorMessages
boolean prevPrintErrorMessages
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
Package cmu.survey.data.databits |
dataBit
DataBit<T> dataBit
oldValue
java.lang.Object oldValue
newValue
java.lang.Object newValue
Package cmu.survey.data.mysql |
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 |
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 |
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
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
dialogs
Dialogs dialogs
survey
Survey survey
editor
Editor editor
showAnswersFor
javax.swing.JButton showAnswersFor
showAnswersForAll
javax.swing.JButton showAnswersForAll
Package cmu.survey.editor.gui.pages |
dialogs
Dialogs dialogs
objectStorage
DataBitStorage objectStorage
notifyAfterCompletion
NewTableAction.NewTableListener notifyAfterCompletion
type
java.lang.String type
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
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
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
panel
SurveyEditorPanel panel
- Comment for
panel
Package cmu.survey.editor.gui.propertiespanels |
dialogs
Dialogs dialogs
wizardCard
WizardCard wizardCard
pageNameErrorBox
PropertiesPanel.ErrorBox pageNameErrorBox
showInstructions
boolean showInstructions
errorDetail
PropertiesPanel.ErrorDetail errorDetail
ignoredError
boolean ignoredError
errorText
javax.swing.text.JTextComponent errorText
ignoreErrorButton
javax.swing.JButton ignoreErrorButton
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
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 |
wizard
Wizard wizard
surveyEditorPanel
SurveyEditorPanel surveyEditorPanel
firstPageCard
PageCard firstPageCard
wizard
Wizard wizard
objectStorage
DataBitStorage objectStorage
surveyEditorPanel
SurveyEditorPanel surveyEditorPanel
questionTypeCard
QuestionTypeCard questionTypeCard
groupPropertiesCard
GroupPropertiesCard groupPropertiesCard
undoHandler
UndoHandler undoHandler
surveyEditorPanel
SurveyEditorPanel surveyEditorPanel
questionType
java.lang.String questionType
scaleQuestion
boolean scaleQuestion
thisQuestionDragStarterImage
QuestionDragStarterImage thisQuestionDragStarterImage
mouseListener
cmu.survey.editor.gui.questions.QuestionDragStarterImage.MyMouseListener mouseListener
pagePanel
PagePanel pagePanel
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
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
errorButton
javax.swing.JButton errorButton
preStartQuestion
javax.swing.JComponent preStartQuestion
startQuestion
javax.swing.JComponent startQuestion
middleComponents
javax.swing.JComponent[] middleComponents
layoutRigidly
boolean layoutRigidly
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
endQuestion
javax.swing.JComponent endQuestion
innerPanel
javax.swing.JComponent innerPanel
fixedWidthForEndQuestion
int fixedWidthForEndQuestion
Package cmu.survey.editor.gui.questions.parts |
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
partSet
AuxillaryQuestionPartSet partSet
page
Page page
objectStorage
DataBitStorage objectStorage
questionPanel
QuestionPanel questionPanel
partRenderer
AbstractPartRenderer partRenderer
textBit
StringDataBit textBit
textBitEditor
HTMLDBTextArea textBitEditor
shortAnswerHolder
BetterPrefWidth shortAnswerHolder
shortAnswerPart
ShortAnswerPart shortAnswerPart
undoHandler
UndoHandler undoHandler
choicesSet
ChoicesDataBitSet choicesSet
variable
VariableDataBitSet variable
filterTypeDropDown
FilterTypeDropDown filterTypeDropDown
filterType
StringDataBit filterType
table
StringDataBit table
comboBox
javax.swing.JComboBox comboBox
choicesSet
ChoicesDataBitSet choicesSet
textArea
javax.swing.JTextArea textArea
textArea
HTMLDBTextArea textArea
focusOtherListener
FocusOtherListener focusOtherListener
friendlyType
java.lang.String friendlyType
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
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
radioButtonListPanel
RadioButtonListPanel radioButtonListPanel
refreshComponent
java.awt.Component refreshComponent
scalePieces
javax.swing.JComponent[] scalePieces
defaultStartTag
java.lang.String defaultStartTag
defaultEndTag
java.lang.String defaultEndTag
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
textField
javax.swing.JTextField textField
variable
VariableDataBitSet variable
TEXT_ANSWER_STRING
java.lang.String TEXT_ANSWER_STRING
Package cmu.survey.editor.gui.surveys |
surveyPreferences
Preferences surveyPreferences
- Comment for
panel
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
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 |
emailsList
javax.swing.JList emailsList
surveyListScrollPane
javax.swing.JScrollPane surveyListScrollPane
openPresentEmail
javax.swing.JRadioButton openPresentEmail
makeNewEmail
javax.swing.JRadioButton makeNewEmail
emailInfo
EmailWizardCard1List.EmailInfo emailInfo
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
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
titleLabel
javax.swing.JLabel titleLabel
tableHolder
javax.swing.JPanel tableHolder
usersPanel
TablePanel usersPanel
emailInfo
EmailWizardCard1List.EmailInfo emailInfo
titleLabel
javax.swing.JLabel titleLabel
next
WizardCard next
sendConfirmationsCard
EmailWizardCard5SendConfirmations sendConfirmationsCard
sendProgressCard
EmailWizardCard5SendProgress sendProgressCard
emailInfo
EmailWizardCard1List.EmailInfo emailInfo
sendConfirmations
javax.swing.JCheckBox sendConfirmations
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
next
WizardCard next
logResultsCard
EmailWizardCard6LogResults logResultsCard
emailInfo
EmailWizardCard1List.EmailInfo emailInfo
titleLabel
javax.swing.JLabel titleLabel
next
WizardCard next
emailInfo
EmailWizardCard1List.EmailInfo emailInfo
resultsLog
javax.swing.JTextArea resultsLog
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
tableList
javax.swing.JList tableList
tableStorage
TableStorage tableStorage
fileChooser
javax.swing.JFileChooser fileChooser
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
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
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
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 |
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
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
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
titleLabel
javax.swing.JLabel titleLabel
fileChooser
javax.swing.JFileChooser fileChooser
next
WizardCard next
exportSurvey
ExportSurvey exportSurvey
Package cmu.survey.editor.gui.wizards.page |
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
pagePropertiesPanel
PagePropertiesPanel pagePropertiesPanel
loginHelpURL
java.net.URL loginHelpURL
Package cmu.survey.editor.gui.wizards.question |
groupProperties
RandomizeInsidePropertiesPanel groupProperties
haveHelpText
javax.swing.JCheckBox haveHelpText
helpTextArea
HTMLDBTextArea helpTextArea
lastHelpText
java.lang.String lastHelpText
helpTextAreaBox
javax.swing.Box helpTextAreaBox
question
QuestionDataBitSet question
question
QuestionDataBitSet question
isNewQuestion
boolean isNewQuestion
userAlreadyPickedQuestionType
boolean userAlreadyPickedQuestionType
next
QuestionCard next
serialVersionUID: 3257002146808607029L
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
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
variablePropertiesPanel
VariablePropertiesPanel variablePropertiesPanel
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 |
Package cmu.survey.gui.databits |
data
DataBit<T> data
loader
DataBitStorage loader
items
cmu.survey.gui.databits.DropDownItem[] items
focusOtherListener
FocusOtherListener focusOtherListener
fireChanges
boolean fireChanges
textArea
javax.swing.JTextArea textArea
data
DataBit<T> data
textComponent
javax.swing.text.JTextComponent textComponent
focusOtherListener
FocusOtherListener focusOtherListener
jTextField
javax.swing.JTextField jTextField
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
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
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.
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.
stringData
StringDataBit stringData
inUpdate
boolean inUpdate
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
stringData
StringDataBit stringData
isCurrentlyChanging
boolean isCurrentlyChanging
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
objectStorage
DataBitStorage objectStorage
setCaseSensitive
boolean setCaseSensitive
caseSensitive
boolean caseSensitive
variable
VariableDataBitSet variable
answersTable
StringDataBit answersTable
answersTableModel
DataTableModel answersTableModel
objectStorage
DataBitStorage objectStorage
variableNameChecker
VariableNameChecker variableNameChecker
tableNamePropertyListener
VariableNameDropDown.TableNamePropertyListener tableNamePropertyListener
Package cmu.survey.gui.table |
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().
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
tablePanel
TablePanel tablePanel
filterPanelBox
javax.swing.Box filterPanelBox
buttonBox
javax.swing.Box buttonBox
more
javax.swing.JButton more
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
filterType
StringDataBit filterType
dialogs
Dialogs dialogs
fileChooser
javax.swing.JFileChooser fileChooser
databaseEditor
DatabaseEditor databaseEditor
tablePanelManager
TablePanelManager tablePanelManager
importTable
ImportTableToTableStorage importTable
importExportTable
ImportExportTable importExportTable
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
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
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
table
javax.swing.JTable table
table
javax.swing.JTable table
tableModelSQL
DataTableModelSQL tableModelSQL
queryTables
javax.swing.JTextField queryTables
queryWhere
javax.swing.JTextField queryWhere
doQueryButton
javax.swing.JButton doQueryButton
columnNames
java.util.Vector<E> columnNames
data
java.util.Vector<E> data
columnTypes
java.util.Vector<E> columnTypes
Package cmu.survey.gui.table.stacktablewizard |
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
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 |
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
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
dbFieldTextField
java.lang.String dbFieldTextField
dbFieldTextFieldType
java.lang.String dbFieldTextFieldType
renderer
CheckboxHTMLRenderer renderer
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
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.
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
showNoTimeButton
boolean showNoTimeButton
value
java.lang.String value
userSetValue
boolean userSetValue
renderer
HiddenFieldHTMLRenderer renderer
useDifferentBackgroundColor
boolean useDifferentBackgroundColor
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
questions
java.util.Vector<E> questions
questionText
java.lang.String questionText
numberOfColumns
int numberOfColumns
variables
java.util.Vector<E> variables
unclosedTable
boolean unclosedTable
otherInfo
java.lang.Object otherInfo
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
survey
Survey survey
id
java.lang.Integer id
firstThrownError
java.lang.String firstThrownError
firstThrownException
java.lang.Throwable firstThrownException
supplementalErrorInfo
HasErrorInfo supplementalErrorInfo
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
dbField
java.lang.String dbField
type
java.lang.String type
defaultValue
java.lang.String defaultValue
answer
Answer answer
otherAnswers
java.util.Vector<E> otherAnswers
horizontal
boolean horizontal
horizontalWithNoColumns
boolean horizontalWithNoColumns
showTitles
boolean showTitles
showTheRadioButtonGraphic
boolean showTheRadioButtonGraphic
otherTextFieldAnswer
Answer otherTextFieldAnswer
renderer
ButtonHTMLRenderer renderer
buttons
java.util.Vector<E> buttons
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.
dataSurvey
Survey dataSurvey
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
madeOwnDatabaseConnection
DatabaseConnection madeOwnDatabaseConnection
table
java.lang.String table
sqlwhere
java.lang.String sqlwhere
sqlOrderBy
java.lang.String sqlOrderBy
DEFAULT_COLUMNS
int DEFAULT_COLUMNS
DEFAULT_ROWS
int DEFAULT_ROWS
columns
int columns
rows
int rows
inputType
java.lang.String inputType
useDifferentBackgroundColor
boolean useDifferentBackgroundColor
bold
boolean bold
Package cmu.tawc.data.wizard |
tawcSettings
TawcSettings tawcSettings
saveResults
SaveResults saveResults
tawcSettings
TawcSettings tawcSettings
fileChooser
javax.swing.JFileChooser fileChooser
instructions
javax.swing.JTextPane instructions
instructions2
javax.swing.JTextPane instructions2
pickData
PickDataFromTable pickData
tawcSettings
TawcSettings tawcSettings
fileChooser
javax.swing.JFileChooser fileChooser
instructions
javax.swing.JTextPane instructions
instructions2
javax.swing.JTextPane instructions2
loadDictionary
LoadDictionary loadDictionary
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
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
tawcSettings
TawcSettings tawcSettings
instructions
javax.swing.JTextPane instructions
saveAsExcel
javax.swing.JButton saveAsExcel
saveAsSpreadsheet
javax.swing.JButton saveAsSpreadsheet
dialogs
Dialogs dialogs
thisCard
SaveResults thisCard
Class javax.swing.AbstractAction extends java.lang.Object implements Serializable |
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
enabled
boolean enabled
changeSupport
javax.swing.event.SwingPropertyChangeSupport changeSupport
Class javax.swing.AbstractButton extends javax.swing.JComponent implements Serializable |
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 |
listenerList
javax.swing.event.EventListenerList listenerList
Class javax.swing.AbstractListModel extends java.lang.Object implements Serializable |
listenerList
javax.swing.event.EventListenerList listenerList
Class javax.swing.ActionMap extends java.lang.Object implements Serializable |
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
parent
javax.swing.ActionMap parent
Class javax.swing.Box extends javax.swing.JComponent implements Serializable |
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 |
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 |
axis
int axis
target
java.awt.Container target
Class javax.swing.ButtonGroup extends java.lang.Object implements Serializable |
buttons
java.util.Vector<E> buttons
selection
javax.swing.ButtonModel selection
Class javax.swing.CellRendererPane extends java.awt.Container implements Serializable |
writeObject
private void writeObject(java.io.ObjectOutputStream arg0)
throws java.io.IOException
- Throws:
java.io.IOException
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 |
component
javax.swing.JComponent component
Class javax.swing.DefaultBoundedRangeModel extends java.lang.Object implements Serializable |
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 |
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 |
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 |
value
java.lang.Object value
Class javax.swing.DefaultComboBoxModel extends javax.swing.AbstractListModel implements Serializable |
objects
java.util.Vector<E> objects
selectedObject
java.lang.Object selectedObject
Class javax.swing.DefaultDesktopManager extends java.lang.Object implements Serializable |
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 |
delegate
java.util.Vector<E> delegate
Class javax.swing.DefaultListSelectionModel extends java.lang.Object implements Serializable |
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 |
listenerList
javax.swing.event.EventListenerList listenerList
index
int index
Class javax.swing.ImageIcon extends java.lang.Object implements Serializable |
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
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 |
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 |
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
parent
javax.swing.InputMap parent
Class javax.swing.JApplet extends java.applet.Applet implements Serializable |
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 |
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 |
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
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 |
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 |
writeObject
private void writeObject(java.io.ObjectOutputStream arg0)
throws java.io.IOException
- Throws:
java.io.IOException
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 |
writeObject
private void writeObject(java.io.ObjectOutputStream arg0)
throws java.io.IOException
- Throws:
java.io.IOException
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 |
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 |
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
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 |
accessibleContainerHandler
java.awt.event.ContainerListener accessibleContainerHandler
accessibleFocusHandler
java.awt.event.FocusListener accessibleFocusHandler
Class javax.swing.JDesktopPane extends javax.swing.JLayeredPane implements Serializable |
writeObject
private void writeObject(java.io.ObjectOutputStream arg0)
throws java.io.IOException
- Throws:
java.io.IOException
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 |
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 |
writeObject
private void writeObject(java.io.ObjectOutputStream arg0)
throws java.io.IOException
- Throws:
java.io.IOException
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 |
accessibleContext
javax.accessibility.AccessibleContext accessibleContext
Class javax.swing.JEditorPane.JEditorPaneAccessibleHypertextSupport extends javax.swing.JEditorPane.AccessibleJEditorPane implements Serializable |
hyperlinks
javax.swing.JEditorPane.JEditorPaneAccessibleHypertextSupport.LinkVector hyperlinks
linksValid
boolean linksValid
Class javax.swing.JFileChooser extends javax.swing.JComponent implements Serializable |
writeObject
private void writeObject(java.io.ObjectOutputStream arg0)
throws java.io.IOException
- Throws:
java.io.IOException
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 |
writeObject
private void writeObject(java.io.ObjectOutputStream arg0)
throws java.io.IOException
- Throws:
java.io.IOException
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 |
ftf
javax.swing.JFormattedTextField ftf
Class javax.swing.JFrame extends java.awt.Frame implements Serializable |
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 |
writeObject
private void writeObject(java.io.ObjectOutputStream arg0)
throws java.io.IOException
- Throws:
java.io.IOException
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 |
writeObject
private void writeObject(java.io.ObjectOutputStream arg0)
throws java.io.IOException
- Throws:
java.io.IOException
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 |
writeObject
private void writeObject(java.io.ObjectOutputStream arg0)
throws java.io.IOException
- Throws:
java.io.IOException
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 |
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 |
writeObject
private void writeObject(java.io.ObjectOutputStream arg0)
throws java.io.IOException
- Throws:
java.io.IOException
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 |
leadSelectionIndex
int leadSelectionIndex
Class javax.swing.JMenu extends javax.swing.JMenuItem implements Serializable |
writeObject
private void writeObject(java.io.ObjectOutputStream arg0)
throws java.io.IOException
- Throws:
java.io.IOException
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 |
popupMenu
javax.swing.JPopupMenu popupMenu
Class javax.swing.JMenuBar extends javax.swing.JComponent implements Serializable |
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
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 |
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
isMouseDragged
boolean isMouseDragged
accelerator
javax.swing.KeyStroke accelerator
Class javax.swing.JMenuItem.AccessibleJMenuItem extends javax.swing.AbstractButton.AccessibleAbstractButton implements Serializable |
isArmed
boolean isArmed
hasFocus
boolean hasFocus
isPressed
boolean isPressed
isSelected
boolean isSelected
Class javax.swing.JOptionPane extends javax.swing.JComponent implements Serializable |
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
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 |
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 |
writeObject
private void writeObject(java.io.ObjectOutputStream arg0)
throws java.io.IOException
- Throws:
java.io.IOException
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 |
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
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 |
writeObject
private void writeObject(java.io.ObjectOutputStream arg0)
throws java.io.IOException
- Throws:
java.io.IOException
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 |
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 |
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 |
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 |
writeObject
private void writeObject(java.io.ObjectOutputStream arg0)
throws java.io.IOException
- Throws:
java.io.IOException
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 |
writeObject
private void writeObject(java.io.ObjectOutputStream arg0)
throws java.io.IOException
- Throws:
java.io.IOException
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 |
viewPort
javax.swing.JViewport viewPort
Class javax.swing.JScrollPane.ScrollBar extends javax.swing.JScrollBar implements Serializable |
unitIncrementSet
boolean unitIncrementSet
blockIncrementSet
boolean blockIncrementSet
Class javax.swing.JSeparator extends javax.swing.JComponent implements Serializable |
writeObject
private void writeObject(java.io.ObjectOutputStream arg0)
throws java.io.IOException
- Throws:
java.io.IOException
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 |
writeObject
private void writeObject(java.io.ObjectOutputStream arg0)
throws java.io.IOException
- Throws:
java.io.IOException
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 |
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
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 |
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 |
writeObject
private void writeObject(java.io.ObjectOutputStream arg0)
throws java.io.IOException
- Throws:
java.io.IOException
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 |
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
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 |
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
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 |
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 |
writeObject
private void writeObject(java.io.ObjectOutputStream arg0)
throws java.io.IOException
- Throws:
java.io.IOException
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 |
writeObject
private void writeObject(java.io.ObjectOutputStream arg0)
throws java.io.IOException
- Throws:
java.io.IOException
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 |
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 |
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 |
writeObject
private void writeObject(java.io.ObjectOutputStream arg0)
throws java.io.IOException
- Throws:
java.io.IOException
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 |
separatorSize
java.awt.Dimension separatorSize
Class javax.swing.JToolTip extends javax.swing.JComponent implements Serializable |
writeObject
private void writeObject(java.io.ObjectOutputStream arg0)
throws java.io.IOException
- Throws:
java.io.IOException
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 |
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
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 |
leadSelectionPath
javax.swing.tree.TreePath leadSelectionPath
leadSelectionAccessible
javax.accessibility.Accessible leadSelectionAccessible
Class javax.swing.JTree.DynamicUtilTreeNode extends javax.swing.tree.DefaultMutableTreeNode implements Serializable |
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 |
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 |
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 |
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 |
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 |
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 |
minimum
int minimum
preferred
int preferred
maximum
int maximum
alignment
float alignment
Class javax.swing.SpinnerDateModel extends javax.swing.AbstractSpinnerModel implements Serializable |
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 |
list
java.util.List<E> list
index
int index
Class javax.swing.SpinnerNumberModel extends javax.swing.AbstractSpinnerModel implements Serializable |
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 |
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 |
propertyName
java.lang.String propertyName
Class javax.swing.UIDefaults extends java.util.Hashtable<java.lang.Object,java.lang.Object> implements Serializable |
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 |
allowReturns
boolean allowReturns
tableToMark
javax.swing.JTable tableToMark
markedHorizontalScrollbar
MarkedScrollPane.MarkedScrollBar markedHorizontalScrollbar
columnsToHighlight
int[] columnsToHighlight
beepShowError
boolean beepShowError
allowsDecimalPoints
boolean allowsDecimalPoints
Package org.browsecode.helpers.controlcomputer |
Package org.browsecode.helpers.customizabletoolbar |
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
toolbar
CustomizableToolbar toolbar
frame
java.awt.Frame frame
customizeToolbar
javax.swing.JMenuItem customizeToolbar
image
javax.swing.ImageIcon image
componentToImitate
java.awt.Component componentToImitate
holdHorizontal
boolean holdHorizontal
pixelsLength
int pixelsLength
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 |
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
viewer
BasicProperty viewer
theBoolean
java.lang.Boolean theBoolean
trueButton
javax.swing.JRadioButton trueButton
falseButton
javax.swing.JRadioButton falseButton
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
textArea
javax.swing.JTextArea textArea
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
scrollHelp
javax.swing.JScrollPane scrollHelp
helpEditor
javax.swing.JEditorPane helpEditor
translucent
boolean translucent
failedLoadPage
java.net.URL failedLoadPage
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
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
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 |
urlToVisit
java.lang.String urlToVisit
Package org.browsecode.helpers.images |
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
image
javax.swing.ImageIcon image
text
java.lang.String text
imageInsets
java.awt.Insets imageInsets
horizontalAlignment
float horizontalAlignment
verticalAlignment
float verticalAlignment
width
int width
height
int height
Package org.browsecode.helpers.installer.applications |
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 |
components
java.util.Vector<E> components
textPane
javax.swing.JTextPane textPane
debug
java.lang.String debug
wrapAround
java.awt.Component wrapAround
prefWidthFactor
double prefWidthFactor
toWrap
java.awt.Component toWrap
Package org.browsecode.helpers.menus |
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
Package org.browsecode.helpers.menus.html |
ekitAction
EkitAction ekitAction
actionCommand
java.lang.String actionCommand
servletURL
java.lang.String servletURL
dialogs
Dialogs dialogs
Package org.browsecode.helpers.progressbar |
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 |
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
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
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 |
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 |
keyObject
java.lang.Object keyObject
changeType
java.lang.Object changeType
presentationName
java.lang.String presentationName
isSignificant
java.lang.Boolean isSignificant
Package org.browsecode.helpers.wizard |
showMessage
java.lang.String showMessage
htmlMessage
javax.swing.JTextPane htmlMessage
title
java.lang.String title
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
text
javax.swing.JTextPane text
haveInitialized
boolean haveInitialized
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
wizard
Wizard wizard
hasBeenInitialized
boolean hasBeenInitialized
helpURL
java.net.URL helpURL
next
WizardCard next
wizard
Wizard wizard