public interface IUniformControl extends IUniformControlListener, org.synthclipse.core.uniform.preset.IPresetValue
Modifier and Type | Field and Description |
---|---|
static String |
GROUP_CAMERA |
static String |
GROUP_DEFAULT |
static String |
QUALIFIED_SEPARATOR |
Modifier and Type | Method and Description |
---|---|
void |
applyUniformValue() |
org.synthclipse.core.parser.Control |
getControl() |
Class<? extends IUniformControl> |
getControlClass() |
ControlType |
getControlType() |
String |
getDescription() |
String |
getGroup() |
List<org.synthclipse.core.animation.KeyFrame> |
getKeyFrames() |
String |
getName() |
int |
getNameGroupHashCode() |
String |
getProgramName() |
String |
getQualifiedName() |
org.synthclipse.core.animation.RepeatDirection |
getRepeatDirection() |
org.synthclipse.core.animation.RepeatMode |
getRepeatMode() |
boolean |
isActive() |
boolean |
isValid() |
void |
loadAllDefaults() |
void |
setDescription(String description) |
void |
setEventDispatcher(IUCEventDispatcher eventDispatcher) |
void |
setGroup(String group) |
void |
setKeyFrames(List<org.synthclipse.core.animation.KeyFrame> keyFrames) |
void |
setNameGroupHashCode(int nameGroupHashCode) |
void |
setRepeatDirection(org.synthclipse.core.animation.RepeatDirection repeatDirection) |
void |
setRepeatMode(org.synthclipse.core.animation.RepeatMode repeatMode) |
void |
setUniformValue(Object value) |
valueChanged
static final String QUALIFIED_SEPARATOR
static final String GROUP_DEFAULT
static final String GROUP_CAMERA
void loadAllDefaults()
void applyUniformValue()
ControlType getControlType()
Class<? extends IUniformControl> getControlClass()
void setUniformValue(Object value)
String getName()
String getGroup()
void setGroup(String group)
String getDescription()
void setDescription(String description)
String getProgramName()
String getQualifiedName()
void setEventDispatcher(IUCEventDispatcher eventDispatcher)
void setNameGroupHashCode(int nameGroupHashCode)
int getNameGroupHashCode()
boolean isActive()
List<org.synthclipse.core.animation.KeyFrame> getKeyFrames()
void setKeyFrames(List<org.synthclipse.core.animation.KeyFrame> keyFrames)
org.synthclipse.core.animation.RepeatMode getRepeatMode()
void setRepeatMode(org.synthclipse.core.animation.RepeatMode repeatMode)
org.synthclipse.core.animation.RepeatDirection getRepeatDirection()
void setRepeatDirection(org.synthclipse.core.animation.RepeatDirection repeatDirection)
boolean isValid()
org.synthclipse.core.parser.Control getControl()