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 TargetManagerTargetManager. getInstance()Return the singleton instance.TargetManagerTargetableAction. 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 voidTargetableAction. setTargetManager(TargetManager tm)Set target manager which will handle this command.
-