< A C E G I J L M P R S T

<

() - Static method in class JMenuLoader
 
() - Static method in class MenuLoader
 

A

ACCEL_SUFFIX - Static variable in class JMenuLoader
Suffix applied to the key used in resource file lookups for a accelerator.
ACCEL_SUFFIX - Static variable in class MenuLoader
Suffix applied to the key used in resource file lookups for a accelerator.
ACTION_SUFFIX - Static variable in class JMenuLoader
Suffix applied to the key used in resource file lookups for an action.
ACTION_SUFFIX - Static variable in class JToolBarLoader
Suffix applied to the key used in resource file lookups for an action.
ACTION_SUFFIX - Static variable in class MenuLoader
Suffix applied to the key used in resource file lookups for an action.
ACTION_SUFFIX - Static variable in class ToolBarLoader
Suffix applied to the key used in resource file lookups for an action.
addActionListener(ActionListener) - Method in class MenuLoader.ActionAdapter
Adds the specified action listener to receive action events.
Assert - class Assert.
A class that acts like the C/C++ assertion macro.
assert(boolean) - Static method in class Assert
Assert that the boolean condition b is true.
assert(boolean, String) - Static method in class Assert
Assert that the boolean condition b is true.
assert(long) - Static method in class Assert
Assert that the long parameter l is not zero.
assert(long, String) - Static method in class Assert
Assert that the long parameter l is not zero.
assert(Object) - Static method in class Assert
Assert that the object reference l is not null.
assert(Object, String) - Static method in class Assert
Assert that the object reference l is not null.
AssertionException - error AssertionException.
Thrown when a condition asserted from an assert method of the Assert is not true.
AssertionException() - Constructor for class AssertionException
Constructs a AssertionException with no detail message.
AssertionException(String) - Constructor for class AssertionException
Constructs a ClassFormatError with the specified detail message.

C

createMenu(String) - Method in class JMenuLoader
Create a menu.
createMenu(String) - Method in class MenuLoader
Create a menu.
createMenuBar(String) - Method in class JMenuLoader
Create the menubar for the specified key.
createMenuBar(String) - Method in class MenuLoader
Create the menubar for the specified key.
createMenuItem(String) - Method in class JMenuLoader
This is the hook through which all menu items are created.
createMenuItem(String) - Method in class MenuLoader
This is the hook through which all menu items are created.
createMenuPanel(String) - Method in class MenuLoader
Create a panel of popup menu labels for the specified key.
createPopupLabel(String, boolean[]) - Method in class MenuLoader
Create a label with popup menu.
createTool(String) - Method in class JToolBarLoader
Hook through which every toolbar item is created.
createTool(String) - Method in class ToolBarLoader
Hook through which every toolbar item is created.
createToolBar(String) - Method in class JToolBarLoader
Create the toolbar for the specified key.
createToolBar(String) - Method in class ToolBarLoader
Create the toolbar for the specified key.
createToolBarButton(String) - Method in class JToolBarLoader
Create a button to go inside of the toolbar.
createToolBarButton(String) - Method in class ToolBarLoader
Create a button to go inside of the toolbar.

E

ENABLED - Static variable in class Assert
True if assert methods are enabled.
entered - Variable in class MenuLoader.PopupLabel
True if the mouse pointer entered and pressed is true.

G

getAction(String) - Method in class JMenuLoader
Return the Action with name cmd stored in the command hashtable.
getAction(String) - Method in class JToolBarLoader
Return the Action with name cmd stored in the command hashtable.
getAction(String) - Method in class MenuLoader
Return the default action listener.
getAction(String) - Method in class ToolBarLoader
Return the default action listener.
getCommands() - Method in class JMenuLoader
Returns a hashtable containing the menu commands.
getCommands() - Method in class JToolBarLoader
Returns a hashtable containing the toolbar commands.
getDefaultActionListener() - Method in class JMenuLoader
Return the default action listener.
getDefaultActionListener() - Method in class JToolBarLoader
Return the default action listener.
getDefaultActionListener() - Method in class MenuLoader
Returns the default action listener.
getDefaultActionListener() - Method in class ToolBarLoader
Returns the default action listener.
getResource(String) - Method in class JMenuLoader
Read the name of an image from the resource bundle and convert if to an URL.
getResource(String) - Method in class JToolBarLoader
Read the name of an image from the resource bundle and convert if to an URL.
getResourceString(String) - Method in class JMenuLoader
Read a string from the resource bundle containing the menu definition.
getResourceString(String) - Method in class JToolBarLoader
Read a string from the resource file containing the toolbar definition.
getResourceString(String) - Method in class MenuLoader
Read a string from the resource bundle containing the menu definition.
getResourceString(String) - Method in class ToolBarLoader
Read a string from the resource file containing the toolbar definition.

I

IMAGE_SUFFIX - Static variable in class JMenuLoader
Suffix applied to the key used in resource file lookups for an image.
IMAGE_SUFFIX - Static variable in class JToolBarLoader
Suffix applied to the key used in resource file lookups for an image.
itemStateChanged(ItemEvent) - Method in class MenuLoader.ActionAdapter
Invoked when an item's state has been changed.

J

JMenuLoader - class JMenuLoader.
Builds up a Swing menu by reading the settings from a resource file.
JMenuLoader(Properties) - Constructor for class JMenuLoader
Create a new JMenuLoader object.
JMenuLoader(ResourceBundle) - Constructor for class JMenuLoader
Create a new JMenuLoader object.
JToolBarLoader - class JToolBarLoader.
Builds up a Swing toolbar by reading the settings from a resource file.
JToolBarLoader(Properties) - Constructor for class JToolBarLoader
Create a new JToolBarLoader object.
JToolBarLoader(ResourceBundle) - Constructor for class JToolBarLoader
Create a new JToolBarLoader object.

L

LABEL_SUFFIX - Static variable in class JMenuLoader
Suffix applied to the key used in resource file lookups for a label.
LABEL_SUFFIX - Static variable in class JToolBarLoader
Suffix applied to the key used in resource file lookups for a label.
LABEL_SUFFIX - Static variable in class MenuLoader
Suffix applied to the key used in resource file lookups for a label.
LABEL_SUFFIX - Static variable in class ToolBarLoader
Suffix applied to the key used in resource file lookups for a label.
listeners - Variable in class MenuLoader.ActionAdapter
 
loadImageIcon(URL) - Method in class JMenuLoader
Hook through which ImageIcons are loaded.
loadImageIcon(URL) - Method in class JToolBarLoader
Hook through which ImageIcons are loaded.

M

MenuLoader - class MenuLoader.
Builds up a AWT menu by reading the settings from a resource file.
MenuLoader.ActionAdapter - class MenuLoader.ActionAdapter.
Converts an item event to an action event.
MenuLoader.ActionAdapter(MenuLoader) - Constructor for class MenuLoader.ActionAdapter
 
MenuLoader.PopupLabel - class MenuLoader.PopupLabel.
A label that looks and behaves like a menu.
MenuLoader.PopupLabel(MenuLoader, String, PopupMenu, boolean[]) - Constructor for class MenuLoader.PopupLabel
 
MenuLoader(Properties) - Constructor for class MenuLoader
Create a new JMenuLoader object.
MenuLoader(ResourceBundle) - Constructor for class MenuLoader
Create a new JMenuLoader object.
MNEMONIC_ESCAPE - Static variable in class JMenuLoader
The escape character to identify a mnemonic in a label.
MNEMONIC_ESCAPE - Static variable in class JToolBarLoader
The escape character to identify a mnemonic in a label.
MNEMONIC_ESCAPE - Static variable in class MenuLoader
The escape character to identify a mnemonic in a label.
MNEMONIC_ESCAPE - Static variable in class ToolBarLoader
The escape character to identify a mnemonic in a label.

P

popup - Variable in class MenuLoader.PopupLabel
 
pressed - Variable in class MenuLoader.PopupLabel
True, if the mouse had been pressed in a PopupLabel.
processMouseEvent(MouseEvent) - Method in class MenuLoader.PopupLabel
 
processMouseMotionEvent(MouseEvent) - Method in class MenuLoader.PopupLabel
 

R

removeActionListener(ActionListener) - Method in class MenuLoader.ActionAdapter
Removes the specified action listener so that it no longer receives action events.
reportError(String) - Method in class JMenuLoader
This method will be called, if some errors occur.
reportError(String) - Method in class JToolBarLoader
This method will be called, if some errors occur.
reportError(String) - Method in class MenuLoader
This method will be called, if some errors occur.
reportError(String) - Method in class ToolBarLoader
This method will be called, if some errors occur.

S

setCommands(Hashtable) - Method in class JMenuLoader
Set the hashtable containing the menu commands.
setCommands(Hashtable) - Method in class JToolBarLoader
Set the hashtable containing the toolbar commands.
setDefaultActionListener(ActionListener) - Method in class JMenuLoader
Set the default action listener.
setDefaultActionListener(ActionListener) - Method in class JToolBarLoader
Set the default action listener.
setDefaultActionListener(ActionListener) - Method in class MenuLoader
Set the default action listener.
setDefaultActionListener(ActionListener) - Method in class ToolBarLoader
Set the default action listener.
STRUT_BLANKS - Static variable in class ToolBarLoader
The blanks for the label between separated AWT toolbar components.
STRUT_SIZE - Static variable in class JToolBarLoader
The distance between separated toolbar components.

T

tokenize(String) - Method in class JMenuLoader
Take the given string and chop it up into a series of strings on whitespace boundries.
tokenize(String) - Method in class JToolBarLoader
Take the given string and chop it up into a series of strings on whitespace boundries.
tokenize(String) - Method in class MenuLoader
Take the given string and chop it up into a series of strings on whitespace boundries.
tokenize(String) - Method in class ToolBarLoader
Take the given string and chop it up into a series of strings on whitespace boundries.
ToolBarLoader - class ToolBarLoader.
Builds up a AWT toolbar by reading the settings from a resource file.
ToolBarLoader(Properties) - Constructor for class ToolBarLoader
Create a new ToolBarLoader object.
ToolBarLoader(ResourceBundle) - Constructor for class ToolBarLoader
Create a new ToolBarLoader object.
TOOLTIP_SUFFIX - Static variable in class JToolBarLoader
Suffix applied to the key used in resource file lookups for a tooltip.
TYPE_CHECKBOX - Static variable in class JMenuLoader
Type identifier of a checkbox menu item.
TYPE_CHECKBOX - Static variable in class MenuLoader
Type identifier of a checkbox menu item.
TYPE_ITEM - Static variable in class JMenuLoader
Type identifier of a menu item.
TYPE_ITEM - Static variable in class MenuLoader
Type identifier of a menu item.
TYPE_MENU - Static variable in class JMenuLoader
Type identifier of a submenu.
TYPE_MENU - Static variable in class MenuLoader
Type identifier of a submenu.
TYPE_SUFFIX - Static variable in class JMenuLoader
Suffix applied to the key used in resource file lookups for the type of a menu item.
TYPE_SUFFIX - Static variable in class MenuLoader
Suffix applied to the key used in resource file lookups for the type of a menu item.

< A C E G I J L M P R S T