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 intRESIZE_NONEresize 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 protectedBorderListener() -
Method Summary
Methods declared in class java.awt.event.MouseAdapter
mouseDragged, mouseMoved, mouseWheelMovedMethods declared in class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods declared in interface java.awt.event.MouseListener
mouseClicked, mouseEntered, mouseExited, mousePressed, mouseReleasedMethods declared in interface java.awt.event.MouseMotionListener
mouseDragged, mouseMoved
-
Field Details
-
RESIZE_NONE
protected final int RESIZE_NONEresize none- See Also:
- Constant Field Values
-
-
Constructor Details
-
BorderListener
protected BorderListener()
-