A C D E F G H I L M N O P R S T U V

A

actionPerformed(ActionEvent) - Method in class org.mozdev.MacroTracker.toolkit.MTextArea
 
actionPerformed(ActionEvent) - Method in class org.mozdev.MacroTracker.toolkit.MTextField
 
actionPerformed(ActionEvent) - Method in class org.mozdev.MacroTracker.ui.frmMiniBrowser
 
add(E) - Method in class org.mozdev.MacroTracker.toolkit.DataStructure.NotifiableList
 
add(int, E) - Method in class org.mozdev.MacroTracker.toolkit.DataStructure.NotifiableList
 
add(E) - Method in class org.mozdev.MacroTracker.toolkit.DataStructure.SuperSet
 
add(Component) - Method in class org.mozdev.MacroTracker.toolkit.MToolbar
This is a hazardous method and is therefore disabled.
add(MToolbarButton) - Method in class org.mozdev.MacroTracker.toolkit.MToolbar
Adds a toolbar button to this toolbar.
addActionListener(ActionListener) - Method in class org.mozdev.MacroTracker.toolkit.MComboBox
 
addAll(Collection) - Method in class org.mozdev.MacroTracker.toolkit.DataStructure.NotifiableList
 
addAll(int, Collection) - Method in class org.mozdev.MacroTracker.toolkit.DataStructure.NotifiableList
 
addItem(String) - Method in class org.mozdev.MacroTracker.toolkit.MComboBox
Adds an item to the list.
addListener(E) - Method in class org.mozdev.MacroTracker.toolkit.event.EventManager
Adds an event to be executed when the event that this event manager manages is executed.
addMacroListener(iMacroListener) - Method in class org.mozdev.MacroTracker.toolkit.MRadioButton
Adds a iMacroListener event to the list of executable events.
addMenu(String, char) - Method in class org.mozdev.MacroTracker.toolkit.MMenuBuilder
Add a menu to the menubar.
addMenuItem(String, String, char) - Method in class org.mozdev.MacroTracker.toolkit.MMenuBuilder
Adds a menu item to a menu added.
addMenuItem(String, String, char, ActionListener) - Method in class org.mozdev.MacroTracker.toolkit.MMenuBuilder
Adds a menu item to a menu added.
addMenuItem(String, String, char, ActionListener, char) - Method in class org.mozdev.MacroTracker.toolkit.MMenuBuilder
Adds a menu item to a menu added.
addMenuItem(String, String, char, ActionListener, String, char) - Method in class org.mozdev.MacroTracker.toolkit.MMenuBuilder
Adds a menu item to a menu added.
addMenuItem(String, String, char, ActionListener, String) - Method in class org.mozdev.MacroTracker.toolkit.MMenuBuilder
Adds a menu item to a menu added.
addSeparator(String) - Method in class org.mozdev.MacroTracker.toolkit.MMenuBuilder
Adds a separator to the end of the menu.
addSeparator() - Method in class org.mozdev.MacroTracker.toolkit.MToolbar
Adds a Toolbar Separator to the toolbar.
addSubMenu(String, String, char) - Method in class org.mozdev.MacroTracker.toolkit.MMenuBuilder
Adds a sub menu (basically a menuitem that can have sub-menuitems) to a menu.

C

canRedo() - Method in class org.mozdev.MacroTracker.toolkit.MTextArea
Returns whether or not the user can perform the redo() function without exceptions being thrown.
canUndo() - Method in class org.mozdev.MacroTracker.toolkit.MTextArea
Returns whether or not the user can perform the undo() function without exceptions being thrown.
clear() - Method in class org.mozdev.MacroTracker.toolkit.DataStructure.NotifiableList
 
clear() - Method in class org.mozdev.MacroTracker.toolkit.MComboBox
Removes all the items from the Combo Box.
clear() - Method in class org.mozdev.MacroTracker.toolkit.MTextArea
Clears the textbox of all of its contents.
clear() - Method in class org.mozdev.MacroTracker.toolkit.MTextField
Clears the textbox of all of its contents.
contains(Object) - Method in class org.mozdev.MacroTracker.toolkit.DataStructure.NotifiableList
 
containsAll(Collection) - Method in class org.mozdev.MacroTracker.toolkit.DataStructure.NotifiableList
 

D

doAction() - Method in interface org.mozdev.MacroTracker.toolkit.event.iMacroListener
The action to be performed when the user hits the Apply button.

E

EventManager<E> - Class in org.mozdev.MacroTracker.toolkit.event
This class manages events that can be fired in a program.
EventManager(String) - Constructor for class org.mozdev.MacroTracker.toolkit.event.EventManager
 
equals(Object) - Method in class org.mozdev.MacroTracker.toolkit.DataStructure.NotifiableList
 

F

frmMiniBrowser - Class in org.mozdev.MacroTracker.ui
This class loads a HTML file (taken in through the constructor) inside of a browser window.
frmMiniBrowser(String) - Constructor for class org.mozdev.MacroTracker.ui.frmMiniBrowser
 

G

get(int) - Method in class org.mozdev.MacroTracker.toolkit.DataStructure.NotifiableList
 
get(int) - Method in class org.mozdev.MacroTracker.toolkit.DataStructure.SuperSet
Returns an item from the SuperSet.
(precondition: 0 =< index =< size())
getItemAt(int) - Method in class org.mozdev.MacroTracker.toolkit.MComboBox
Returns the item held in the combo box at the index number taken in
getItemCount() - Method in class org.mozdev.MacroTracker.toolkit.MComboBox
Returns how many items are in the combo box.
getMenubar() - Method in class org.mozdev.MacroTracker.toolkit.MMenuBuilder
Returned the MenuBar generated by the class.
getSelectedIndex() - Method in class org.mozdev.MacroTracker.toolkit.MComboBox
 
getSelectedItem() - Method in class org.mozdev.MacroTracker.toolkit.MComboBox
Returns the object that is currently selected in the combo box.
(precondition: isItemSelected() == true)
getSetting(String) - Method in class org.mozdev.MacroTracker.toolkit.registry.MRegistry
Returns a certain setting from the registry.
getText() - Method in class org.mozdev.MacroTracker.toolkit.MToolbarButton
Returns the text that is displayed in the ToolbarButton.

H

hashCode() - Method in class org.mozdev.MacroTracker.toolkit.DataStructure.NotifiableList
 

I

IMAGE_AND_TEXT - Static variable in class org.mozdev.MacroTracker.toolkit.MToolbarButton
 
IMAGE_ONLY - Static variable in class org.mozdev.MacroTracker.toolkit.MToolbarButton
 
iEvent - Interface in org.mozdev.MacroTracker.toolkit.event
A general-purpose event format to be used in MacroTracker.
iListChangeEvent - Interface in org.mozdev.MacroTracker.toolkit.event
This interface represents a change in a NotifiableList.
iMacroListener - Interface in org.mozdev.MacroTracker.toolkit.event
This is a event that is ran when the user hits the Apply button in an interface.
iPropertyChangeEvent - Interface in org.mozdev.MacroTracker.toolkit.event
An event that occurs in MPropertiesTable when a property in the table has been changed by the user, either because the user has typed in new text or that he has copied/pasted data.
inList(String) - Method in class org.mozdev.MacroTracker.toolkit.MComboBox
Returns whether or not the itemToCheckFor already exists in the list.
indexOf(Object) - Method in class org.mozdev.MacroTracker.toolkit.DataStructure.NotifiableList
 
isEmpty() - Method in class org.mozdev.MacroTracker.toolkit.DataStructure.NotifiableList
 
isItemSelected() - Method in class org.mozdev.MacroTracker.toolkit.MComboBox
Returns whether or not an item is selected in the combo box.
iterator() - Method in class org.mozdev.MacroTracker.toolkit.DataStructure.NotifiableList
 
iterator() - Method in class org.mozdev.MacroTracker.toolkit.event.EventManager
Returns an iterator of all the events contained in this class.

L

LARGE_PICTURE - Static variable in class org.mozdev.MacroTracker.toolkit.MToolbarButton
 
lastIndexOf(Object) - Method in class org.mozdev.MacroTracker.toolkit.DataStructure.NotifiableList
 
listChanged(NotifiableList) - Method in interface org.mozdev.MacroTracker.toolkit.event.iListChangeEvent
This is ran when a value in the list has either been added, removed, or modified.
listIterator() - Method in class org.mozdev.MacroTracker.toolkit.DataStructure.NotifiableList
 
listIterator(int) - Method in class org.mozdev.MacroTracker.toolkit.DataStructure.NotifiableList
 

M

MBoldLabel - Class in org.mozdev.MacroTracker.toolkit
A JLabel that the text is bold by default.
MBoldLabel() - Constructor for class org.mozdev.MacroTracker.toolkit.MBoldLabel
 
MBoldLabel(String) - Constructor for class org.mozdev.MacroTracker.toolkit.MBoldLabel
 
MComboBox - Class in org.mozdev.MacroTracker.toolkit
This is a class that inherits JPanel and holds a merger of a JList and JComboBox.
MComboBox() - Constructor for class org.mozdev.MacroTracker.toolkit.MComboBox
 
MHyperlinkLabel - Class in org.mozdev.MacroTracker.toolkit
A JLabel that looks like a HTML website hyperlink and can set it to load a URL when clicked.
MHyperlinkLabel(String, String) - Constructor for class org.mozdev.MacroTracker.toolkit.MHyperlinkLabel
Creates a hyperlinkLabel that, when clicked, loads a URL into the MiniBrowser.
MHyperlinkLabel(String) - Constructor for class org.mozdev.MacroTracker.toolkit.MHyperlinkLabel
Creates a hyperlinkLabel with the text of the label already set.
MHyperlinkLabel() - Constructor for class org.mozdev.MacroTracker.toolkit.MHyperlinkLabel
Creates a hyperlinkLabel that is a regular JLabel but it looks like a hyperlink.
MMenuBuilder - Class in org.mozdev.MacroTracker.toolkit
This class ia a menu builder class that gives you an easy way to create a JMenuBar without a bunch of code.
MMenuBuilder() - Constructor for class org.mozdev.MacroTracker.toolkit.MMenuBuilder
 
MMenuItem - Class in org.mozdev.MacroTracker.toolkit
This is a JMenuItem that takes in a filename for a large and small image and make it the image for this menu item.
MMenuItem(String, String) - Constructor for class org.mozdev.MacroTracker.toolkit.MMenuItem
 
MMenuItem(String, char) - Constructor for class org.mozdev.MacroTracker.toolkit.MMenuItem
 
MMenuItem(String) - Constructor for class org.mozdev.MacroTracker.toolkit.MMenuItem
 
MMenuItem() - Constructor for class org.mozdev.MacroTracker.toolkit.MMenuItem
 
MPropertiesTable - Class in org.mozdev.MacroTracker.toolkit
This class creates a properties table (like the Properties view in Visual Basic) and can allow the user the modify certain properties.
MPropertiesTable(String[]) - Constructor for class org.mozdev.MacroTracker.toolkit.MPropertiesTable
Adds a list of editable properties to the list when the properties table is constructed.
MPropertiesTable(String[], boolean[]) - Constructor for class org.mozdev.MacroTracker.toolkit.MPropertiesTable
Adds a list of editable properties to the list when the properties table is constructed and whether or not those cells are editable.
MRadioButton - Class in org.mozdev.MacroTracker.toolkit
A JRadioButton that holds MacroListeners which can be used to generate certain events in the GUI.
MRadioButton(String) - Constructor for class org.mozdev.MacroTracker.toolkit.MRadioButton
 
MRegistry - Class in org.mozdev.MacroTracker.toolkit.registry
This is basically a system registry clone from Windows.
MRegistry(String) - Constructor for class org.mozdev.MacroTracker.toolkit.registry.MRegistry
 
MRegistry(File) - Constructor for class org.mozdev.MacroTracker.toolkit.registry.MRegistry
Creates a new registry using the file taken in through the constructor.
MScrollPane - Class in org.mozdev.MacroTracker.toolkit
MScrollPane is a JScrollPane with the contents taken in through the constructor.
MScrollPane(Component) - Constructor for class org.mozdev.MacroTracker.toolkit.MScrollPane
 
MScrollPane(Component, int) - Constructor for class org.mozdev.MacroTracker.toolkit.MScrollPane
 
MScrollPane(int, Component) - Constructor for class org.mozdev.MacroTracker.toolkit.MScrollPane
Sets the alignment of the contents in the scrollpane using the constants from the java.awt.FlowLayout class.
MTextArea - Class in org.mozdev.MacroTracker.toolkit
A JTextArea object that has a right-click menu with the following options: Cut Copy Paste Delete Select All Right-click menu cannot be modified, but can be overwritten.
MTextArea() - Constructor for class org.mozdev.MacroTracker.toolkit.MTextArea
 
MTextArea(String) - Constructor for class org.mozdev.MacroTracker.toolkit.MTextArea
 
MTextField - Class in org.mozdev.MacroTracker.toolkit
A JTextField object that has a right-click menu with the following options: Cut Copy Paste Delete Select All Right-click menu cannot be modified, but can be overwritten.
MTextField() - Constructor for class org.mozdev.MacroTracker.toolkit.MTextField
 
MTextField(String) - Constructor for class org.mozdev.MacroTracker.toolkit.MTextField
 
MTitlePanel - Class in org.mozdev.MacroTracker.toolkit
This is a JPanel that takes in a name and content wrapped in a TitledBorder.
MTitlePanel(String, JPanel) - Constructor for class org.mozdev.MacroTracker.toolkit.MTitlePanel
 
MToolbar - Class in org.mozdev.MacroTracker.toolkit
A JToolBar that provides a popup menu when right-clicked that let's the user choose whether or not they want Icons, Icons and Text, or Text.
MToolbar() - Constructor for class org.mozdev.MacroTracker.toolkit.MToolbar
Creates a general JToolBar with a context menu.
MToolbarButton - Class in org.mozdev.MacroTracker.toolkit
This ToolbarButton class is a class that inherits JButton and simulates functions that would be useful for a button on a JToolBar.
MToolbarButton(String) - Constructor for class org.mozdev.MacroTracker.toolkit.MToolbarButton
Creates a new ToolbarButton with its text already set.
MToolbarButton(String, String, String) - Constructor for class org.mozdev.MacroTracker.toolkit.MToolbarButton
Creates a new Toolbarbutton with the button's text and images already set.
maybeShowPopup(MouseEvent) - Method in class org.mozdev.MacroTracker.toolkit.MTextArea
 
maybeShowPopup(MouseEvent) - Method in class org.mozdev.MacroTracker.toolkit.MTextField
 
maybeShowPopup(MouseEvent) - Method in class org.mozdev.MacroTracker.toolkit.MToolbar
 
mouseClicked(MouseEvent) - Method in class org.mozdev.MacroTracker.toolkit.MTextArea
 
mouseClicked(MouseEvent) - Method in class org.mozdev.MacroTracker.toolkit.MTextField
 
mouseClicked(MouseEvent) - Method in class org.mozdev.MacroTracker.toolkit.MToolbar
 
mouseEntered(MouseEvent) - Method in class org.mozdev.MacroTracker.toolkit.MTextArea
 
mouseEntered(MouseEvent) - Method in class org.mozdev.MacroTracker.toolkit.MTextField
 
mouseEntered(MouseEvent) - Method in class org.mozdev.MacroTracker.toolkit.MToolbar
 
mouseExited(MouseEvent) - Method in class org.mozdev.MacroTracker.toolkit.MTextArea
 
mouseExited(MouseEvent) - Method in class org.mozdev.MacroTracker.toolkit.MTextField
 
mouseExited(MouseEvent) - Method in class org.mozdev.MacroTracker.toolkit.MToolbar
 
mousePressed(MouseEvent) - Method in class org.mozdev.MacroTracker.toolkit.MTextArea
 
mousePressed(MouseEvent) - Method in class org.mozdev.MacroTracker.toolkit.MTextField
 
mousePressed(MouseEvent) - Method in class org.mozdev.MacroTracker.toolkit.MToolbar
 
mouseReleased(MouseEvent) - Method in class org.mozdev.MacroTracker.toolkit.MTextArea
 
mouseReleased(MouseEvent) - Method in class org.mozdev.MacroTracker.toolkit.MTextField
 
mouseReleased(MouseEvent) - Method in class org.mozdev.MacroTracker.toolkit.MToolbar
 

N

NoSuchPropertyException - Exception in org.mozdev.MacroTracker.toolkit.exceptions
 
NoSuchPropertyException() - Constructor for exception org.mozdev.MacroTracker.toolkit.exceptions.NoSuchPropertyException
 
NoSuchPropertyException(String) - Constructor for exception org.mozdev.MacroTracker.toolkit.exceptions.NoSuchPropertyException
 
NotifiableList<E> - Class in org.mozdev.MacroTracker.toolkit.DataStructure
This is a special type of List that, whenever a item is added or removed, a event is fired.
NotifiableList(List) - Constructor for class org.mozdev.MacroTracker.toolkit.DataStructure.NotifiableList
Creates a new NotifiableList with the list taken in.
notifyOfChange - Variable in class org.mozdev.MacroTracker.toolkit.DataStructure.NotifiableList
Manages the events for the NotifiableList.

O

org.mozdev.MacroTracker.toolkit - package org.mozdev.MacroTracker.toolkit
 
org.mozdev.MacroTracker.toolkit.DataStructure - package org.mozdev.MacroTracker.toolkit.DataStructure
 
org.mozdev.MacroTracker.toolkit.event - package org.mozdev.MacroTracker.toolkit.event
 
org.mozdev.MacroTracker.toolkit.exceptions - package org.mozdev.MacroTracker.toolkit.exceptions
 
org.mozdev.MacroTracker.toolkit.registry - package org.mozdev.MacroTracker.toolkit.registry
 
org.mozdev.MacroTracker.ui - package org.mozdev.MacroTracker.ui
 

P

propertyChangeListener - Variable in class org.mozdev.MacroTracker.toolkit.MPropertiesTable
The events to be ran when a property change has occured.
propertyChanged(String, String) - Method in interface org.mozdev.MacroTracker.toolkit.event.iPropertyChangeEvent
Method to be executed when a property value has been changed by the user.

R

redo() - Method in class org.mozdev.MacroTracker.toolkit.MTextArea
Adds back the text deleted by the undo() function.
remove(int) - Method in class org.mozdev.MacroTracker.toolkit.DataStructure.NotifiableList
 
remove(Object) - Method in class org.mozdev.MacroTracker.toolkit.DataStructure.NotifiableList
 
remove(Object) - Method in class org.mozdev.MacroTracker.toolkit.DataStructure.SuperSet
 
removeAll(Collection) - Method in class org.mozdev.MacroTracker.toolkit.DataStructure.NotifiableList
 
removeAllItems() - Method in class org.mozdev.MacroTracker.toolkit.MComboBox
Removes all the items in the MComboBox.
removeItemAt(int) - Method in class org.mozdev.MacroTracker.toolkit.MComboBox
Removes an item from the combo box with the index number taken in.
removeSelectedItem() - Method in class org.mozdev.MacroTracker.toolkit.MComboBox
Removes the item currently selected by the user in the combo box.
retainAll(Collection) - Method in class org.mozdev.MacroTracker.toolkit.DataStructure.NotifiableList
 
run() - Method in class org.mozdev.MacroTracker.toolkit.event.EventManager
Runs the method taken into the EventManager and taking no parameters to that method.
run(Object...) - Method in class org.mozdev.MacroTracker.toolkit.event.EventManager
Runs the method name taken into the EventManager and takes in an array of parameters for the method.
runEvent() - Method in interface org.mozdev.MacroTracker.toolkit.event.iEvent
 
runMacroListeners() - Method in class org.mozdev.MacroTracker.toolkit.MRadioButton
Executes all of the MacroListeners.

S

SMALL_PICTURE - Static variable in class org.mozdev.MacroTracker.toolkit.MToolbarButton
 
SuperSet<E> - Class in org.mozdev.MacroTracker.toolkit.DataStructure
A TreeSet with a efficient get(int) function.
SuperSet() - Constructor for class org.mozdev.MacroTracker.toolkit.DataStructure.SuperSet
 
saveSetting(String, Object) - Method in class org.mozdev.MacroTracker.toolkit.registry.MRegistry
Saves a setting to the registry.
set(int, E) - Method in class org.mozdev.MacroTracker.toolkit.DataStructure.NotifiableList
 
setButtonMode(byte) - Method in class org.mozdev.MacroTracker.toolkit.MToolbarButton
Sets whether or not the button will display Images and Text, Text only, or Pictures only.
(precondition: buttonMode == IMAGE_AND_TEXT, IMAGE_ONLY, TEXT_ONLY)
setImage(String) - Method in class org.mozdev.MacroTracker.toolkit.MMenuItem
Sets the image of this MMenuItem.
setLargeImg(String) - Method in class org.mozdev.MacroTracker.toolkit.MToolbarButton
Sets the uri of the toolbar image to display when the image mode is set to LARGE_PICTURE.
setPictureMode(byte) - Method in class org.mozdev.MacroTracker.toolkit.MToolbarButton
Sets whether or not the toolbar button will display a large or a small image.
(precondition: imageMode == LARGE_PICTURE, SMALL_PICTURE)
setProperty(String, String) - Method in class org.mozdev.MacroTracker.toolkit.MPropertiesTable
Sets the value of a property in the properties table.
setSmallImg(String) - Method in class org.mozdev.MacroTracker.toolkit.MToolbarButton
Sets the image to display when the image mode is SMALL_PICTURE.
setText(String) - Method in class org.mozdev.MacroTracker.toolkit.MHyperlinkLabel
Defines the single line of text this component will display.
setText(String) - Method in class org.mozdev.MacroTracker.toolkit.MToolbarButton
Sets the text to display in the ToolbarButton.
setToolbarButtonMode(byte) - Method in class org.mozdev.MacroTracker.toolkit.MToolbar
Sets whether or not the toolbar buttons should show pictures, text, or both.
size() - Method in class org.mozdev.MacroTracker.toolkit.DataStructure.NotifiableList
 
size() - Method in class org.mozdev.MacroTracker.toolkit.DataStructure.SuperSet
 
subList(int, int) - Method in class org.mozdev.MacroTracker.toolkit.DataStructure.NotifiableList
 

T

TEXT_ONLY - Static variable in class org.mozdev.MacroTracker.toolkit.MToolbarButton
 
toArray() - Method in class org.mozdev.MacroTracker.toolkit.DataStructure.NotifiableList
 
toArray(T[]) - Method in class org.mozdev.MacroTracker.toolkit.DataStructure.NotifiableList
 
toArray() - Method in class org.mozdev.MacroTracker.toolkit.DataStructure.SuperSet
 

U

undo() - Method in class org.mozdev.MacroTracker.toolkit.MTextArea
Undos the previous text entered into the text field.
undoableEditHappened(UndoableEditEvent) - Method in class org.mozdev.MacroTracker.toolkit.MTextArea
 

V

valueChanged(ListSelectionEvent) - Method in class org.mozdev.MacroTracker.toolkit.MComboBox
 

A C D E F G H I L M N O P R S T U V