fr.esrf.tangoatk.widget.command
Class NoInput
java.lang.Object
fr.esrf.tangoatk.widget.command.NoInput
- All Implemented Interfaces:
- IInput
public class NoInput
- extends java.lang.Object
- implements IInput
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NoInput
public NoInput(ICommand command)
setModel
public void setModel(ICommand command)
- Specified by:
setModel in interface IInput
getModel
public 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 java.util.List getInput()
- Specified by:
getInput in interface IInput
setInput
public void setInput(java.util.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(java.awt.Font font)
- Specified by:
setFont in interface IInput
getFont
public java.awt.Font getFont()
- Specified by:
getFont in interface IInput