protected class BasicInternalFrameUI.BorderListener extends MouseInputAdapter implements SwingConstants
| Modifier and Type | Field and Description |
|---|---|
protected int |
RESIZE_NONE
FIXME: Use for something.
|
BOTTOM, CENTER, EAST, HORIZONTAL, LEADING, LEFT, NEXT, NORTH, NORTH_EAST, NORTH_WEST, PREVIOUS, RIGHT, SOUTH, SOUTH_EAST, SOUTH_WEST, TOP, TRAILING, VERTICAL, WEST| Modifier | Constructor and Description |
|---|---|
protected |
BasicInternalFrameUI.BorderListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
mouseClicked(MouseEvent e)
This method is called when the mouse is clicked.
|
void |
mouseDragged(MouseEvent e)
This method is called when the mouse is dragged.
|
void |
mouseExited(MouseEvent e)
This method is called when the mouse exits the JInternalFrame.
|
void |
mouseMoved(MouseEvent e)
This method is called when the mouse is moved inside the JInternalFrame.
|
void |
mousePressed(MouseEvent e)
This method is called when the mouse is pressed.
|
void |
mouseReleased(MouseEvent e)
This method is called when the mouse is released.
|
mouseEnteredprotected final int RESIZE_NONE
protected BasicInternalFrameUI.BorderListener()
public void mouseClicked(MouseEvent e)
mouseClicked in interface MouseListenermouseClicked in class MouseInputAdaptere - The MouseEvent.public void mouseDragged(MouseEvent e)
mouseDragged in interface MouseMotionListenermouseDragged in class MouseInputAdaptere - The MouseEvent.public void mouseExited(MouseEvent e)
mouseExited in interface MouseListenermouseExited in class MouseInputAdaptere - The MouseEvent.public void mouseMoved(MouseEvent e)
mouseMoved in interface MouseMotionListenermouseMoved in class MouseInputAdaptere - The MouseEvent.public void mousePressed(MouseEvent e)
mousePressed in interface MouseListenermousePressed in class MouseInputAdaptere - The MouseEvent.public void mouseReleased(MouseEvent e)
mouseReleased in interface MouseListenermouseReleased in class MouseInputAdaptere - The MouseEvent.