Package com.formdev.flatlaf.ui
Class FlatInternalFrameUI.FlatBorderListener
- java.lang.Object
-
- java.awt.event.MouseAdapter
-
- javax.swing.event.MouseInputAdapter
-
- javax.swing.plaf.basic.BasicInternalFrameUI.BorderListener
-
- com.formdev.flatlaf.ui.FlatInternalFrameUI.FlatBorderListener
-
- All Implemented Interfaces:
MouseListener,MouseMotionListener,MouseWheelListener,EventListener,MouseInputListener,SwingConstants
- Enclosing class:
- FlatInternalFrameUI
protected class FlatInternalFrameUI.FlatBorderListener extends BasicInternalFrameUI.BorderListener
- Since:
- 1.6
-
-
Field Summary
-
Fields inherited from class javax.swing.plaf.basic.BasicInternalFrameUI.BorderListener
RESIZE_NONE
-
Fields inherited from 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 protectedFlatBorderListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidmouseClicked(MouseEvent e)-
Methods inherited from class javax.swing.plaf.basic.BasicInternalFrameUI.BorderListener
mouseDragged, mouseEntered, mouseExited, mouseMoved, mousePressed, mouseReleased
-
Methods inherited from class java.awt.event.MouseAdapter
mouseWheelMoved
-
-
-
-
Method Detail
-
mouseClicked
public void mouseClicked(MouseEvent e)
- Specified by:
mouseClickedin interfaceMouseListener- Overrides:
mouseClickedin classBasicInternalFrameUI.BorderListener
-
-