Uses of Class
org.apache.batik.gvt.event.GraphicsNodeFocusEvent
Packages that use GraphicsNodeFocusEvent
Package
Description
Provides interfaces and classes for dealing with different types
of events fired by GVT graphics nodes.
-
Uses of GraphicsNodeFocusEvent in org.apache.batik.gvt.event
Methods in org.apache.batik.gvt.event with parameters of type GraphicsNodeFocusEventModifier and TypeMethodDescriptionvoid
GraphicsNodeFocusListener.focusGained
(GraphicsNodeFocusEvent evt) Invoked when a graphics node gains the keyboard focus.void
GraphicsNodeFocusListener.focusLost
(GraphicsNodeFocusEvent evt) Invoked when a graphics node loses the keyboard focus.