org.apache.batik.apps.svgbrowser
Class ThumbnailDialog.ThumbnailListener

java.lang.Object
  extended by java.awt.event.WindowAdapter
      extended by org.apache.batik.apps.svgbrowser.ThumbnailDialog.ThumbnailListener
All Implemented Interfaces:
WindowFocusListener, WindowListener, WindowStateListener, EventListener
Enclosing class:
ThumbnailDialog

protected class ThumbnailDialog.ThumbnailListener
extends WindowAdapter

Used the first time the thumbnail dialog is shown to make visible the current GVT tree being displayed by the original SVG component.


Constructor Summary
protected ThumbnailDialog.ThumbnailListener()
           
 
Method Summary
 void windowOpened(WindowEvent evt)
           
 
Methods inherited from class java.awt.event.WindowAdapter
windowActivated, windowClosed, windowClosing, windowDeactivated, windowDeiconified, windowGainedFocus, windowIconified, windowLostFocus, windowStateChanged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThumbnailDialog.ThumbnailListener

protected ThumbnailDialog.ThumbnailListener()
Method Detail

windowOpened

public void windowOpened(WindowEvent evt)
Specified by:
windowOpened in interface WindowListener
Overrides:
windowOpened in class WindowAdapter


Copyright © 2017 Apache Software Foundation. All Rights Reserved.