net.sourceforge.java.feednread.frontend
Class MainApplicationWindow.CoolBarResizeHandler
java.lang.Object
org.eclipse.swt.events.ControlAdapter
net.sourceforge.java.feednread.frontend.MainApplicationWindow.CoolBarResizeHandler
- All Implemented Interfaces:
- ControlListener, EventListener, SWTEventListener
- Enclosing class:
- MainApplicationWindow
- private class MainApplicationWindow.CoolBarResizeHandler
- extends ControlAdapter
Handles the resize of the enclosing Shell if the visual
CoolBar representation of the CoolBarManager
is resized due to rearrangements.
- Author:
- Sebastian
Machhausen
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MainApplicationWindow.CoolBarResizeHandler
private MainApplicationWindow.CoolBarResizeHandler()
controlResized
public void controlResized(ControlEvent e)
Sent when the size (width, height) of the CoolBar
changes. Jogs a relayout on the enclosing Shell.
- Parameters:
e - an event containing information about the resize