Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.batik.swing.svg
Class JSVGComponent.SVGListener  view JSVGComponent.SVGListener download JSVGComponent.SVGListener.java

java.lang.Object
  extended byorg.apache.batik.swing.gvt.JGVTComponent.Listener
      extended byorg.apache.batik.swing.svg.JSVGComponent.SVGListener
All Implemented Interfaces:
java.util.EventListener, GVTTreeBuilderListener, org.apache.batik.swing.gvt.GVTTreeRendererListener, java.awt.event.KeyListener, java.awt.event.MouseListener, java.awt.event.MouseMotionListener, SVGDocumentLoaderListener, SVGLoadEventDispatcherListener, org.apache.batik.bridge.UpdateManagerListener
Enclosing class:
JSVGComponent

protected class JSVGComponent.SVGListener
extends org.apache.batik.swing.gvt.JGVTComponent.Listener
implements SVGDocumentLoaderListener, GVTTreeBuilderListener, SVGLoadEventDispatcherListener, org.apache.batik.bridge.UpdateManagerListener

To hide the listener methods.


Field Summary
 
Fields inherited from class org.apache.batik.swing.gvt.JGVTComponent.Listener
 
Constructor Summary
protected JSVGComponent.SVGListener()
          Creates a new SVGListener.
 
Method Summary
protected  void dispatchKeyPressed(java.awt.event.KeyEvent e)
          Dispatches the event to the GVT tree.
protected  void dispatchKeyReleased(java.awt.event.KeyEvent e)
          Dispatches the event to the GVT tree.
protected  void dispatchKeyTyped(java.awt.event.KeyEvent e)
          Dispatches the event to the GVT tree.
protected  void dispatchMouseClicked(java.awt.event.MouseEvent e)
          Dispatches the event to the GVT tree.
protected  void dispatchMouseDragged(java.awt.event.MouseEvent e)
          Dispatches the event to the GVT tree.
protected  void dispatchMouseEntered(java.awt.event.MouseEvent e)
          Dispatches the event to the GVT tree.
protected  void dispatchMouseExited(java.awt.event.MouseEvent e)
          Dispatches the event to the GVT tree.
protected  void dispatchMouseMoved(java.awt.event.MouseEvent e)
          Dispatches the event to the GVT tree.
protected  void dispatchMousePressed(java.awt.event.MouseEvent e)
          Dispatches the event to the GVT tree.
protected  void dispatchMouseReleased(java.awt.event.MouseEvent e)
          Dispatches the event to the GVT tree.
 void documentLoadingCancelled(SVGDocumentLoaderEvent e)
          Called when the loading of a document was cancelled.
 void documentLoadingCompleted(SVGDocumentLoaderEvent e)
          Called when the loading of a document was completed.
 void documentLoadingFailed(SVGDocumentLoaderEvent e)
          Called when the loading of a document has failed.
 void documentLoadingStarted(SVGDocumentLoaderEvent e)
          Called when the loading of a document was started.
 void gvtBuildCancelled(GVTTreeBuilderEvent e)
          Called when a build was cancelled.
 void gvtBuildCompleted(GVTTreeBuilderEvent e)
          Called when a build was completed.
 void gvtBuildFailed(GVTTreeBuilderEvent e)
          Called when a build failed.
 void gvtBuildStarted(GVTTreeBuilderEvent e)
          Called when a build started.
 void gvtRenderingCancelled(org.apache.batik.swing.gvt.GVTTreeRendererEvent e)
          Called when a rendering was cancelled.
 void gvtRenderingCompleted(org.apache.batik.swing.gvt.GVTTreeRendererEvent e)
          Called when a rendering was completed.
 void gvtRenderingFailed(org.apache.batik.swing.gvt.GVTTreeRendererEvent e)
          Called when a rendering failed.
 void managerResumed(org.apache.batik.bridge.UpdateManagerEvent e)
          Called when the manager was resumed.
 void managerStarted(org.apache.batik.bridge.UpdateManagerEvent e)
          Called when the manager was started.
 void managerStopped(org.apache.batik.bridge.UpdateManagerEvent e)
          Called when the manager was stopped.
 void managerSuspended(org.apache.batik.bridge.UpdateManagerEvent e)
          Called when the manager was suspended.
 void svgLoadEventDispatchCancelled(SVGLoadEventDispatcherEvent e)
          Called when a onload event dispatch was cancelled.
 void svgLoadEventDispatchCompleted(SVGLoadEventDispatcherEvent e)
          Called when a onload event dispatch was completed.
 void svgLoadEventDispatchFailed(SVGLoadEventDispatcherEvent e)
          Called when a onload event dispatch failed.
 void svgLoadEventDispatchStarted(SVGLoadEventDispatcherEvent e)
          Called when a onload event dispatch started.
 void updateCompleted(org.apache.batik.bridge.UpdateManagerEvent e)
          Called when an update was completed.
 void updateFailed(org.apache.batik.bridge.UpdateManagerEvent e)
          Called when an update failed.
 void updateStarted(org.apache.batik.bridge.UpdateManagerEvent e)
          Called when an update started.
 
Methods inherited from class org.apache.batik.swing.gvt.JGVTComponent.Listener
deselectInteractor, gvtRenderingPrepare, gvtRenderingStarted, keyPressed, keyReleased, keyTyped, mouseClicked, mouseDragged, mouseEntered, mouseExited, mouseMoved, mousePressed, mouseReleased, selectInteractor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JSVGComponent.SVGListener

protected JSVGComponent.SVGListener()
Creates a new SVGListener.

Method Detail

documentLoadingStarted

public void documentLoadingStarted(SVGDocumentLoaderEvent e)
Called when the loading of a document was started.

Specified by:
documentLoadingStarted in interface SVGDocumentLoaderListener

documentLoadingCompleted

public void documentLoadingCompleted(SVGDocumentLoaderEvent e)
Called when the loading of a document was completed.

Specified by:
documentLoadingCompleted in interface SVGDocumentLoaderListener

documentLoadingCancelled

public void documentLoadingCancelled(SVGDocumentLoaderEvent e)
Called when the loading of a document was cancelled.

Specified by:
documentLoadingCancelled in interface SVGDocumentLoaderListener

documentLoadingFailed

public void documentLoadingFailed(SVGDocumentLoaderEvent e)
Called when the loading of a document has failed.

Specified by:
documentLoadingFailed in interface SVGDocumentLoaderListener

gvtBuildStarted

public void gvtBuildStarted(GVTTreeBuilderEvent e)
Called when a build started. The data of the event is initialized to the old document.

Specified by:
gvtBuildStarted in interface GVTTreeBuilderListener

gvtBuildCompleted

public void gvtBuildCompleted(GVTTreeBuilderEvent e)
Called when a build was completed.

Specified by:
gvtBuildCompleted in interface GVTTreeBuilderListener

gvtBuildCancelled

public void gvtBuildCancelled(GVTTreeBuilderEvent e)
Called when a build was cancelled.

Specified by:
gvtBuildCancelled in interface GVTTreeBuilderListener

gvtBuildFailed

public void gvtBuildFailed(GVTTreeBuilderEvent e)
Called when a build failed.

Specified by:
gvtBuildFailed in interface GVTTreeBuilderListener

svgLoadEventDispatchStarted

public void svgLoadEventDispatchStarted(SVGLoadEventDispatcherEvent e)
Called when a onload event dispatch started.

Specified by:
svgLoadEventDispatchStarted in interface SVGLoadEventDispatcherListener

svgLoadEventDispatchCompleted

public void svgLoadEventDispatchCompleted(SVGLoadEventDispatcherEvent e)
Called when a onload event dispatch was completed.

Specified by:
svgLoadEventDispatchCompleted in interface SVGLoadEventDispatcherListener

svgLoadEventDispatchCancelled

public void svgLoadEventDispatchCancelled(SVGLoadEventDispatcherEvent e)
Called when a onload event dispatch was cancelled.

Specified by:
svgLoadEventDispatchCancelled in interface SVGLoadEventDispatcherListener

svgLoadEventDispatchFailed

public void svgLoadEventDispatchFailed(SVGLoadEventDispatcherEvent e)
Called when a onload event dispatch failed.

Specified by:
svgLoadEventDispatchFailed in interface SVGLoadEventDispatcherListener

gvtRenderingCompleted

public void gvtRenderingCompleted(org.apache.batik.swing.gvt.GVTTreeRendererEvent e)
Called when a rendering was completed.

Specified by:
gvtRenderingCompleted in interface org.apache.batik.swing.gvt.GVTTreeRendererListener

gvtRenderingCancelled

public void gvtRenderingCancelled(org.apache.batik.swing.gvt.GVTTreeRendererEvent e)
Called when a rendering was cancelled.

Specified by:
gvtRenderingCancelled in interface org.apache.batik.swing.gvt.GVTTreeRendererListener

gvtRenderingFailed

public void gvtRenderingFailed(org.apache.batik.swing.gvt.GVTTreeRendererEvent e)
Called when a rendering failed.

Specified by:
gvtRenderingFailed in interface org.apache.batik.swing.gvt.GVTTreeRendererListener

managerStarted

public void managerStarted(org.apache.batik.bridge.UpdateManagerEvent e)
Called when the manager was started.

Specified by:
managerStarted in interface org.apache.batik.bridge.UpdateManagerListener

managerSuspended

public void managerSuspended(org.apache.batik.bridge.UpdateManagerEvent e)
Called when the manager was suspended.

Specified by:
managerSuspended in interface org.apache.batik.bridge.UpdateManagerListener

managerResumed

public void managerResumed(org.apache.batik.bridge.UpdateManagerEvent e)
Called when the manager was resumed.

Specified by:
managerResumed in interface org.apache.batik.bridge.UpdateManagerListener

managerStopped

public void managerStopped(org.apache.batik.bridge.UpdateManagerEvent e)
Called when the manager was stopped.

Specified by:
managerStopped in interface org.apache.batik.bridge.UpdateManagerListener

updateStarted

public void updateStarted(org.apache.batik.bridge.UpdateManagerEvent e)
Called when an update started.

Specified by:
updateStarted in interface org.apache.batik.bridge.UpdateManagerListener

updateCompleted

public void updateCompleted(org.apache.batik.bridge.UpdateManagerEvent e)
Called when an update was completed.

Specified by:
updateCompleted in interface org.apache.batik.bridge.UpdateManagerListener

updateFailed

public void updateFailed(org.apache.batik.bridge.UpdateManagerEvent e)
Called when an update failed.

Specified by:
updateFailed in interface org.apache.batik.bridge.UpdateManagerListener

dispatchKeyTyped

protected void dispatchKeyTyped(java.awt.event.KeyEvent e)
Dispatches the event to the GVT tree.


dispatchKeyPressed

protected void dispatchKeyPressed(java.awt.event.KeyEvent e)
Dispatches the event to the GVT tree.


dispatchKeyReleased

protected void dispatchKeyReleased(java.awt.event.KeyEvent e)
Dispatches the event to the GVT tree.


dispatchMouseClicked

protected void dispatchMouseClicked(java.awt.event.MouseEvent e)
Dispatches the event to the GVT tree.


dispatchMousePressed

protected void dispatchMousePressed(java.awt.event.MouseEvent e)
Dispatches the event to the GVT tree.


dispatchMouseReleased

protected void dispatchMouseReleased(java.awt.event.MouseEvent e)
Dispatches the event to the GVT tree.


dispatchMouseEntered

protected void dispatchMouseEntered(java.awt.event.MouseEvent e)
Dispatches the event to the GVT tree.


dispatchMouseExited

protected void dispatchMouseExited(java.awt.event.MouseEvent e)
Dispatches the event to the GVT tree.


dispatchMouseDragged

protected void dispatchMouseDragged(java.awt.event.MouseEvent e)
Dispatches the event to the GVT tree.


dispatchMouseMoved

protected void dispatchMouseMoved(java.awt.event.MouseEvent e)
Dispatches the event to the GVT tree.