A B C D E F G I J K L M N O P R S T U V W

A

actionPerformed(ActionEvent) - Method in class com.symantec.itools.javax.swing.JButtonGroupPanel
Implements the ActionListener interface.
addActionListener(ActionListener) - Method in class com.symantec.itools.javax.swing.JButtonGroupPanel
Adds the specified listener.
addEntry(Entry) - Method in class net.quartzware.ResBundle
Adds a new key to this ResBundle
addImpl(Component, Object, int) - Method in class com.symantec.itools.javax.swing.JButtonGroupPanel
Standard routine to implement the various "add to container" methods.
addKey(String) - Method in class net.quartzware.Project
Adds a new key to the root.
AddKeyDlg - class net.quartzware.AddKeyDlg.
AddKeyDlg Dialog box that allows user to select what type of key to add to the resource bundle.
AddKeyDlg() - Constructor for class net.quartzware.AddKeyDlg
Constructs the AddKeyDlg PRE: none POST: dialog is created
AddKeyDlg(Frame) - Constructor for class net.quartzware.AddKeyDlg
Constructs the AddKeyDlg PRE: parent cannot be null POST: dialog is created
AddKeyDlg(String) - Constructor for class net.quartzware.AddKeyDlg
Constructs the AddKeyDlg and sets the title equal to sTitle PRE: sTitle cannot be null POST: dialog is created
addPropertyChangeListener(PropertyChangeListener) - Method in class symantec.itools.awt.ImagePanel
Adds a listener for all event changes.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.symantec.itools.javax.swing.JWrappingLabel
Adds a listener for all event changes.
addResBundle(ResBundle) - Method in class net.quartzware.MainWindow
Adds a ResBundle to a new EditorWindow
addTreeModelListener(TreeModelListener) - Method in class net.quartzware.Project
 
addVetoableChangeListener(VetoableChangeListener) - Method in class symantec.itools.awt.ImagePanel
Adds a vetoable listener for all event changes.
addVetoableChangeListener(VetoableChangeListener) - Method in class com.symantec.itools.javax.swing.JWrappingLabel
Adds a vetoable listener for all event changes.
align - Variable in class com.symantec.itools.javax.swing.JWrappingLabel
The current text alignment.

B

BinaryPath - class net.quartzware.BinaryPath.
BinaryPathDlg A Class that stores the path to a binary file.
BinaryPath(String) - Constructor for class net.quartzware.BinaryPath
Constructs a BinaryPath object using the given path.
BinaryPath(URL) - Constructor for class net.quartzware.BinaryPath
Constructs a BinaryPath object using the given path.
BinaryPathDlg - class net.quartzware.BinaryPathDlg.
BinaryPathDlg Displays dialog box that allows user to enter a binary path.
BinaryPathDlg(Frame, BinaryPath) - Constructor for class net.quartzware.BinaryPathDlg
Constructs the BinaryPath dialog and shows it to the user.
BinaryVal - class net.quartzware.BinaryVal.
BinaryVal A BinaryVal is a binary number of any length.
BinaryVal() - Constructor for class net.quartzware.BinaryVal
Constructs an empty Binary Value.
BinaryVal(Vector) - Constructor for class net.quartzware.BinaryVal
Constructs a Binary Value with a given value.
buttons - Variable in class com.symantec.itools.javax.swing.JButtonGroupPanel
The contained buttons.

C

CenterDlg - class net.quartzware.CenterDlg.
A dialog which centers itself on the screen.
CenterDlg() - Constructor for class net.quartzware.CenterDlg
Passes constructor parameters to its base class PRE: none POST: base class is created.
CenterDlg(Frame) - Constructor for class net.quartzware.CenterDlg
Passes constructor parameters to its base class PRE: none POST: base class is created.
CenterDlg(Frame, String) - Constructor for class net.quartzware.CenterDlg
Passes constructor parameters to its base class PRE: none POST: base class is created.
changedBG - Variable in class net.quartzware.Project.Config
 
changedFG - Variable in class net.quartzware.Project.Config
 
CloseLooseFileDlg - class net.quartzware.CloseLooseFileDlg.
CloseLooseFileDlg Dialog that opens when a user selects close loose file from the menu.
CloseLooseFileDlg() - Constructor for class net.quartzware.CloseLooseFileDlg
Constructs the CloseLooseFileDlg PRE: none POST: dialog is created
CloseLooseFileDlg(Frame) - Constructor for class net.quartzware.CloseLooseFileDlg
Constructs the CloseLooseFileDlg PRE: parent cannot be null POST: dialog is created
CloseLooseFileDlg(String) - Constructor for class net.quartzware.CloseLooseFileDlg
Constructs the CloseLooseFileDlg PRE: sTitle cannot be null POST: dialog is created
CloseProjectDlg - class net.quartzware.CloseProjectDlg.
CloseProjectDlg Dialog opens in response to user selecting close project from the file menu.
CloseProjectDlg() - Constructor for class net.quartzware.CloseProjectDlg
Constructs the CloseProjectDlg and sets the title equal to sTitle PRE: none POST: dialog is created
CloseProjectDlg(Frame) - Constructor for class net.quartzware.CloseProjectDlg
Constructs the CloseProjectDlg PRE: parent cannot be null POST: dialog is created
CloseProjectDlg(String) - Constructor for class net.quartzware.CloseProjectDlg
Constructs the CloseProjectDlg and sets the title equal to sTitle PRE: sTitle cannot be null POST: dialog is created
createBundle(String) - Method in class net.quartzware.Project
Creates a new Resource Bundle and adds it to the Project

D

deleteKey(String) - Method in class net.quartzware.Project
Deletes the Entries in all of the Resource Bundles that match the given key
DeleteKeyDlg - class net.quartzware.DeleteKeyDlg.
DeleteKeyDlg Dialog box that allows user to remove a key from the resource bundle.
DeleteKeyDlg() - Constructor for class net.quartzware.DeleteKeyDlg
Constructs the DeleteKeyDlg PRE: none POST: dialog is created
DeleteKeyDlg(Frame) - Constructor for class net.quartzware.DeleteKeyDlg
Constructs the DeleteKeyDlg PRE: parent cannot be null POST: dialog is created
DeleteKeyDlg(String) - Constructor for class net.quartzware.DeleteKeyDlg
Constructs the DeleteKeyDlg PRE: sTitle cannot be null POST: dialog is created
destroy() - Method in class net.quartzware.RBApplet
 
displayComments - Variable in class net.quartzware.Project.Config
 
displayKey - Variable in class net.quartzware.Project.Config
 
displayParent - Variable in class net.quartzware.Project.Config
 
displayValue - Variable in class net.quartzware.Project.Config
 
doAddListeners() - Method in class net.quartzware.EditorWindow
Adds necessary listeners PRE: gui components have been initialized POST: gui componenets have listeners
doAddListeners() - Method in class net.quartzware.IntArrayDlg
Adds necessary listeners PRE: gui components have been initialized POST: gui componenets have listeners
doAddListeners() - Method in class net.quartzware.MainWindow
Adds necessary listeners PRE: gui components have been initialized POST: gui componenets have listeners
doAddListeners() - Method in class net.quartzware.MessageDlg
Adds necessary listeners PRE: gui components have been initialized POST: gui componenets have listeners
doAddListeners() - Method in class net.quartzware.MessageTestDlg
Adds necessary listeners PRE: gui components have been initialized POST: gui componenets have listeners
doAddListeners() - Method in class net.quartzware.NewProjectDlg
Adds necessary listeners PRE: gui components have been initialized POST: gui componenets have listeners
doAddListeners() - Method in class net.quartzware.PrefDlg
Adds necessary listeners PRE: gui components have been initialized POST: gui componenets have listeners
doAddListeners() - Method in class net.quartzware.StringArrayDlg
Adds necessary listeners PRE: gui components have been initialized POST: gui componenets have listeners
doAddListeners() - Method in class net.quartzware.TaggedArrayDlg
Adds necessary listeners PRE: gui components have been initialized POST: gui componenets have listeners
doEditMenu() - Method in class net.quartzware.MainWindow
Lays out the Edit Menu, sets the edit menu items to the correct langauge PRE: bundle points to the correct Resource Bundle for the current language POST: Edit Menu has been initialized
doEZTabs() - Method in class net.quartzware.MainWindow
Lays out the EZTabs PRE: gui elements are not null POST: eztabs has been initialized
doFileMenu() - Method in class net.quartzware.MainWindow
Lays out the File Menu, sets the file menu items to the correct langauge PRE: bundle points to the correct Resource Bundle for the current language POST: File Menu has been initialized
doHelpMenu() - Method in class net.quartzware.MainWindow
Lays out the Help Menu, sets the help menu items to the correct langauge PRE: bundle points to the correct Resource Bundle for the current language POST: Edit Menu has been initialized
doIcons() - Method in class net.quartzware.EditorWindow
Adds icons to GUI components PRE: gui elements are not null POST: Icons have been added to gui components
doIcons() - Method in class net.quartzware.MainWindow
Adds icons to GUI components PRE: gui elements are not null POST: Icons have been added to gui components
doPopupMenu() - Method in class net.quartzware.EditorWindow
Adds a popup menu to the EditorWindow PRE: table exists POST: table has a popup menu
doProjectMenu() - Method in class net.quartzware.MainWindow
Lays out the Project Menu, sets the project menu items to the correct langauge PRE: bundle points to the correct Resource Bundle for the current language POST: Edit Menu has been initialized
doStatusBar() - Method in class net.quartzware.MainWindow
Lays out the Status Bar PRE: gui elements are not null POST: statusbar has been initialized
doTest() - Method in class net.quartzware.StringArrayDlg
This function handles the testing of the string array PRE: message dlg is open POST: none
doTheLayout() - Method in class net.quartzware.MainWindow
Lays out this window PRE: this class's attributes have been set POST: GUI components have been added to the window and arranged appropriately.
doTheLayout() - Method in class net.quartzware.MessageTestDlg
Lays out this dialog PRE: attributes have been set POST: GUI components have been added to the dlg and arranged appropriately.
doTheLayout() - Method in class net.quartzware.ProjectWindow
Lays out the window PRE: attributes have been set POST: GUI components have been added to the dlg and arranged appropriately.
doTheLayout(ResBundle) - Method in class net.quartzware.EditorWindow
Lays out this window PRE: this class's attributes have been set POST: GUI components have been added to the window and arranged appropriately.
doToolbar() - Method in class net.quartzware.EditorWindow
Lays out the toolbar PRE: gui elements are not null POST: toolbar has been initialized
doToolbar() - Method in class net.quartzware.MainWindow
Lays out the toolbar PRE: gui elements are not null POST: toolbar has been initialized
doViewMenu() - Method in class net.quartzware.MainWindow
Lays out the View Menu, sets the view menu items to the correct langauge PRE: bundle points to the correct Resource Bundle for the current language POST: Edit Menu has been initialized
doWindowsMenu() - Method in class net.quartzware.MainWindow
Lays out the Windows Menu, sets the window menu items to the correct langauge PRE: bundle points to the correct Resource Bundle for the current language POST: Edit Menu has been initialized
drawAlignedString(Graphics, FontMetrics, int, String, int, int, int) - Method in class com.symantec.itools.javax.swing.JWrappingLabel
This helper method draws a string aligned the requested way.

E

EditorWindow - class net.quartzware.EditorWindow.
EditorWindow A window which displays the contents of a Resource Bundle and allows a user to edit the contents of a Resource Bundle.
EditorWindow.PopupListener - class net.quartzware.EditorWindow.PopupListener.
PopupListener This class listens for right clicks, then pops up the Context menu for the editor window.
EditorWindow.PopupListener(EditorWindow) - Constructor for class net.quartzware.EditorWindow.PopupListener
 
EditorWindow.RBEditTableCellEditor - class net.quartzware.EditorWindow.RBEditTableCellEditor.
RBEditTableCellEditor Custom table editor used to properly edit the different Value types.
EditorWindow.RBEditTableCellEditor(EditorWindow) - Constructor for class net.quartzware.EditorWindow.RBEditTableCellEditor
Default Constructor PRE: none POST: text field is default editing component
EditorWindow.RBEditTableCellRenderer - class net.quartzware.EditorWindow.RBEditTableCellRenderer.
RBEditTableCellRenderer Custom table renderer used to properly display the different Value types.
EditorWindow.RBEditTableCellRenderer(EditorWindow) - Constructor for class net.quartzware.EditorWindow.RBEditTableCellRenderer
 
EditorWindow.RBEditTableModel - class net.quartzware.EditorWindow.RBEditTableModel.
RBEditTableModel An interface that allows a JTable to directly access our data, rather than arranging our data in a generic form that the DefaultTableModel could digest.
EditorWindow.RBEditTableModel(EditorWindow) - Constructor for class net.quartzware.EditorWindow.RBEditTableModel
 
EditorWindow(ResBundle) - Constructor for class net.quartzware.EditorWindow
Constructs an Editor Window that will display the given ResBundle.
editValue() - Method in class net.quartzware.BinaryPath
 
editValue() - Method in class net.quartzware.BinaryVal
 
editValue() - Method in class net.quartzware.Entry
This function will allow the user to edit the value in this entry.
editValue() - Method in class net.quartzware.IntArray
 
editValue() - Method in class net.quartzware.IntegerVal
 
editValue() - Method in class net.quartzware.Message
creates a new MessageDlg so user can edit the message PRE: none POST: new MessageDlg is created
editValue() - Method in class net.quartzware.ObjectVal
Allows the editing of a value
editValue() - Method in class net.quartzware.StringArray
This function will allow the user to edit the value in this entry.
editValue() - Method in class net.quartzware.StringVal
This function will allow the user to edit the value in this entry.
editValue() - Method in class net.quartzware.TaggedArray
This function will allow the user to edit the value in this entry.
editValue() - Method in class net.quartzware.Value
This function will allow the user to edit the value in this entry.
Entry - class net.quartzware.Entry.
Entry Encapsulates the data and function of an entry in the JTable in an EditorWindow This is equivalent to one row in an EditorWindow.
Entry(ResBundle, String, Value, String) - Constructor for class net.quartzware.Entry
Constructs an Entry from the components of an entry

F

FindDlg - class net.quartzware.FindDlg.
FindDlg Searches for a string designated by the user, in the resource bundles and shows the results to the user by highlighting the entry in the appropriate EditorWindow.
FindDlg() - Constructor for class net.quartzware.FindDlg
This constructor constructs the Find dialog box and shows it to the user PRE: none POST: The class is created.

G

getAllBundles() - Method in class net.quartzware.Project
Gets all of the Resoruce Bundles
getAllEntries() - Method in class net.quartzware.ResBundle
Returns all entries held by this ResBundle
getBundle() - Method in class net.quartzware.EditorWindow
Returns the ResBundle which this EditorWindow draws
getBundle(String) - Method in class net.quartzware.Project
Gets the bundle that matches the suffix
getChild(Object, int) - Method in class net.quartzware.Project
 
getChildCount(Object) - Method in class net.quartzware.Project
 
getColumnClass(int) - Method in class net.quartzware.EditorWindow.RBEditTableModel
 
getColumnCount() - Method in class net.quartzware.EditorWindow.RBEditTableModel
 
getColumnName(int) - Method in class net.quartzware.EditorWindow.RBEditTableModel
 
getComment() - Method in class net.quartzware.Entry
Returns the unique key name in this entry.
getConfig() - Method in class net.quartzware.Project
Returns a Config containing all of the options for the current Project.
getElements() - Method in class com.symantec.itools.javax.swing.JButtonGroupPanel
Gets the buttons in this panel's ButtonGroup.
getEntry(int) - Method in class net.quartzware.ResBundle
Returns the nth entry held by this ResBundle
getFrame() - Method in class net.quartzware.InternalWindow.HiddenComponent
 
getHiddenComponent() - Method in class net.quartzware.InternalWindow
Gets the hiddenComponent that this ProjectWindow uses.
getIcon() - Method in class net.quartzware.Value
This function gets an Icon.
getImage() - Method in class symantec.itools.awt.ImagePanel
Returns the image being displayed in this panel.
getImageURL() - Method in class symantec.itools.awt.ImagePanel
Returns the URL of the image being displayed in this panel.
getIndexOfChild(Object, Object) - Method in class net.quartzware.Project
 
getKey() - Method in class net.quartzware.Entry
Returns the unique key name in this entry.
getMainWindow() - Method in class net.quartzware.RBEdit
Returns the Window class which draws this RBEdit.
getMenuItem() - Method in class net.quartzware.EditorWindow
 
getMenuItem() - Method in class net.quartzware.InternalWindow
Return a menu item representing this window.
getMenuItem() - Method in class net.quartzware.ProjectWindow
 
getParent() - Method in class net.quartzware.Entry
Returns a reference to the object which owns this one.
getParentEntry(String) - Method in class net.quartzware.ResBundle
Returns all entries held by this ResBundle
getParentValue() - Method in class net.quartzware.Entry
Returns the unique key name in this entry.
getPreferredSize() - Method in class net.quartzware.AddKeyDlg
Sets the preferred size of the window and returns is as a Dimension PRE: None POST: Dimension returned
getPreferredSize() - Method in class net.quartzware.CenterDlg
This function returns a dimension based on the size of the components in the dialog PRE: None POST: Dimension is returned
getPreferredSize() - Method in class net.quartzware.EditorWindow
 
getPreferredSize() - Method in class net.quartzware.MainWindow
 
getPreferredSize() - Method in class net.quartzware.NewProjectDlg
 
getPreferredSize() - Method in class net.quartzware.ProjectWindow
 
getProject() - Method in class net.quartzware.ProjectWindow
Gets the project that this ProjectWindow is drawing.
getProject() - Method in class net.quartzware.RBEdit
Returns the Project class that contains the project file and options for the current session of RBEdit.
getProjectFile() - Method in class net.quartzware.Project
Returns a URL which contains the path to the Project File.
getRBEdit() - Static method in class net.quartzware.RBEdit
Allows any class in the RBEdit application to get instant access to the Main module by calling 'RBEdit.getApp()'.
getRoot() - Method in class net.quartzware.Project
 
getRootBundle() - Method in class net.quartzware.Project
Gets the Root Resource Bundle
getRowCount() - Method in class net.quartzware.EditorWindow.RBEditTableModel
 
getSelectedBundle() - Method in class net.quartzware.ProjectWindow
Gets whatever bundle is currently selected in the tree
getSelectedEntry() - Method in class net.quartzware.EditorWindow
Gets the entry that is currently selected in the Editor Window
getSelection() - Method in class com.symantec.itools.javax.swing.JButtonGroupPanel
Gets the currently selected button.
getStyle() - Method in class symantec.itools.awt.ImagePanel
Gets the current panel image style.
getSuffix() - Method in class net.quartzware.ResBundle
Returns suffix of this ResBundle
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class net.quartzware.EditorWindow.RBEditTableCellEditor
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class net.quartzware.EditorWindow.RBEditTableCellRenderer
 
getTabName() - Method in class net.quartzware.EditorWindow
 
getTabName() - Method in class net.quartzware.InternalWindow
Return a string representing this window.
getTabName() - Method in class net.quartzware.ProjectWindow
 
getText() - Method in class com.symantec.itools.javax.swing.JWrappingLabel
Gets the current label text.
getTextAlignment() - Method in class com.symantec.itools.javax.swing.JWrappingLabel
Gets the current text alignment setting.
getTooltipText() - Method in class net.quartzware.EditorWindow
 
getTooltipText() - Method in class net.quartzware.InternalWindow
Return a descriptiong of this window.
getTooltipText() - Method in class net.quartzware.ProjectWindow
 
getValue() - Method in class net.quartzware.Entry
Returns the unique key name in this entry.
getValue() - Method in class net.quartzware.IntArray
 
getValue() - Method in class net.quartzware.StringArray
 
getValueAt(int, int) - Method in class net.quartzware.EditorWindow.RBEditTableModel
 
getWindowMenu() - Method in class net.quartzware.MainWindow
Returns the JMenu for the 'Windows' menu
group - Variable in class com.symantec.itools.javax.swing.JButtonGroupPanel
The ButtonGroup the buttons contained by this panel belong to.

I

IMAGE_CENTERED - Static variable in class symantec.itools.awt.ImagePanel
A constant indicating the image is to be centered in this panel.
IMAGE_NORMAL - Static variable in class symantec.itools.awt.ImagePanel
A constant indicating the image is to be drawn from the upper left corner of the panel.
IMAGE_SCALED_TO_FIT - Static variable in class symantec.itools.awt.ImagePanel
A constant indicating the image is to be scaled to fit this panel.
IMAGE_TILED - Static variable in class symantec.itools.awt.ImagePanel
A constant indicating the image is to be tiled in this panel.
ImagePanel - class symantec.itools.awt.ImagePanel.
The ImagePanel component is similar to a regular panel except that it displays an image within the panel.
ImagePanel() - Constructor for class symantec.itools.awt.ImagePanel
Constructs a default ImagePanel.
imageStyle - Variable in class symantec.itools.awt.ImagePanel
The style that the image will be displayed in.
importBundle(URL, String) - Method in class net.quartzware.Project
Adds an existing bundle to the Project
init() - Method in class net.quartzware.RBApplet
 
IntArray - class net.quartzware.IntArray.
IntArray A class which stores an array of integers.
IntArray() - Constructor for class net.quartzware.IntArray
Default constructor - created empty array PRE: None POST: The class is created
IntArray(int[]) - Constructor for class net.quartzware.IntArray
Constructs the IntArray with a user specified int array
IntArray(Integer[]) - Constructor for class net.quartzware.IntArray
Constructs the IntArray with a user specified integer array
IntArray(Vector) - Constructor for class net.quartzware.IntArray
Constructs the IntArray from a user specified vector
IntArrayDlg - class net.quartzware.IntArrayDlg.
IntArrayDlg Displays dialog that allows user to edit an int array.
IntArrayDlg(IntArray) - Constructor for class net.quartzware.IntArrayDlg
Constructs and displays the dialog PRE: ia is not null POST: The class is created.
IntegerVal - class net.quartzware.IntegerVal.
IntegerVal Integer Value is a data type which contains one Integer to be stored in a Resource Bundle.
IntegerVal() - Constructor for class net.quartzware.IntegerVal
Constructs an empty IntegerVal.
IntegerVal(int) - Constructor for class net.quartzware.IntegerVal
Constructs an IntegerVal with the given int.
IntegerVal(Integer) - Constructor for class net.quartzware.IntegerVal
Constructs an IntegerVal with the given Integer.
InternalWindow - class net.quartzware.InternalWindow.
InternalWindow A window which displays inside of a JFrame
InternalWindow.HiddenComponent - class net.quartzware.InternalWindow.HiddenComponent.
 
InternalWindow.HiddenComponent(InternalWindow) - Constructor for class net.quartzware.InternalWindow.HiddenComponent
 
InternalWindow(String, boolean, boolean, boolean, boolean) - Constructor for class net.quartzware.InternalWindow
Default Constructor PRE: title is not null (can be an empty string) POST: class is created.
isCellEditable(int, int) - Method in class net.quartzware.EditorWindow.RBEditTableModel
 
isDirty() - Method in class net.quartzware.ResBundle
Returns whether or not this ResBundle has been modified since the last save
isLeaf(Object) - Method in class net.quartzware.Project
 
isSelected(AbstractButton) - Method in class com.symantec.itools.javax.swing.JButtonGroupPanel
Determines whether the specified button is selected.
isSelected(String) - Method in class com.symantec.itools.javax.swing.JButtonGroupPanel
Determines whether button with the specified text is selected.

J

JAboutDialog - class net.quartzware.JAboutDialog.
JAboutDialog A basic implementation of the JDialog class.
JAboutDialog(Frame) - Constructor for class net.quartzware.JAboutDialog
 
JButtonGroupPanel - class com.symantec.itools.javax.swing.JButtonGroupPanel.
A rectangular panel that contains a ButtonGroup and supports various selection actions.
JButtonGroupPanel() - Constructor for class com.symantec.itools.javax.swing.JButtonGroupPanel
Constructs a default JButtonGroupPanel object.
JButtonGroupPanel(ButtonGroup) - Constructor for class com.symantec.itools.javax.swing.JButtonGroupPanel
Constructs a JButtonGroupPanel for the given ButtonGroup.
JWrappingLabel - class com.symantec.itools.javax.swing.JWrappingLabel.
This class implements a multiple-line text label.
JWrappingLabel() - Constructor for class com.symantec.itools.javax.swing.JWrappingLabel
Constructs a default wrapping label.
JWrappingLabel(String) - Constructor for class com.symantec.itools.javax.swing.JWrappingLabel
Constructs a wrapping label that displays the specified string.
JWrappingLabel(String, int) - Constructor for class com.symantec.itools.javax.swing.JWrappingLabel
Constructs wrapping label with the specified text and alignment.

K

KeyDoesNotExistDlg - class net.quartzware.KeyDoesNotExistDlg.
KeyDoesNotExistDlg Dialog box to alert user that a key is non-existant in the Root.
KeyDoesNotExistDlg() - Constructor for class net.quartzware.KeyDoesNotExistDlg
Constructs the KeyDoesNotExistDlg PRE: none POST: dialog is created
KeyDoesNotExistDlg(Frame) - Constructor for class net.quartzware.KeyDoesNotExistDlg
Constructs the KeyDoesNotExistDlg PRE: parent cannot be null POST: dialog is created
KeyDoesNotExistDlg(String) - Constructor for class net.quartzware.KeyDoesNotExistDlg
Constructs the KeyDoesNotExistDlg and sets title to sTitle PRE: sTitle cannot be null POST: dialog is created

L

listeners - Variable in class com.symantec.itools.javax.swing.JButtonGroupPanel
Button listeners.
listKeysAphabetically - Variable in class net.quartzware.Project.Config
 

M

main(String[]) - Static method in class net.quartzware.RBApplet
 
main(String[]) - Static method in class net.quartzware.RBEdit
Java calls this static function to start the program.
MainWindow - class net.quartzware.MainWindow.
MainWindow Main window for the RBEdit application.
MainWindow(RBEdit) - Constructor for class net.quartzware.MainWindow
Default Constructor
Message - class net.quartzware.Message.
Message Encapsulates the data and function of an internationalization 'Message'
Message() - Constructor for class net.quartzware.Message
Constructs a Message with a default value PRE: none POST: This class is created
Message(String) - Constructor for class net.quartzware.Message
Constructs this Message using the given String which is a properly formated message
MessageDlg - class net.quartzware.MessageDlg.
MessageDlg A dialog box that displays a selected message and allows the user to edit it
MessageDlg(Message) - Constructor for class net.quartzware.MessageDlg
This constructs the message dialog box and shows it to the user
MessageTestDlg - class net.quartzware.MessageTestDlg.
MessageTestDlg Displays a test of the message so the user can verify that the message is correct.
MessageTestDlg(Message) - Constructor for class net.quartzware.MessageTestDlg
Constructs and shows this dialog PRE: m is not null POST: The class is constructed
mousePressed(MouseEvent) - Method in class net.quartzware.EditorWindow.PopupListener
Called by the java framework when a mouse button has been pressed in the Editor Window.
mouseReleased(MouseEvent) - Method in class net.quartzware.EditorWindow.PopupListener
Called by the java framework when a mouse button has been released in the Editor Window.

N

NewChildDlg - class net.quartzware.NewChildDlg.
NewChildDlg for the RBEdit application.
NewChildDlg() - Constructor for class net.quartzware.NewChildDlg
Constructs the NewChildDlg PRE: none POST: dialog is created
NewChildDlg(Frame) - Constructor for class net.quartzware.NewChildDlg
Constructs the NewChildDlg PRE: parent cannot be null POST: dialog is created
NewChildDlg(String) - Constructor for class net.quartzware.NewChildDlg
Constructs the NewChildDlg and sets the title equal to sTitle PRE: sTitle cannot be null POST: dialog is created
newKey() - Method in class net.quartzware.RBEdit
Called when the user wants to add a new key PRE: none POST: new key may be added to the root
NewProjectDlg - class net.quartzware.NewProjectDlg.
NewProjectDlg Dialog box that asks the user if they want to use an existing root or if they want to create a new root in the creation of a new project.
NewProjectDlg() - Constructor for class net.quartzware.NewProjectDlg
Constructs the NewProjectDlg PRE: none POST: dialog is created
NewProjectDlg(Frame) - Constructor for class net.quartzware.NewProjectDlg
Constructs the NewProjectDlg PRE: parent cannot be null POST: dialog is created
NewProjectDlg(String) - Constructor for class net.quartzware.NewProjectDlg
Constructs the NewProjectDlg and sets the dialog title to sTitle PRE: sTitle cannot be null POST: dialog is created

O

ObjectVal - class net.quartzware.ObjectVal.
ObjectVal Holds the necessary information to create an instance of a class on the fly.
ObjectVal() - Constructor for class net.quartzware.ObjectVal
Constructs an empty Object Value.
ObjectVal(String) - Constructor for class net.quartzware.ObjectVal
Constructs an ObjectVal with an Object type.
openProjectWindow(Project) - Method in class net.quartzware.MainWindow
Opens the ProjectWindow.

P

paint(Graphics) - Method in class symantec.itools.awt.ImagePanel
Paints this component using the given graphics context.
paintComponent(Graphics) - Method in class com.symantec.itools.javax.swing.JWrappingLabel
Paints this component using the given graphics context.
paramString() - Method in class com.symantec.itools.javax.swing.JWrappingLabel
Returns an empty string.
parent - Variable in class net.quartzware.Value
 
PrefDlg - class net.quartzware.PrefDlg.
PrefDlg Allows the user to change project preferences
PrefDlg(Project.Config) - Constructor for class net.quartzware.PrefDlg
Constructs this dialog and fills in the fields with the values in cfg
Project - class net.quartzware.Project.
Project class Contains all the information about the currently open Project.
Project.Config - class net.quartzware.Project.Config.
This class encapsulates the project options
Project.Config(Project) - Constructor for class net.quartzware.Project.Config
Default Constructor
Project() - Constructor for class net.quartzware.Project
Default constructor PRE: none POST: class is created
Project(Project.Config, Vector) - Constructor for class net.quartzware.Project
Creates a project using the given Config (preferences) and the given Vector of Resource Bundles.
Project(URL) - Constructor for class net.quartzware.Project
Loads a Project using a project file.
ProjectWindow - class net.quartzware.ProjectWindow.
ProjectWindow
ProjectWindow(Project) - Constructor for class net.quartzware.ProjectWindow
Setup the project window using the given project

R

RBApplet - class net.quartzware.RBApplet.
 
RBApplet() - Constructor for class net.quartzware.RBApplet
 
RBEdit - class net.quartzware.RBEdit.
Main module for the RBEdit application.
RBReader - interface net.quartzware.RBReader.
Classes that want to load resource bundles and convert them to ResBundles must implement this interface
RBWriter - interface net.quartzware.RBWriter.
Classes that want to save resource bundles must implement this interface
readBundle(URL) - Method in interface net.quartzware.RBReader
Reads the URL pointed to by url and returns a ResBundle
remove(AbstractButton) - Method in class com.symantec.itools.javax.swing.JButtonGroupPanel
Removes an AbstractButton from this panel.
removeActionListener(ActionListener) - Method in class com.symantec.itools.javax.swing.JButtonGroupPanel
Removes the specified listener.
removeBundle(ResBundle) - Method in class net.quartzware.Project
Removes the given Resource Bundle from the current Project
RemoveChildDlg - class net.quartzware.RemoveChildDlg.
Displays dialog box containing warning message when removing a child bundle from a project.
RemoveChildDlg() - Constructor for class net.quartzware.RemoveChildDlg
Default Remove Child Dialog Constructor PRE: none POST: The Remove Child Dialog is created.
RemoveChildDlg(Frame) - Constructor for class net.quartzware.RemoveChildDlg
Constructs and displays the Remove Child Dialog
RemoveChildDlg(String) - Constructor for class net.quartzware.RemoveChildDlg
Constructs and Displays Remove Child Dialog
removeEntry(String) - Method in class net.quartzware.ResBundle
Removes the entry corresponding to 'key' from this resbundle.
removeMenuItem(JMenuItem) - Method in class net.quartzware.MainWindow
 
removePropertyChangeListener(PropertyChangeListener) - Method in class symantec.itools.awt.ImagePanel
Removes a listener for all event changes.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.symantec.itools.javax.swing.JWrappingLabel
Removes a listener for all event changes.
removeTab(JInternalFrame) - Method in class net.quartzware.MainWindow
Removes the JInternal Frame from the eztabs and the parallel array
removeTreeModelListener(TreeModelListener) - Method in class net.quartzware.Project
 
removeVetoableChangeListener(VetoableChangeListener) - Method in class symantec.itools.awt.ImagePanel
Removes a vetoable listener for all event changes.
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.symantec.itools.javax.swing.JWrappingLabel
Removes a vetoable listener for all event changes.
RenameKeyDlg - class net.quartzware.RenameKeyDlg.
Displays dialog box containing warning message when renaming a key.
RenameKeyDlg() - Constructor for class net.quartzware.RenameKeyDlg
Default Rename Key Dialog Constructor PRE: none POST: The Rename Key Dialog is created.
RenameKeyDlg(Frame) - Constructor for class net.quartzware.RenameKeyDlg
Constructs and displays the Rename Key Dialog
RenameKeyDlg(String) - Constructor for class net.quartzware.RenameKeyDlg
Constructs and Displays Rename Key Dialog
ResBundle - class net.quartzware.ResBundle.
Encapsulates the data and functions of a 'resource bundle'.
ResBundle(Entry[], String) - Constructor for class net.quartzware.ResBundle
Constructs a ResBundle from the given array of entries
ResBundle(String) - Constructor for class net.quartzware.ResBundle
Default Constructor PRE: none POST: This class is created
ResBundle(Vector, String) - Constructor for class net.quartzware.ResBundle
Constructs a ResBundle from the given vector of entries

S

save(boolean) - Method in class net.quartzware.Project
Saves all of the currently dirty Resource Bundles.
selectFile(String) - Method in class net.quartzware.MainWindow
Allows the user to select a file, then returns a URL with the path to the selected file.
setDirty(boolean) - Method in class net.quartzware.ResBundle
Tell this ResBundle whether it is dirty or not.
setEditorWindow(EditorWindow) - Method in class net.quartzware.ResBundle
Tell this EditorWindow who its parent is.
setImageURL(URL) - Method in class symantec.itools.awt.ImagePanel
Sets the URL of the image to display in this panel.
setProject(Project) - Method in class net.quartzware.ProjectWindow
Sets a new project
setProjectFile(URL) - Method in class net.quartzware.Project
Changes the URL used to write out.
setSelectedTab(Component) - Method in class net.quartzware.MainWindow
 
setSelection(AbstractButton, boolean) - Method in class com.symantec.itools.javax.swing.JButtonGroupPanel
Determines whether the specified button is selected.
setSelection(String, boolean) - Method in class com.symantec.itools.javax.swing.JButtonGroupPanel
Determines whether the button with the specified text is selected.
setStyle(int) - Method in class symantec.itools.awt.ImagePanel
Sets the new panel image style.
setText(String) - Method in class com.symantec.itools.javax.swing.JWrappingLabel
Sets the label text.
setTextAlignment(int) - Method in class com.symantec.itools.javax.swing.JWrappingLabel
Sets the text alignment.
setValue(String) - Method in class net.quartzware.BinaryPath
Sets the path variable with newValue.
setValue(String) - Method in class net.quartzware.BinaryVal
 
setValue(String) - Method in class net.quartzware.Entry
 
setValue(String) - Method in class net.quartzware.IntegerVal
 
setValue(String) - Method in class net.quartzware.ObjectVal
Sets value to newValue
setValue(String) - Method in class net.quartzware.StringVal
This function sets the value of a string
setValue(String) - Method in class net.quartzware.Value
This function sets the value of a string
setValueAt(Object, int, int) - Method in class net.quartzware.EditorWindow.RBEditTableModel
 
setVisible(boolean) - Method in class net.quartzware.AddKeyDlg
Makes dialog visible to user
setVisible(boolean) - Method in class net.quartzware.CloseLooseFileDlg
 
setVisible(boolean) - Method in class net.quartzware.CloseProjectDlg
 
setVisible(boolean) - Method in class net.quartzware.DeleteKeyDlg
 
setVisible(boolean) - Method in class net.quartzware.JAboutDialog
Shows or hides dialog based on 'b'.
setVisible(boolean) - Method in class net.quartzware.KeyDoesNotExistDlg
 
setVisible(boolean) - Method in class net.quartzware.NewChildDlg
 
setVisible(boolean) - Method in class net.quartzware.RemoveChildDlg
This function sets the visible status of a dialog.
setVisible(boolean) - Method in class net.quartzware.RenameKeyDlg
This function sets the visible status of a dialog.
showNewKeyDlg() - Method in class net.quartzware.RBEdit
Displays a dialog to let the user enter options about a new key, then it creates the new key and adds it to all ResBundles in the project.
showNewProjectDlg() - Method in class net.quartzware.RBEdit
Displays a dialog to let the user enter options about a new project, then it creates the new project.
start() - Method in class net.quartzware.RBApplet
 
stop() - Method in class net.quartzware.RBApplet
 
StringArray - class net.quartzware.StringArray.
The StringArray datatype contains a Vector of Strings to be saved into a Resource Bundle.
StringArray() - Constructor for class net.quartzware.StringArray
Default constructor - creates empty StringArray PRE: none POST: The class is created
StringArray(String[]) - Constructor for class net.quartzware.StringArray
Constructs the StringArray with a given array of Strings
StringArray(Vector) - Constructor for class net.quartzware.StringArray
Constructs the StringArray with a given Vector
StringArrayDlg - class net.quartzware.StringArrayDlg.
Displays a String Array and allows the user to edit it
StringArrayDlg(StringArray) - Constructor for class net.quartzware.StringArrayDlg
This function constructs the String Array Dialog box and shows it
StringVal - class net.quartzware.StringVal.
StringVal is a data type which contains a line of plain text.
StringVal(String) - Constructor for class net.quartzware.StringVal
Constructs a StringVal with a given String.

T

TaggedArray - class net.quartzware.TaggedArray.
Tagged Array encapsulates the data and functions of a Tagged Array
TaggedArray() - Constructor for class net.quartzware.TaggedArray
Default Constructor
TaggedArrayDlg - class net.quartzware.TaggedArrayDlg.
Displays a TaggedArray and allows the user to edit it
TaggedArrayDlg(TaggedArray) - Constructor for class net.quartzware.TaggedArrayDlg
This function constructs the Tagged Array dialog box and shows it
text - Variable in class com.symantec.itools.javax.swing.JWrappingLabel
The text string being displayed.
toString() - Method in class net.quartzware.BinaryPath
 
toString() - Method in class net.quartzware.BinaryVal
 
toString() - Method in class net.quartzware.IntArray
 
toString() - Method in class net.quartzware.IntegerVal
 
toString() - Method in class net.quartzware.Message
 
toString() - Method in class net.quartzware.ObjectVal
 
toString() - Method in class net.quartzware.StringArray
This function converts an array to a string.
toString() - Method in class net.quartzware.StringVal
This function returns a string.
toString() - Method in class net.quartzware.TaggedArray
 

U

unchangedBG - Variable in class net.quartzware.Project.Config
 
unchangedFG - Variable in class net.quartzware.Project.Config
 

V

Value - class net.quartzware.Value.
The abstract base class from which all of the Data Types are derived
Value() - Constructor for class net.quartzware.Value
Default Constructor PRE: None POST: class is created
valueForPathChanged(TreePath, Object) - Method in class net.quartzware.Project
 

W

writeBundle(ResBundle, URL) - Method in interface net.quartzware.RBWriter
Writes the resource bundle out to the file
writeEscapeChar - Variable in class net.quartzware.Project.Config
 

A B C D E F G I J K L M N O P R S T U V W