Class ThumbnailDialog.ThumbnailListener

  • All Implemented Interfaces:
    java.awt.event.WindowFocusListener, java.awt.event.WindowListener, java.awt.event.WindowStateListener, java.util.EventListener
    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

      Constructors 
      Modifier Constructor Description
      protected ThumbnailListener()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void windowOpened​(java.awt.event.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

      • ThumbnailListener

        protected ThumbnailListener()
    • Method Detail

      • windowOpened

        public void windowOpened​(java.awt.event.WindowEvent evt)
        Specified by:
        windowOpened in interface java.awt.event.WindowListener
        Overrides:
        windowOpened in class java.awt.event.WindowAdapter