Class NoInput

java.lang.Object
fr.esrf.tangoatk.widget.command.NoInput
All Implemented Interfaces:
IInput

public class NoInput extends Object implements IInput
  • Constructor Details

    • NoInput

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

    • setModel

      public void setModel(fr.esrf.tangoatk.core.ICommand command)
      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
    • setVisible

      public void setVisible(boolean b)
      Specified by:
      setVisible in interface IInput
    • isVisible

      public boolean isVisible()
      Specified by:
      isVisible in interface IInput
    • setFont

      public void setFont(Font font)
      Specified by:
      setFont in interface IInput
    • getFont

      public Font getFont()
      Specified by:
      getFont in interface IInput