Class TargetableSupport


  • public class TargetableSupport
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      TargetableSupport​(javax.swing.JComponent component)
      Creates a new instance of TargetableSupport
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean doCommand​(java.lang.Object command, java.lang.Object value)  
      java.lang.Object[] getCommands()  
      boolean hasCommand​(java.lang.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​(javax.swing.JComponent component)
        Creates a new instance of TargetableSupport
    • Method Detail

      • doCommand

        public boolean doCommand​(java.lang.Object command,
                                 java.lang.Object value)
      • getCommands

        public java.lang.Object[] getCommands()
      • hasCommand

        public boolean hasCommand​(java.lang.Object command)