- 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 SummaryFields Modifier and Type Field Description protected intRESIZE_NONEresize none- 
Fields declared in interface javax.swing.SwingConstantsBOTTOM, CENTER, EAST, HORIZONTAL, LEADING, LEFT, NEXT, NORTH, NORTH_EAST, NORTH_WEST, PREVIOUS, RIGHT, SOUTH, SOUTH_EAST, SOUTH_WEST, TOP, TRAILING, VERTICAL, WEST
 
- 
 - 
Constructor SummaryConstructors Modifier Constructor Description protectedBorderListener()
 - 
Method Summary- 
Methods declared in class java.awt.event.MouseAdaptermouseDragged, mouseMoved, mouseWheelMoved
 - 
Methods declared in class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods declared in interface java.awt.event.MouseListenermouseClicked, mouseEntered, mouseExited, mousePressed, mouseReleased
 - 
Methods declared in interface java.awt.event.MouseMotionListenermouseDragged, mouseMoved
 
- 
 
- 
- 
- 
Field Detail- 
RESIZE_NONEprotected final int RESIZE_NONE resize none- See Also:
- Constant Field Values
 
 
- 
 
-