Package org.jdesktop.swingx.action
Class TargetableSupport
- java.lang.Object
-
- org.jdesktop.swingx.action.TargetableSupport
-
public class TargetableSupport extends Object
- Author:
- rbair
-
-
Constructor Summary
Constructors Constructor Description TargetableSupport(JComponent component)
Creates a new instance of TargetableSupport
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
doCommand(Object command, Object value)
Object[]
getCommands()
boolean
hasCommand(Object command)
-
-
-
Constructor Detail
-
TargetableSupport
public TargetableSupport(JComponent component)
Creates a new instance of TargetableSupport
-
-