A C F G I M P R S T U

A

addCaptionViewListener(CaptionViewListener) - Method in class com.webcab.chat.gui.CaptionView
Adds a new listener to notify whenever an important event occurs.
addNotify() - Method in class com.webcab.chat.gui.CaptionView
 

C

CaptionView - class com.webcab.chat.gui.CaptionView.
The CaptionView is a JavaBeanTM, which creates an active area that reacts like a button to mouse clicks and movements, allowing the user to use images instead of text.
CaptionView() - Constructor for class com.webcab.chat.gui.CaptionView
This is the non-zero constructor required by the java.beans.Bean class in order to instantiate the bean.
CaptionViewAdapter - class com.webcab.chat.gui.CaptionViewAdapter.
The abstract class which implements empty methods from CaptionViewListener.
CaptionViewAdapter() - Constructor for class com.webcab.chat.gui.CaptionViewAdapter
 
CaptionViewBeanInfo - class com.webcab.chat.gui.CaptionViewBeanInfo.
This is the BeanInfo class for the CaptionView bean.
CaptionViewBeanInfo() - Constructor for class com.webcab.chat.gui.CaptionViewBeanInfo
 
CaptionViewListener - interface com.webcab.chat.gui.CaptionViewListener.
The listener class for the CaptionView bean.

F

flush() - Method in class com.webcab.chat.gui.CaptionView
Disposes all the resources held by this component.

G

getAnimated() - Method in class com.webcab.chat.gui.CaptionView
Get the animated flag value.
getCaptionSize() - Method in class com.webcab.chat.gui.CaptionView
Gets the size of this caption.
getImageNames() - Method in class com.webcab.chat.gui.CaptionView
This method returns the array of strings corresponding to each image in the six states.
getMinimumSize() - Method in class com.webcab.chat.gui.CaptionView
Returns the minimum size this caption can have.
getPreferredSize() - Method in class com.webcab.chat.gui.CaptionView
Returns the preferred size of this caption.
getPropertyDescriptors() - Method in class com.webcab.chat.gui.CaptionViewBeanInfo
Gets all the PropertyDescriptors for the CaptionView bean.
getScaleFlag() - Method in class com.webcab.chat.gui.CaptionView
Gets the scaling method for this caption.

I

ImageCache - class com.webcab.chat.gui.ImageCache.
This class encapsulates all data a java.awt.Image holds, by caching it into memory.
ImageCache(URL, String) - Constructor for class com.webcab.chat.gui.ImageCache
This constructor loads the image data into memory.
ImageCache(URL, String, Applet) - Constructor for class com.webcab.chat.gui.ImageCache
This constructor loads the image data into memory.

M

mouseClicked(MouseEvent) - Method in class com.webcab.chat.gui.CaptionView
MouseListener interface
mouseDragged(MouseEvent) - Method in class com.webcab.chat.gui.CaptionView
 
mouseEntered(MouseEvent) - Method in class com.webcab.chat.gui.CaptionView
 
mouseExited(MouseEvent) - Method in class com.webcab.chat.gui.CaptionView
 
mouseLeftClicked(Object) - Method in class com.webcab.chat.gui.CaptionViewAdapter
Invoked when the right mouse button clicks in the active area of the CaptionView component.
mouseLeftClicked(Object) - Method in interface com.webcab.chat.gui.CaptionViewListener
Invoked when the right mouse button clicks in the active area of the CaptionView component.
mouseMoved(MouseEvent) - Method in class com.webcab.chat.gui.CaptionView
MouseMotionListener methods
mousePressed(MouseEvent) - Method in class com.webcab.chat.gui.CaptionView
 
mouseReleased(MouseEvent) - Method in class com.webcab.chat.gui.CaptionView
 
mouseRightClicked(Object) - Method in class com.webcab.chat.gui.CaptionViewAdapter
Invoked when the right mouse button clicks in the active area of the CaptionView component.
mouseRightClicked(Object) - Method in interface com.webcab.chat.gui.CaptionViewListener
Invoked when the right mouse button clicks in the active area of the CaptionView component.

P

paint(Graphics) - Method in class com.webcab.chat.gui.CaptionView
 

R

readImage(String, Component) - Static method in class com.webcab.chat.gui.ImageCache
A static method provided by this class as a convenience.
readImage(URL, Component) - Static method in class com.webcab.chat.gui.ImageCache
A static method provided by this class as a convenience.
readImage(URL, String, Component) - Static method in class com.webcab.chat.gui.ImageCache
A static method provided by this class as a convenience.
removeCaptionViewListener(CaptionViewListener) - Method in class com.webcab.chat.gui.CaptionView
Removes the specified listener.
removeNotify() - Method in class com.webcab.chat.gui.CaptionView
 

S

SCALE_FULL - Static variable in class com.webcab.chat.gui.CaptionView
This constant specifies that the images will be scaled to the maximum in order to fit the active area.
SCALE_MINIMUM - Static variable in class com.webcab.chat.gui.CaptionView
This constant specifies that the images will be scaled to the initial value of their specified dimension.
SCALE_NONE - Static variable in class com.webcab.chat.gui.CaptionView
This constant specifies that no scaling will be done upon the images.
setAnimated(boolean) - Method in class com.webcab.chat.gui.CaptionView
Sets the animated flag to true or false.
setBounds(int, int, int, int) - Method in class com.webcab.chat.gui.CaptionView
Sets the dimension of this caption.
setCaptionSize(Dimension) - Method in class com.webcab.chat.gui.CaptionView
Defines the size of the caption.
setImageNames(String[]) - Method in class com.webcab.chat.gui.CaptionView
This method defines all of the six images which will be displayed according to the caption's state: normal, over, pressed, visited, visited over and visited pressed.
setScaleFlag(int) - Method in class com.webcab.chat.gui.CaptionView
Sets the style of render, when changes of size occur to the bean.

T

toImage(Component) - Method in class com.webcab.chat.gui.ImageCache
Creates the image from memory.

U

update(Graphics) - Method in class com.webcab.chat.gui.CaptionView
 

A C F G I M P R S T U