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 TargetManagerTargetManager.INSTANCEprivate TargetManagerTargetableAction.targetManagerMethods in org.jdesktop.swingx.action that return TargetManagerModifier and TypeMethodDescriptionstatic TargetManagerTargetManager.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 TypeMethodDescriptionvoidTargetableAction.setTargetManager(TargetManager tm) Set target manager which will handle this command.