Uses of Class
org.apache.batik.gvt.event.GraphicsNodeFocusEvent
-
Packages that use GraphicsNodeFocusEvent Package Description org.apache.batik.gvt.event 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 GraphicsNodeFocusEvent Modifier and Type Method Description void
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.
-