Class ArrayCommandInput

All Implemented Interfaces:
IInput, ImageObserver, MenuContainer, Serializable, Accessible

public class ArrayCommandInput extends JPanel implements IInput
Author:
root
See Also:
  • Constructor Details

    • ArrayCommandInput

      public ArrayCommandInput()
      Creates new form ArrayCommandInput
    • ArrayCommandInput

      public ArrayCommandInput(fr.esrf.tangoatk.core.ICommand command)
  • Method Details

    • setModel

      public void setModel(fr.esrf.tangoatk.core.ICommand model)
      Specified by:
      setModel in interface IInput
    • getModel

      public fr.esrf.tangoatk.core.ICommand getModel()
      Specified by:
      getModel in interface IInput
    • setInputEnabled

      public void setInputEnabled(boolean b)
      Specified by:
      setInputEnabled in interface IInput
    • isInputEnabled

      public boolean isInputEnabled()
      Specified by:
      isInputEnabled in interface IInput
    • getInput

      public List getInput()
      Specified by:
      getInput in interface IInput
    • setInput

      public void setInput(List l)
      Specified by:
      setInput in interface IInput
    • main

      public static void main(String[] arg)