public final class WindowPrefereneceUpdatingListener extends WindowAdapter implements ComponentListener
| Constructor and Description |
|---|
WindowPrefereneceUpdatingListener(Window window,
IWindowPreferences windowPreferences) |
| Modifier and Type | Method and Description |
|---|---|
void |
componentHidden(ComponentEvent e) |
void |
componentMoved(ComponentEvent e) |
void |
componentResized(ComponentEvent e) |
void |
componentShown(ComponentEvent e) |
void |
windowClosed(WindowEvent e) |
windowActivated, windowClosing, windowDeactivated, windowDeiconified, windowGainedFocus, windowIconified, windowLostFocus, windowOpened, windowStateChangedpublic WindowPrefereneceUpdatingListener(Window window, IWindowPreferences windowPreferences)
public void componentResized(ComponentEvent e)
componentResized in interface ComponentListenerpublic void componentMoved(ComponentEvent e)
componentMoved in interface ComponentListenerpublic void componentShown(ComponentEvent e)
componentShown in interface ComponentListenerpublic void componentHidden(ComponentEvent e)
componentHidden in interface ComponentListenerpublic void windowClosed(WindowEvent e)
windowClosed in interface WindowListenerwindowClosed in class WindowAdapterCopyright © 2007–2017 Andreas Bartels. All rights reserved.