|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.plaf.basic.BasicInternalFrameUI.GlassPaneDispatcher
protected class BasicInternalFrameUI.GlassPaneDispatcher
This helper class is used to listen to the JDesktopPane's glassPane for MouseEvents. The JInternalFrame can then be selected if a click is detected on its children.
Constructor Summary | |
---|---|
protected |
BasicInternalFrameUI.GlassPaneDispatcher()
|
Method Summary | |
---|---|
void |
mouseClicked(MouseEvent e)
This method is called when the mouse is clicked on the glass pane. |
void |
mouseDragged(MouseEvent e)
This method is called when the mouse is dragged in the glass pane. |
void |
mouseEntered(MouseEvent e)
This method is called when the mouse enters the glass pane. |
void |
mouseExited(MouseEvent e)
This method is called when the mouse exits the glass pane. |
void |
mouseMoved(MouseEvent e)
This method is called when the mouse is moved in the glass pane. |
void |
mousePressed(MouseEvent e)
This method is called when the mouse is pressed in the glass pane. |
void |
mouseReleased(MouseEvent e)
This method is called when the mouse is released in the glass pane. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected BasicInternalFrameUI.GlassPaneDispatcher()
Method Detail |
---|
public void mouseEntered(MouseEvent e)
mouseEntered
in interface MouseListener
e
- The MouseEvent.public void mouseClicked(MouseEvent e)
mouseClicked
in interface MouseListener
e
- The MouseEvent.public void mouseDragged(MouseEvent e)
mouseDragged
in interface MouseMotionListener
e
- The MouseEvent.public void mouseExited(MouseEvent e)
mouseExited
in interface MouseListener
e
- The MouseEvent.public void mouseMoved(MouseEvent e)
mouseMoved
in interface MouseMotionListener
e
- The MouseEvent.public void mousePressed(MouseEvent e)
mousePressed
in interface MouseListener
e
- The MouseEvent.public void mouseReleased(MouseEvent e)
mouseReleased
in interface MouseListener
e
- The MouseEvent.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |