Uses of Class
org.jdesktop.swingx.action.TargetManager
-
Packages that use TargetManager Package Description org.jdesktop.swingx.action Contains classes related to the JDNC actions architecture. -
-
Uses of TargetManager in org.jdesktop.swingx.action
Methods in org.jdesktop.swingx.action that return TargetManager Modifier and Type Method Description static TargetManager
TargetManager. getInstance()
Return the singleton instance.TargetManager
TargetableAction. getTargetManager()
Returns the target manager instance which will be used for action dispatch.Methods in org.jdesktop.swingx.action with parameters of type TargetManager Modifier and Type Method Description void
TargetableAction. setTargetManager(TargetManager tm)
Set target manager which will handle this command.
-