| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.awt.event.MouseAdapter | +--fipaos.platform.dfgui.swing.DFGUIFrame.DFGUIPopupListener
Mouse adapter used to detect popup events and show the appropriate popup menus.
Method Summary | |
void | mousePressed(MouseEvent e) This method is called when mouse press is detected. |
void | mouseReleased(MouseEvent e) This method is called when mouse is released. |
Methods inherited from class java.awt.event.MouseAdapter |
mouseClicked, mouseEntered, mouseExited |
Methods inherited from class java.lang.Object |
getClass, hashCode, equals, toString, notify, notifyAll, wait, wait, wait |
Method Detail |
public void mousePressed(MouseEvent e)
public void mouseReleased(MouseEvent e)
| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |