Uses of Class
org.jdesktop.swingx.action.TargetManager

Packages that use TargetManager
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
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
 void TargetableAction.setTargetManager(TargetManager tm)
          Set target manager which will handle this command.