Package org.jdesktop.swingx.util
Class WindowUtils.MinSizeComponentListener
- java.lang.Object
-
- java.awt.event.ComponentAdapter
-
- org.jdesktop.swingx.util.WindowUtils.MinSizeComponentListener
-
- All Implemented Interfaces:
ComponentListener,EventListener
- Enclosing class:
- WindowUtils
@Deprecated public static class WindowUtils.MinSizeComponentListener extends ComponentAdapter
Deprecated.(pre-1.6.2) no replacementResets window size to minSize if needed.- Author:
- Patrick Wright
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidcomponentResized(ComponentEvent evt)Deprecated.voidresetSizes(int minWidth, int minHeight)Deprecated.-
Methods inherited from class java.awt.event.ComponentAdapter
componentHidden, componentMoved, componentShown
-
-
-
-
Method Detail
-
resetSizes
public void resetSizes(int minWidth, int minHeight)Deprecated.
-
componentResized
public void componentResized(ComponentEvent evt)
Deprecated.- Specified by:
componentResizedin interfaceComponentListener- Overrides:
componentResizedin classComponentAdapter
-
-