java.lang.Object
java.awt.event.MouseAdapter
javax.swing.event.MouseInputAdapter
javax.swing.plaf.basic.BasicInternalFrameUI.BorderListener
- All Implemented Interfaces:
MouseListener
,MouseMotionListener
,MouseWheelListener
,EventListener
,MouseInputListener
,SwingConstants
- Enclosing class:
- BasicInternalFrameUI
protected class BasicInternalFrameUI.BorderListener extends MouseInputAdapter implements SwingConstants
Listens for border adjustments.
-
Field Summary
Fields Modifier and Type Field Description protected int
RESIZE_NONE
resize noneFields declared in interface javax.swing.SwingConstants
BOTTOM, CENTER, EAST, HORIZONTAL, LEADING, LEFT, NEXT, NORTH, NORTH_EAST, NORTH_WEST, PREVIOUS, RIGHT, SOUTH, SOUTH_EAST, SOUTH_WEST, TOP, TRAILING, VERTICAL, WEST
-
Constructor Summary
Constructors Modifier Constructor Description protected
BorderListener()
-
Method Summary
Methods declared in class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods declared in interface java.awt.event.MouseListener
mouseClicked, mouseEntered, mouseExited, mousePressed, mouseReleased
-
Field Details
-
RESIZE_NONE
protected final int RESIZE_NONEresize none- See Also:
- Constant Field Values
-
-
Constructor Details
-
BorderListener
protected BorderListener()
-