javax.swing.plaf.basic
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.
|
mouseEntered
protected final int RESIZE_NONE
protected BasicInternalFrameUI.BorderListener()
public void mouseClicked(MouseEvent e)
mouseClicked
in interface MouseListener
mouseClicked
in class MouseInputAdapter
e
- The MouseEvent.public void mouseDragged(MouseEvent e)
mouseDragged
in interface MouseMotionListener
mouseDragged
in class MouseInputAdapter
e
- The MouseEvent.public void mouseExited(MouseEvent e)
mouseExited
in interface MouseListener
mouseExited
in class MouseInputAdapter
e
- The MouseEvent.public void mouseMoved(MouseEvent e)
mouseMoved
in interface MouseMotionListener
mouseMoved
in class MouseInputAdapter
e
- The MouseEvent.public void mousePressed(MouseEvent e)
mousePressed
in interface MouseListener
mousePressed
in class MouseInputAdapter
e
- The MouseEvent.public void mouseReleased(MouseEvent e)
mouseReleased
in interface MouseListener
mouseReleased
in class MouseInputAdapter
e
- The MouseEvent.