fr.esrf.tangoatk.widget.command
Class NoInput

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

public class NoInput
extends java.lang.Object
implements IInput


Constructor Summary
NoInput(ICommand command)
           
 
Method Summary
 java.awt.Font getFont()
           
 java.util.List getInput()
           
 ICommand getModel()
           
 boolean isInputEnabled()
           
 boolean isVisible()
           
 void setFont(java.awt.Font font)
           
 void setInput(java.util.List l)
           
 void setInputEnabled(boolean b)
           
 void setModel(ICommand command)
           
 void setVisible(boolean b)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoInput

public NoInput(ICommand command)
Method Detail

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