Serialized Form


Package org.shaker.dwu

Class org.shaker.dwu.AuthDialog implements Serializable

Serialized Fields

password

java.lang.String password
The password string

userPassField

javax.swing.JPasswordField userPassField
The password textfield

Class org.shaker.dwu.BlackBoard implements Serializable

Serialized Fields

statusLabel

javax.swing.JLabel statusLabel
The label of the statusbar

statusMsg

javax.swing.JLabel statusMsg
The statusbar itself

parent

java.awt.Window parent
The parental Component

propView

javax.swing.JPanel propView
Properties Panel

profView

javax.swing.JPanel profView
BugProfile`s Panel

sendBtn

javax.swing.JButton sendBtn
Send button

wizardBtn

javax.swing.JButton wizardBtn
Wizard starter button

Class org.shaker.dwu.BugDialog implements Serializable

Serialized Fields

statusLabel

javax.swing.JLabel statusLabel
The statusbar

tabPane

javax.swing.JTabbedPane tabPane
Dialog`s tabbedpane. Holds the message, stacktrace and reportpanel

sendBtn

javax.swing.JButton sendBtn
Send button

sendLaterBtn

javax.swing.JButton sendLaterBtn
Send later button

previewBtn

javax.swing.JButton previewBtn
Send later button

wizardBtn

javax.swing.JButton wizardBtn
Configuration wizard starter

commentsArea

javax.swing.JTextArea commentsArea
The user comment TextArea

previewPane

javax.swing.JEditorPane previewPane
The mail preview TextArea

bugProfile

BugProfile bugProfile
The Profile of the occured bug

Class org.shaker.dwu.BugProfile implements Serializable

Serialized Fields

profileFile

java.io.File profileFile
The physical file representation of this BugProfile

stackHash

java.lang.String stackHash
String representation of the hashvalue

bugMail

BugMail bugMail

Class org.shaker.dwu.ProgressKit implements Serializable

Class org.shaker.dwu.Settings implements Serializable

Serialized Fields

ccArray

javax.mail.internet.InternetAddress[] ccArray
The array of cc addresses, specified by settings.dwu

mntArray

javax.mail.internet.InternetAddress[] mntArray
The array of maintainer addresses, specified by settings.dwu

cfgInstream

java.io.FileInputStream cfgInstream
Settings file inputstream

cfgOutstream

java.io.FileOutputStream cfgOutstream
Settings file outputstream

propInstream

java.io.InputStream propInstream
Mail settings file inputstream

propOutstream

java.io.FileOutputStream propOutstream
Mail settings file outputstream

Class org.shaker.dwu.SetupDialog implements Serializable

Serialized Fields

controlContainer

javax.swing.JPanel controlContainer
The controlbar

currentStep

int currentStep
Keeps the current step in mind

nextButton

javax.swing.JButton nextButton
Next step button

popField

javax.swing.JTextField popField
POP-Server textfield

popPortField

javax.swing.JTextField popPortField
POP-Server port textfield

prevButton

javax.swing.JButton prevButton
Previous step button

serverPanel

javax.swing.JPanel serverPanel
Container for the server settings step

smtpField

javax.swing.JTextField smtpField
SMTP-Server textfield

smtpPortField

javax.swing.JTextField smtpPortField
SMTP-Server port textfield

statusLabel

javax.swing.JLabel statusLabel
The statusbar

stepContainer

javax.swing.JPanel stepContainer
Container for the single steps

userDataPanel

javax.swing.JPanel userDataPanel
Container for the user settings step

userMailField

javax.swing.JTextField userMailField
User`s mail address textfield

userNameField

javax.swing.JTextField userNameField
Mail account textfield

welcomePanel

javax.swing.JPanel welcomePanel
Container for the welcome step