|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.swing.plaf.basic.BasicInternalFrameUI.GlassPaneDispatcher
Field Summary | |
private Component |
dragSource
|
private Component |
mouseEventTarget
|
Constructor Summary | |
protected |
BasicInternalFrameUI.GlassPaneDispatcher()
|
Method Summary | |
private Component |
findComponentAt(Container c,
int x,
int y)
|
private void |
forwardMouseEvent(MouseEvent e)
Forward a mouse event to the current mouse target, setting it if necessary. |
void |
mouseClicked(MouseEvent e)
Ignore mouseClicked events. |
void |
mouseDragged(MouseEvent e)
Forward the mouseDragged event to the underlying child container. |
void |
mouseEntered(MouseEvent e)
Forward the mouseEntered event to the underlying child container. |
void |
mouseExited(MouseEvent e)
Forward the mouseExited event to the underlying child container. |
void |
mouseMoved(MouseEvent e)
Forward the mouseMoved event to the underlying child container. |
void |
mousePressed(MouseEvent e)
When inactive, mouse events are forwarded as appropriate either to the UI to activate the frame or to the underlying child component. |
void |
mouseReleased(MouseEvent e)
Forward the mouseReleased event to the underlying child container. |
private void |
retargetMouseEvent(int id,
MouseEvent e,
Component target)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private Component mouseEventTarget
private Component dragSource
Constructor Detail |
protected BasicInternalFrameUI.GlassPaneDispatcher()
Method Detail |
public void mousePressed(MouseEvent e)
mousePressed
in interface MouseListener
public void mouseEntered(MouseEvent e)
mouseEntered
in interface MouseListener
mousePressed(java.awt.event.MouseEvent)
public void mouseMoved(MouseEvent e)
mouseMoved
in interface MouseMotionListener
mousePressed(java.awt.event.MouseEvent)
public void mouseExited(MouseEvent e)
mouseExited
in interface MouseListener
mousePressed(java.awt.event.MouseEvent)
public void mouseClicked(MouseEvent e)
mouseClicked
in interface MouseListener
mousePressed(java.awt.event.MouseEvent)
public void mouseReleased(MouseEvent e)
mouseReleased
in interface MouseListener
mousePressed(java.awt.event.MouseEvent)
public void mouseDragged(MouseEvent e)
mouseDragged
in interface MouseMotionListener
mousePressed(java.awt.event.MouseEvent)
private void forwardMouseEvent(MouseEvent e)
private Component findComponentAt(Container c, int x, int y)
private void retargetMouseEvent(int id, MouseEvent e, Component target)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |