org.jdesktop.swing.actions.TargetManager The target manager dispatches commands to {@link Targetable} objects that it manages. This design of this class is based on the <i>Chain of Responsiblity</i> and <i>Mediator</i> design patterns. The target manager acts as a mediator between {@link TargetableAction}s and the ...