Uses of Class
org.jdesktop.swingx.action.TargetManager
Packages that use TargetManager
Package
Description
Contains classes related to the JDNC actions architecture.
-
Uses of TargetManager in org.jdesktop.swingx.action
Fields in org.jdesktop.swingx.action declared as TargetManagerModifier and TypeFieldDescriptionprivate static TargetManager
TargetManager.INSTANCE
private TargetManager
TargetableAction.targetManager
Methods in org.jdesktop.swingx.action that return TargetManagerModifier and TypeMethodDescriptionstatic TargetManager
TargetManager.getInstance()
Return the singleton instance.TargetableAction.getTargetManager()
Returns the target manager instance which will be used for action dispatch.Methods in org.jdesktop.swingx.action with parameters of type TargetManagerModifier and TypeMethodDescriptionvoid
TargetableAction.setTargetManager
(TargetManager tm) Set target manager which will handle this command.