|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
The listener class for the CaptionView bean. It provides
methods that react at mouse clicks on the active area of the caption
(right and left mouse button clicks).
The class that is interested in processing mouse events should
implement this interface with all its methods or extend the
CaptionViewAdapter, overriding only the desired methods.
The listener thus created is registered with the CaptionView's
addCaptionViewListener method and removed with
removeCaptionViewListener. This interface is somewhat similar
to the java.awt.event.MouseListener interface, provided by the
JavaTM Standard Edition.
CaptionView.addCaptionViewListener(com.webcab.chat.gui.CaptionViewListener),
CaptionViewAdapter| Method Summary | |
void |
mouseLeftClicked(java.lang.Object o)
Invoked when the right mouse button clicks in the active area of the CaptionView component. |
void |
mouseRightClicked(java.lang.Object o)
Invoked when the right mouse button clicks in the active area of the CaptionView component. |
| Method Detail |
public void mouseRightClicked(java.lang.Object o)
CaptionView component.o - The invoking CaptionView bean.mouseLeftClicked(java.lang.Object)public void mouseLeftClicked(java.lang.Object o)
CaptionView component.o - The invoking CaptionView bean.mouseRightClicked(java.lang.Object)
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||