Uses of Interface
org.jdesktop.swingx.action.Targetable
Packages that use Targetable
Package
Description
Contains extensions to the Swing GUI toolkit, including new and enhanced
components that provide functionality commonly required by rich,
data-centric client applications.
Contains classes related to the JDNC actions architecture.
-
Uses of Targetable in org.jdesktop.swingx
Classes in org.jdesktop.swingx that implement TargetableModifier and TypeClassDescriptionclassJXEditorPaneoffers enhanced functionality over the standardJEditorPane. -
Uses of Targetable in org.jdesktop.swingx.action
Fields in org.jdesktop.swingx.action declared as TargetableFields in org.jdesktop.swingx.action with type parameters of type TargetableMethods in org.jdesktop.swingx.action that return TargetableModifier and TypeMethodDescriptionTargetManager.getTarget()Return the current targetable component.TargetManager.getTargets()Returns an array of managed targets that were added with theaddTargetmethods.Methods in org.jdesktop.swingx.action with parameters of type TargetableModifier and TypeMethodDescriptionvoidTargetManager.addTarget(Targetable target) Appends the target to the target list.voidTargetManager.addTarget(Targetable target, boolean prepend) Add a target to the target list.voidTargetManager.removeTarget(Targetable target) Remove the target from the listvoidTargetManager.setTarget(Targetable newTarget) Gets the current targetable component.