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

java.lang.Object
  |
  +--java.awt.event.WindowAdapter
        |
        +--org.apache.batik.apps.svgbrowser.ThumbnailDialog.ThumbnailListener
All Implemented Interfaces:
java.util.EventListener, java.awt.event.WindowListener
Enclosing class:
ThumbnailDialog

protected class ThumbnailDialog.ThumbnailListener
extends java.awt.event.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(java.awt.event.WindowEvent evt)
           
 
Methods inherited from class java.awt.event.WindowAdapter
windowActivated, windowClosed, windowClosing, windowDeactivated, windowDeiconified, windowIconified
 
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(java.awt.event.WindowEvent evt)
Overrides:
windowOpened in class java.awt.event.WindowAdapter


Copyright © 2001 Apache Software Foundation. All Rights Reserved.