Uses of Interface
org.jdesktop.swingx.action.Targetable

Uses of Targetable in org.jdesktop.swingx.action
 

Methods in org.jdesktop.swingx.action that return Targetable
 Targetable TargetManager.getTarget()
          Return the current targetable component.
 Targetable[] TargetManager.getTargets()
          Returns an array of managed targets that were added with the addTarget methods.
 

Methods in org.jdesktop.swingx.action with parameters of type Targetable
 void TargetManager.addTarget(Targetable target)
          Appends the target to the target list.
 void TargetManager.addTarget(Targetable target, boolean prepend)
          Add a target to the target list.
 void TargetManager.removeTarget(Targetable target)
          Remove the target from the list
 void TargetManager.setTarget(Targetable newTarget)
          Gets the current targetable component.
 



Copyright © 2013. All Rights Reserved.