net.sourceforge.java.feednread.frontend
Class MainApplicationWindow.CoolBarResizeHandler

java.lang.Object
  extended byorg.eclipse.swt.events.ControlAdapter
      extended bynet.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

Constructor Summary
private MainApplicationWindow.CoolBarResizeHandler()
           
 
Method Summary
 void controlResized(ControlEvent e)
           Sent when the size (width, height) of the CoolBar changes.
 
Methods inherited from class org.eclipse.swt.events.ControlAdapter
controlMoved
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MainApplicationWindow.CoolBarResizeHandler

private MainApplicationWindow.CoolBarResizeHandler()
Method Detail

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