Package com.biglybt.ui.swt
Class Utils.ShellMetricsResizeListener
- java.lang.Object
-
- com.biglybt.ui.swt.Utils.ShellMetricsResizeListener
-
- All Implemented Interfaces:
org.eclipse.swt.widgets.Listener
- Enclosing class:
- Utils
private static class Utils.ShellMetricsResizeListener extends java.lang.Object implements org.eclipse.swt.widgets.Listener
-
-
Field Summary
Fields Modifier and Type Field Description private org.eclipse.swt.graphics.Rectangle
currentBounds
private int
currentState
private org.eclipse.swt.graphics.Rectangle
savedBounds
private int
savedState
private java.lang.String
sConfigPrefix
-
Constructor Summary
Constructors Constructor Description ShellMetricsResizeListener(org.eclipse.swt.widgets.Shell shell, java.lang.String sConfigPrefix)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private int
calcState(org.eclipse.swt.widgets.Shell shell)
void
handleEvent(org.eclipse.swt.widgets.Event event)
-