uk.org.toot.synth
Class SynthRackControls

java.lang.Object
  extended by java.util.Observable
      extended by uk.org.toot.control.Control
          extended by uk.org.toot.control.CompoundControl
              extended by uk.org.toot.synth.SynthRackControls

public class SynthRackControls
extends CompoundControl

A List of SynthControls

Author:
st

Nested Class Summary
 
Nested classes/interfaces inherited from class uk.org.toot.control.CompoundControl
CompoundControl.BypassControl
 
Field Summary
 
Fields inherited from class uk.org.toot.control.CompoundControl
USE_PARENT_PROVIDER_ID
 
Constructor Summary
SynthRackControls(int nsynths)
           
 
Method Summary
 java.lang.String getPersistenceDomain()
           
 int getProviderId()
           
 SynthControls getSynthControls(int synth)
           
 boolean isPluginParent()
           
 void removeAll()
           
 void setSynthControls(int synth, SynthControls controls)
           
 int size()
           
 
Methods inherited from class uk.org.toot.control.CompoundControl
canBeDeleted, canBeInsertedBefore, canBeMinimized, canBeMoved, canBeMovedBefore, deepFind, find, find, find, getAlignmentY, getAlternate, getClientProperty, getControls, getInstanceIndex, getMemberControls, getNativeSupport, getPersistence, hasCustomUI, hasPresets, isAlwaysHorizontal, isAlwaysVertical, isNeverBordered, putClientProperty, setEnabled, setPersistence, setProviderId, toString
 
Methods inherited from class uk.org.toot.control.Control
getAnnotation, getControlPath, getControlPath, getId, getIntValue, getName, getParent, getValueString, isAdjusting, isEnabled, isHidden, isIndicator, setAdjusting, setAnnotation, setHidden, setIntValue, setName
 
Methods inherited from class java.util.Observable
addObserver, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SynthRackControls

public SynthRackControls(int nsynths)
Method Detail

size

public int size()

getSynthControls

public SynthControls getSynthControls(int synth)

setSynthControls

public void setSynthControls(int synth,
                             SynthControls controls)

removeAll

public void removeAll()

getProviderId

public int getProviderId()
Overrides:
getProviderId in class CompoundControl

isPluginParent

public boolean isPluginParent()
Overrides:
isPluginParent in class CompoundControl

getPersistenceDomain

public java.lang.String getPersistenceDomain()
Overrides:
getPersistenceDomain in class CompoundControl


Copyright © 2004, 2005, 2006, 2007 Steve Taylor. All Rights Reserved.