sound.zrs.synth
Class InputModel
java.lang.Object
   sound.zrs.synth.InputModel
sound.zrs.synth.InputModel
- public class InputModel 
- extends java.lang.Object
 
 
| Methods inherited from class java.lang.Object | 
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
InputModel
public InputModel()
init
public void init(sound.zrs.synth.GeneratorView parent,
                 java.lang.String label)
- 
 
init
public void init(sound.zrs.synth.GeneratorView parent,
                 java.lang.String label,
                 boolean draw,
                 boolean allowMulti,
                 boolean allowEmpty)
- 
 
isAllowMultipleConnections
public boolean isAllowMultipleConnections()
- 
 
setAllowMultipleConnections
public void setAllowMultipleConnections(boolean allowMultipleConnections)
- 
 
isAllowEmpty
public boolean isAllowEmpty()
- 
 
setAllowEmpty
public void setAllowEmpty(boolean allowEmpty)
- 
 
getLabel
public java.lang.String getLabel()
- 
 
setLabel
public void setLabel(java.lang.String label)
- 
 
getParent
public sound.zrs.synth.GeneratorView getParent()
- 
 
setParent
public void setParent(sound.zrs.synth.GeneratorView parent)
- 
 
isDraw
public boolean isDraw()
- 
 
setDraw
public void setDraw(boolean draw)
-