org.jdesktop.swingx.action
Class TargetableSupport

java.lang.Object
  extended by org.jdesktop.swingx.action.TargetableSupport

public class TargetableSupport
extends Object


Constructor Summary
TargetableSupport(JComponent component)
          Creates a new instance of TargetableSupport
 
Method Summary
 boolean doCommand(Object command, Object value)
           
 Object[] getCommands()
           
 boolean hasCommand(Object command)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TargetableSupport

public TargetableSupport(JComponent component)
Creates a new instance of TargetableSupport

Method Detail

doCommand

public boolean doCommand(Object command,
                         Object value)

getCommands

public Object[] getCommands()

hasCommand

public boolean hasCommand(Object command)