Serialized Form

Class net.quartzware.AddKeyDlg implements Serializable

Serialized Fields

bundle

java.util.ResourceBundle bundle

cancelButton

javax.swing.JButton cancelButton

currentLocale

java.util.Locale currentLocale

entryComboBox

javax.swing.JComboBox entryComboBox

entryLabel

javax.swing.JLabel entryLabel

keyField

javax.swing.JTextField keyField

keyLabel

javax.swing.JLabel keyLabel

okButton

javax.swing.JButton okButton


Class net.quartzware.BinaryPathDlg implements Serializable

Serialized Fields

path

BinaryPath path


Class net.quartzware.CenterDlg implements Serializable


Class net.quartzware.CloseLooseFileDlg implements Serializable

Serialized Fields

bundle

java.util.ResourceBundle bundle

cancelButton

javax.swing.JButton cancelButton

closeLooseImagePanel

ImagePanel closeLooseImagePanel

closeLooseWarningMessage

JWrappingLabel closeLooseWarningMessage

currentLocale

java.util.Locale currentLocale

noButton

javax.swing.JButton noButton

yesButton

javax.swing.JButton yesButton


Class net.quartzware.CloseProjectDlg implements Serializable

Serialized Fields

bundle

java.util.ResourceBundle bundle

cancelButton

javax.swing.JButton cancelButton

closeProjImage

ImagePanel closeProjImage

closeProjWarningMessage

JWrappingLabel closeProjWarningMessage

currentLocale

java.util.Locale currentLocale

noButton

javax.swing.JButton noButton

yesButton

javax.swing.JButton yesButton


Class net.quartzware.DeleteKeyDlg implements Serializable

Serialized Fields

bundle

java.util.ResourceBundle bundle

cancelButton

javax.swing.JButton cancelButton

currentLocale

java.util.Locale currentLocale

deleteKeyImagePanel

ImagePanel deleteKeyImagePanel

deleteKeyWarningMessage

JWrappingLabel deleteKeyWarningMessage

okButton

javax.swing.JButton okButton


Class net.quartzware.EditorWindow implements Serializable

Serialized Fields

addKeyButton

javax.swing.JButton addKeyButton

addKeyIcon

javax.swing.ImageIcon addKeyIcon

bundle

java.util.ResourceBundle bundle

currentLocale

java.util.Locale currentLocale

editComButton

javax.swing.JButton editComButton

editComIcon

javax.swing.ImageIcon editComIcon

editValButton

javax.swing.JButton editValButton

editValIcon

javax.swing.ImageIcon editValIcon

menuItem

javax.swing.JMenuItem menuItem

model

EditorWindow.RBEditTableModel model

popup

javax.swing.JPopupMenu popup

popupMenu

javax.swing.JPopupMenu popupMenu

remKeyButton

javax.swing.JButton remKeyButton

remKeyIcon

javax.swing.ImageIcon remKeyIcon

resBundle

ResBundle resBundle

table

javax.swing.JTable table

toolbar

javax.swing.JToolBar toolbar

toolbarPanel

javax.swing.JPanel toolbarPanel


Class net.quartzware.EditorWindow.RBEditTableCellEditor implements Serializable

Serialized Fields

this$0

EditorWindow this$0


Class net.quartzware.EditorWindow.RBEditTableCellRenderer implements Serializable

Serialized Fields

this$0

EditorWindow this$0


Class net.quartzware.EditorWindow.RBEditTableModel implements Serializable

Serialized Fields

bundle

java.util.ResourceBundle bundle

columnNames

java.lang.String[] columnNames

currentLocale

java.util.Locale currentLocale

this$0

EditorWindow this$0


Class net.quartzware.Entry implements Serializable

Serialized Fields

comment

java.lang.String comment

key

java.lang.String key

parent

ResBundle parent

value

Value value


Class net.quartzware.FindDlg implements Serializable

Serialized Fields

bundle

java.util.ResourceBundle bundle

cancelButton

javax.swing.JButton cancelButton

currentLocale

java.util.Locale currentLocale

findButton

javax.swing.JButton findButton

searchAllFilesCheckBox

javax.swing.JCheckBox searchAllFilesCheckBox

searchCommentsCheckBox

javax.swing.JCheckBox searchCommentsCheckBox

searchField

javax.swing.JTextField searchField

searchForLabel

javax.swing.JLabel searchForLabel

searchKeysCheckBox

javax.swing.JCheckBox searchKeysCheckBox

searchValuesCheckBox

javax.swing.JCheckBox searchValuesCheckBox


Class symantec.itools.awt.ImagePanel implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Serialized Fields

changes

java.beans.PropertyChangeSupport changes

imageStyle

int imageStyle
The style that the image will be displayed in.

imageURL

java.net.URL imageURL

vetos

java.beans.VetoableChangeSupport vetos


Class net.quartzware.IntArrayDlg implements Serializable

Serialized Fields

addButton

javax.swing.JButton addButton

array

IntArray array

bundle

java.util.ResourceBundle bundle

cancelButton

javax.swing.JButton cancelButton

currentLocale

java.util.Locale currentLocale

downArrowButton

javax.swing.JButton downArrowButton

downArrowIcon

javax.swing.ImageIcon downArrowIcon

modifyButton

javax.swing.JButton modifyButton

okButton

javax.swing.JButton okButton

removeButton

javax.swing.JButton removeButton

table

javax.swing.JTable table

upArrowButton

javax.swing.JButton upArrowButton

upArrowIcon

javax.swing.ImageIcon upArrowIcon


Class net.quartzware.InternalWindow implements Serializable

Serialized Fields

hiddenComponent

InternalWindow.HiddenComponent hiddenComponent


Class net.quartzware.InternalWindow.HiddenComponent implements Serializable

Serialized Fields

this$0

InternalWindow this$0


Class net.quartzware.JAboutDialog implements Serializable

Serialized Fields

aboutDialogImagePanel

ImagePanel aboutDialogImagePanel

aboutLabel

javax.swing.JLabel aboutLabel

bundle

java.util.ResourceBundle bundle

currentLocale

java.util.Locale currentLocale

okButton

javax.swing.JButton okButton


Class com.symantec.itools.javax.swing.JButtonGroupPanel implements Serializable

Serialized Fields

buttons

java.util.Vector buttons
The contained buttons. All are of type AbstractButton.

group

javax.swing.ButtonGroup group
The ButtonGroup the buttons contained by this panel belong to. By default, a new ButtonGroup is created for the buttons added to this panel.

listeners

java.util.Vector listeners
Button listeners. All are of type ActionListener.
See Also:
JButtonGroupPanel.addActionListener(java.awt.event.ActionListener), JButtonGroupPanel.removeActionListener(java.awt.event.ActionListener)


Class com.symantec.itools.javax.swing.JWrappingLabel implements Serializable

Serialized Fields

align

int align
The current text alignment. One of ALIGN_LEFT, ALIGN_CENTERED, or ALIGN_RIGHT.
See Also:
SwingConstants.LEFT, SwingConstants.CENTER, SwingConstants.RIGHT

changes

java.beans.PropertyChangeSupport changes

text

java.lang.String text
The text string being displayed.

vetos

java.beans.VetoableChangeSupport vetos


Class net.quartzware.KeyDoesNotExistDlg implements Serializable

Serialized Fields

addKeyRB

javax.swing.JRadioButton addKeyRB

bundle

java.util.ResourceBundle bundle

cancelButton

javax.swing.JButton cancelButton

currentLocale

java.util.Locale currentLocale

deleteKeyRB

javax.swing.JRadioButton deleteKeyRB

keyNotExistCommentLabel

javax.swing.JLabel keyNotExistCommentLabel

keyNotExistCommentValue

javax.swing.JLabel keyNotExistCommentValue

keyNotExistImagePanel

ImagePanel keyNotExistImagePanel

keyNotExistKeyLabel

javax.swing.JLabel keyNotExistKeyLabel

keyNotExistKeyValue

javax.swing.JLabel keyNotExistKeyValue

keyNotExistValueLabel

javax.swing.JLabel keyNotExistValueLabel

keyNotExistValueValue

javax.swing.JLabel keyNotExistValueValue

keyNotExistWarningMessage

JWrappingLabel keyNotExistWarningMessage

okButton

javax.swing.JButton okButton

radioButtonGroup

JButtonGroupPanel radioButtonGroup


Class net.quartzware.MainWindow implements Serializable

Serialized Fields

aboutButton

javax.swing.JButton aboutButton

aboutIcon

javax.swing.ImageIcon aboutIcon

addKeyButton

javax.swing.JButton addKeyButton

addKeyIcon

javax.swing.ImageIcon addKeyIcon

bottomPanel

javax.swing.JPanel bottomPanel

bundle

java.util.ResourceBundle bundle

copyButton

javax.swing.JButton copyButton

copyIcon

javax.swing.ImageIcon copyIcon

currentLocale

java.util.Locale currentLocale

cutButton

javax.swing.JButton cutButton

cutIcon

javax.swing.ImageIcon cutIcon

desktop

javax.swing.JDesktopPane desktop

editMenu

javax.swing.JMenu editMenu

editorPanel

javax.swing.JPanel editorPanel

ezPane

javax.swing.JTabbedPane ezPane

fileChooser

javax.swing.JFileChooser fileChooser

fileMenu

javax.swing.JMenu fileMenu

helpMenu

javax.swing.JMenu helpMenu

JMenu1

javax.swing.JMenu JMenu1

JMenuItem4

javax.swing.JMenuItem JMenuItem4

JMenuItem5

javax.swing.JMenuItem JMenuItem5

mainMenuBar

javax.swing.JMenuBar mainMenuBar

miAbout

javax.swing.JMenuItem miAbout

miAddChild

javax.swing.JMenuItem miAddChild

miAddKey

javax.swing.JMenuItem miAddKey

miCascadeWindows

javax.swing.JMenuItem miCascadeWindows

miClose

javax.swing.JMenuItem miClose

miCopy

javax.swing.JMenuItem miCopy

miCut

javax.swing.JMenuItem miCut

miDeleteKey

javax.swing.JMenuItem miDeleteKey

miEditComments

javax.swing.JMenuItem miEditComments

miEditValue

javax.swing.JMenuItem miEditValue

miExit

javax.swing.JMenuItem miExit

miFind

javax.swing.JMenuItem miFind

miHelpTopics

javax.swing.JMenuItem miHelpTopics

miNewChild

javax.swing.JMenuItem miNewChild

miNewProject

javax.swing.JMenuItem miNewProject

miOpen

javax.swing.JMenuItem miOpen

miOpenProject

javax.swing.JMenuItem miOpenProject

miPaste

javax.swing.JMenuItem miPaste

miPreferences

javax.swing.JMenuItem miPreferences

miRedo

javax.swing.JMenuItem miRedo

miRemoveChild

javax.swing.JMenuItem miRemoveChild

miRenameKey

javax.swing.JMenuItem miRenameKey

miSave

javax.swing.JMenuItem miSave

miSaveProjectAs

javax.swing.JMenuItem miSaveProjectAs

miShowComments

javax.swing.JCheckBoxMenuItem miShowComments

miShowKeys

javax.swing.JCheckBoxMenuItem miShowKeys

miShowParentsValue

javax.swing.JCheckBoxMenuItem miShowParentsValue

miShowValues

javax.swing.JCheckBoxMenuItem miShowValues

miTileHorizontally

javax.swing.JMenuItem miTileHorizontally

miTileVertically

javax.swing.JMenuItem miTileVertically

miUndo

javax.swing.JMenuItem miUndo

newIcon

javax.swing.ImageIcon newIcon

newProjectButton

javax.swing.JButton newProjectButton

openButton

javax.swing.JButton openButton

openFileDialog

java.awt.FileDialog openFileDialog

openIcon

javax.swing.ImageIcon openIcon

pasteButton

javax.swing.JButton pasteButton

pasteIcon

javax.swing.ImageIcon pasteIcon

projectMenu

javax.swing.JMenu projectMenu

rbedit

RBEdit rbedit

redoIcon

javax.swing.ImageIcon redoIcon

remKeyButton

javax.swing.JButton remKeyButton

remKeyIcon

javax.swing.ImageIcon remKeyIcon

saveButton

javax.swing.JButton saveButton

saveFileDialog

java.awt.FileDialog saveFileDialog

saveIcon

javax.swing.ImageIcon saveIcon

toolbar

javax.swing.JToolBar toolbar

toolbarPanel

javax.swing.JPanel toolbarPanel

undoIcon

javax.swing.ImageIcon undoIcon

viewMenu

javax.swing.JMenu viewMenu

windowMenu

javax.swing.JMenu windowMenu

windows

java.util.Vector windows


Class net.quartzware.MessageDlg implements Serializable

Serialized Fields

bundle

java.util.ResourceBundle bundle

cancelButton

javax.swing.JButton cancelButton

choiceFormatLabel

javax.swing.JLabel choiceFormatLabel

currentLocale

java.util.Locale currentLocale

deleteElementButton

javax.swing.JButton deleteElementButton

deleteLimitButton

javax.swing.JButton deleteLimitButton

editAsChoiceButton

javax.swing.JButton editAsChoiceButton

elementLabel

javax.swing.JLabel elementLabel

elementNumberCombo

javax.swing.JComboBox elementNumberCombo

elementValueField

javax.swing.JTextField elementValueField

fullMessageField

javax.swing.JTextArea fullMessageField

fullMessageLabel

javax.swing.JLabel fullMessageLabel

greaterThanLimitRBtn

javax.swing.JRadioButton greaterThanLimitRBtn

lessThanLimitRBtn

javax.swing.JRadioButton lessThanLimitRBtn

limitLabel

javax.swing.JLabel limitLabel

limitList

javax.swing.JList limitList

limitValueField

javax.swing.JTextField limitValueField

messageElementLabel

javax.swing.JLabel messageElementLabel

msg

Message msg

newElementButton

javax.swing.JButton newElementButton

newLimitButton

javax.swing.JButton newLimitButton

okButton

javax.swing.JButton okButton

poundLimitRBtn

javax.swing.JRadioButton poundLimitRBtn

radioButtonGroup

JButtonGroupPanel radioButtonGroup

testButton

javax.swing.JButton testButton

testDlg

MessageTestDlg testDlg

useChoiceFormatCheck

javax.swing.JCheckBox useChoiceFormatCheck


Class net.quartzware.MessageTestDlg implements Serializable

Serialized Fields

bundle

java.util.ResourceBundle bundle

closeButton

javax.swing.JButton closeButton

currentLocale

java.util.Locale currentLocale

elementTable

javax.swing.JTable elementTable

fullTestMessageField

javax.swing.JTextArea fullTestMessageField

fullTestMessageLabel

javax.swing.JLabel fullTestMessageLabel

msg

Message msg

runTestButton

javax.swing.JButton runTestButton

testMessageValueLabel

javax.swing.JLabel testMessageValueLabel


Class net.quartzware.NewChildDlg implements Serializable

Serialized Fields

bundle

java.util.ResourceBundle bundle

cancelButton

javax.swing.JButton cancelButton

countryComboBox

javax.swing.JComboBox countryComboBox

countryField

javax.swing.JTextField countryField

countryText

javax.swing.JLabel countryText

currentLocale

java.util.Locale currentLocale

languageComboBox

javax.swing.JComboBox languageComboBox

languageField

javax.swing.JTextField languageField

languageText

javax.swing.JLabel languageText

okButton

javax.swing.JButton okButton

variantField

javax.swing.JTextField variantField

variantsText

javax.swing.JLabel variantsText


Class net.quartzware.NewProjectDlg implements Serializable

Serialized Fields

bundle

java.util.ResourceBundle bundle

cancelButton

javax.swing.JButton cancelButton

createNewRootButton

javax.swing.JButton createNewRootButton

currentLocale

java.util.Locale currentLocale

newProjImage

ImagePanel newProjImage

newProjWarningMessage

JWrappingLabel newProjWarningMessage

useExistingRootButton

javax.swing.JButton useExistingRootButton


Class net.quartzware.PrefDlg implements Serializable

Serialized Fields

background1Button

javax.swing.JButton background1Button

background2Button

javax.swing.JButton background2Button

backgroundLabel1

javax.swing.JLabel backgroundLabel1

backgroundLabel2

javax.swing.JLabel backgroundLabel2

bundle

java.util.ResourceBundle bundle

cancelButton

javax.swing.JButton cancelButton

changedLabel

javax.swing.JLabel changedLabel

config

Project.Config config

currentLocale

java.util.Locale currentLocale

defaultFieldsLabel

javax.swing.JLabel defaultFieldsLabel

displayCommentsCBox

javax.swing.JCheckBox displayCommentsCBox

displayKeyCBox

javax.swing.JCheckBox displayKeyCBox

displayParentCBox

javax.swing.JCheckBox displayParentCBox

displayValueCBox

javax.swing.JCheckBox displayValueCBox

foreground1Button

javax.swing.JButton foreground1Button

foreground2Button

javax.swing.JButton foreground2Button

foregroundLabel1

javax.swing.JLabel foregroundLabel1

foregroundLabel2

javax.swing.JLabel foregroundLabel2

listAlphabeticallyCBox

javax.swing.JCheckBox listAlphabeticallyCBox

okButton

javax.swing.JButton okButton

unchangedLabel

javax.swing.JLabel unchangedLabel

writeEscapedCBox

javax.swing.JCheckBox writeEscapedCBox


Class net.quartzware.ProjectWindow implements Serializable

Serialized Fields

bundle

java.util.ResourceBundle bundle

currentLocale

java.util.Locale currentLocale

menuItem

javax.swing.JMenuItem menuItem

project

Project project

tree

javax.swing.JTree tree
JTree used to draw the Project in this window.


Class net.quartzware.RBApplet implements Serializable


Class net.quartzware.RemoveChildDlg implements Serializable

Serialized Fields

bundle

java.util.ResourceBundle bundle

currentLocale

java.util.Locale currentLocale

imagePanel

ImagePanel imagePanel

noButton

javax.swing.JButton noButton

removeChildWarningMessage

JWrappingLabel removeChildWarningMessage

yesButton

javax.swing.JButton yesButton


Class net.quartzware.RenameKeyDlg implements Serializable

Serialized Fields

bundle

java.util.ResourceBundle bundle

cancelButton

javax.swing.JButton cancelButton

currentLocale

java.util.Locale currentLocale

okButton

javax.swing.JButton okButton

renameKeyImagePanel

ImagePanel renameKeyImagePanel

renameKeyWarningMessage

JWrappingLabel renameKeyWarningMessage


Class net.quartzware.StringArrayDlg implements Serializable

Serialized Fields

addButton

javax.swing.JButton addButton

array

StringArray array

bundle

java.util.ResourceBundle bundle

cancelButton

javax.swing.JButton cancelButton

currentLocale

java.util.Locale currentLocale

downArrowButton

javax.swing.JButton downArrowButton

downArrowIcon

javax.swing.ImageIcon downArrowIcon

modifyButton

javax.swing.JButton modifyButton

okButton

javax.swing.JButton okButton

removeButton

javax.swing.JButton removeButton

table

javax.swing.JTable table

upArrowButton

javax.swing.JButton upArrowButton

upArrowIcon

javax.swing.ImageIcon upArrowIcon


Class net.quartzware.TaggedArrayDlg implements Serializable

Serialized Fields

array

TaggedArray array

bundle

java.util.ResourceBundle bundle

cancelButton

javax.swing.JButton cancelButton

currentLocale

java.util.Locale currentLocale

newEntryButton

javax.swing.JButton newEntryButton

okButton

javax.swing.JButton okButton

removeEntryButton

javax.swing.JButton removeEntryButton

setButton

javax.swing.JButton setButton

taggedArrayList

javax.swing.JList taggedArrayList

valueField

javax.swing.JTextField valueField

valueLabel

javax.swing.JLabel valueLabel