uk.org.toot.audio.mixer.automation
Class AutomationControls
java.lang.Object
java.util.Observable
uk.org.toot.control.Control
uk.org.toot.control.CompoundControl
uk.org.toot.audio.core.AudioControls
uk.org.toot.audio.mixer.automation.AutomationControls
public class AutomationControls
- extends AudioControls
The relevant controls for snapshot and dynamic automation.
- Author:
- st
Methods inherited from class uk.org.toot.control.CompoundControl |
deepFind, find, find, find, getAlignmentY, getAlternate, getClientProperty, getControls, getInstanceIndex, getMemberControls, getNativeSupport, getPersistence, getProviderId, hasCustomUI, hasPresets, isAlwaysHorizontal, isNeverBordered, isPluginParent, putClientProperty, 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, setEnabled, 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 |
AUTOMATION_ID
public static final int AUTOMATION_ID
- See Also:
- Constant Field Values
AUTOMATION_READ_ID
public static final int AUTOMATION_READ_ID
- See Also:
- Constant Field Values
AUTOMATION_WRITE_ID
public static final int AUTOMATION_WRITE_ID
- See Also:
- Constant Field Values
AUTOMATION_RECALL_ID
public static final int AUTOMATION_RECALL_ID
- See Also:
- Constant Field Values
AUTOMATION_STORE_ID
public static final int AUTOMATION_STORE_ID
- See Also:
- Constant Field Values
ensureDynamicControls
public void ensureDynamicControls()
ensureSnapshotControls
public void ensureSnapshotControls()
canRead
public boolean canRead()
canWrite
public boolean canWrite()
canRecall
public boolean canRecall()
canStore
public boolean canStore()
canBeDeleted
public boolean canBeDeleted()
- Overrides:
canBeDeleted
in class CompoundControl
canBeMoved
public boolean canBeMoved()
- Overrides:
canBeMoved
in class CompoundControl
canBeMovedBefore
public boolean canBeMovedBefore()
- Overrides:
canBeMovedBefore
in class CompoundControl
canBeInsertedBefore
public boolean canBeInsertedBefore()
- Overrides:
canBeInsertedBefore
in class CompoundControl
isAlwaysVertical
public boolean isAlwaysVertical()
- Overrides:
isAlwaysVertical
in class CompoundControl
Copyright © 2004, 2005, 2006, 2007 Steve Taylor. All Rights Reserved.