Uses of Class
org.apache.batik.bridge.UpdateManagerEvent
Packages that use UpdateManagerEvent
Package
Description
Provides an API for mapping and maintaining consistency between
the SVG DOM tree and the GVT tree.
-
Uses of UpdateManagerEvent in org.apache.batik.apps.svgbrowser
Methods in org.apache.batik.apps.svgbrowser with parameters of type UpdateManagerEventModifier and TypeMethodDescriptionvoid
JSVGViewerFrame.managerResumed
(UpdateManagerEvent e) Called when the manager was resumed.void
JSVGViewerFrame.managerStarted
(UpdateManagerEvent e) Called when the manager was started.void
JSVGViewerFrame.managerStopped
(UpdateManagerEvent e) Called when the manager was stopped.void
JSVGViewerFrame.managerSuspended
(UpdateManagerEvent e) Called when the manager was suspended.void
JSVGViewerFrame.updateCompleted
(UpdateManagerEvent e) Called when an update was completed.void
JSVGViewerFrame.updateFailed
(UpdateManagerEvent e) Called when an update failed.void
JSVGViewerFrame.updateStarted
(UpdateManagerEvent e) Called when an update started. -
Uses of UpdateManagerEvent in org.apache.batik.bridge
Methods in org.apache.batik.bridge with parameters of type UpdateManagerEventModifier and TypeMethodDescriptionvoid
UpdateManagerAdapter.managerResumed
(UpdateManagerEvent e) Called when the manager was resumed.void
UpdateManagerListener.managerResumed
(UpdateManagerEvent e) Called when the manager was resumed.void
UpdateManagerAdapter.managerStarted
(UpdateManagerEvent e) Called when the manager was started.void
UpdateManagerListener.managerStarted
(UpdateManagerEvent e) Called when the manager was started.void
UpdateManagerAdapter.managerStopped
(UpdateManagerEvent e) Called when the manager was stopped.void
UpdateManagerListener.managerStopped
(UpdateManagerEvent e) Called when the manager was stopped.void
UpdateManagerAdapter.managerSuspended
(UpdateManagerEvent e) Called when the manager was suspended.void
UpdateManagerListener.managerSuspended
(UpdateManagerEvent e) Called when the manager was suspended.void
UpdateManagerAdapter.updateCompleted
(UpdateManagerEvent e) Called when an update was completed.void
UpdateManagerListener.updateCompleted
(UpdateManagerEvent e) Called when an update was completed.void
UpdateManagerAdapter.updateFailed
(UpdateManagerEvent e) Called when an update failed.void
UpdateManagerListener.updateFailed
(UpdateManagerEvent e) Called when an update failed.void
UpdateManagerAdapter.updateStarted
(UpdateManagerEvent e) Called when an update started.void
UpdateManagerListener.updateStarted
(UpdateManagerEvent e) Called when an update started. -
Uses of UpdateManagerEvent in org.apache.batik.swing
Methods in org.apache.batik.swing with parameters of type UpdateManagerEventModifier and TypeMethodDescriptionvoid
JSVGScrollPane.ScrollListener.managerResumed
(UpdateManagerEvent e) void
JSVGScrollPane.ScrollListener.managerStarted
(UpdateManagerEvent e) void
JSVGScrollPane.ScrollListener.managerStopped
(UpdateManagerEvent e) void
JSVGScrollPane.ScrollListener.managerSuspended
(UpdateManagerEvent e) void
JSVGScrollPane.ScrollListener.updateCompleted
(UpdateManagerEvent e) void
JSVGScrollPane.ScrollListener.updateFailed
(UpdateManagerEvent e) void
JSVGScrollPane.ScrollListener.updateStarted
(UpdateManagerEvent e) -
Uses of UpdateManagerEvent in org.apache.batik.swing.svg
Methods in org.apache.batik.swing.svg with parameters of type UpdateManagerEventModifier and TypeMethodDescriptionvoid
JSVGComponent.SVGListener.managerResumed
(UpdateManagerEvent e) Called when the manager was resumed.void
JSVGComponent.SVGListener.managerStarted
(UpdateManagerEvent e) Called when the manager was started.void
JSVGComponent.SVGListener.managerStopped
(UpdateManagerEvent e) Called when the manager was stopped.void
JSVGComponent.SVGListener.managerSuspended
(UpdateManagerEvent e) Called when the manager was suspended.void
JSVGComponent.SVGListener.updateCompleted
(UpdateManagerEvent e) Called when an update was completed.void
JSVGComponent.SVGListener.updateFailed
(UpdateManagerEvent e) Called when an update failed.void
JSVGComponent.SVGListener.updateStarted
(UpdateManagerEvent e) Called when an update started.