public abstract class Manipulator extends SimpleDataSource
SimpleDataSource.NameEditorData
DataSource.Writable
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
UPDATE_DISPLAYED_VALUE
The name of the primary input method.
|
static java.lang.String |
VALUE_INPUT
The name of the primary input method.
|
customTimer, EXPORT_READ_ONLY, EXPORT_READ_WRITE, NO_EXPORT, requiresSyncWrite, sharedTimer, syncWriteTimeout, timebase
autoSuspend, AUTOSUSPEND_DEFAULT, AUTOSUSPEND_NEVER, AUTOSUSPEND_NO_LISTENERS, AUTOSUSPEND_NO_LISTENERS_AND_NO_SOURCES, colorHi, colorHiHi, colorLo, colorLoLo, colorNormal, connectors, consoleLogger, currentColor, currentValue, debugLevel, DEFAULT_AUTOSUSPEND, dontConnect, gwtLog, hardSuspended, popupLogger, PRIMARYOUTPORTNAME, sendColors, stopped, suspended, timedPopupLogger, traceLogger, valueHi, valueHiHi, valueLo, valueLoLo
Constructor and Description |
---|
Manipulator()
Generic constructor.
|
Modifier and Type | Method and Description |
---|---|
int |
getDefaultQualityForLocation(int location)
For any location returns QUALITY_GOOD meaning that values must
be good to pass.
|
java.util.Enumeration<java.lang.String> |
getInPortNames()
This will return a Enumeration of Strings which are associated with an
inport.
|
int |
getStaticLocationFor(java.lang.String method)
This is the default getStaticLocationFor with a location used by the staticmethodevent
to find a specific entry value object.
|
void |
setBooleanValue(boolean b)
Sets the boolean value of the current value object.
|
void |
setBoolValue(boolean b)
Sets the boolean value of the current value object.
|
void |
setByteValue(byte b)
Sets the byte value of the current value object.
|
void |
setDoubleValue(double d)
Sets the double value of the current value object.
|
void |
setFloatValue(float f)
Sets the float value of the current value object.
|
void |
setIntValue(int i)
Sets the int value of the current value object.
|
void |
setLongValue(long l)
Sets the long value of the current value object.
|
void |
setShortValue(short s)
Sets the short value of the current value object.
|
void |
setStringValue(java.lang.String s)
Sets the string value of the current value object.
|
java.lang.String |
toString()
Provides the description and status of the server as a String.
|
void |
valueChanged(int loc,
ValueChangedEvent e)
This is the default valuechanged with a location used by the staticmethodevent
to find a specific entry value object.
|
void |
valueInput(ValueChangedEvent newEvent)
This method is called by beans and other data sources to set the value of this server.
|
addConnector, addConnector, addDataSource, addPropertyChangeListener, addValueChangedListener, addVetoableChangeListener, authenticatedClientRequest, clientRequest, clientResponse, destroy, determineSuspendedStatus, getClassLicenseManager, getContainer, getCustomTimer, getDataSource, getDataSources, getDisplayName, getExportCriteria, getExposeComponentConnections, getName, getOutPortNames, getPullFromServers, getPushData, getPushName, getPushToServers, getServerListData, getTimebase, getTrace, isActive, isScreenLocal, refreshCurrentValue, removeConnector, removeDataSource, removePropertyChangeListener, removeValueChangedListener, removeVetoableChangeListener, requestSyncWrite, setAutoSuspend, setClassLicenseManager, setContainer, setCustomTimer, setDataSourceName, setExportCriteria, setExposeComponentConnections, setName, setPullFromServers, setPushData, setPushName, setPushToServers, setScreenLocal, setServerListData, setTimebase, setTrace, setValueObject, start, stop, tick, VIBEvent
addVIBEventListener, checkScript, executeInScriptInternal, executeScript, executeScriptInternal, executeScriptInternal, getAutoSuspend, getBooleanValue, getBoolValue, getColorHi, getColorHiHi, getColorLo, getColorLoLo, getColorNormal, getConnectors, getConsoleLogger, getCurrentColor, getDataSourceName, getDoubleValue, getFloatValue, getGWTLogger, getIncomingValueObject, getInScript, getIntValue, getLongValue, getParent, getPopupLogger, getScript, getScriptEngine, getSendColors, getSources, getStringValue, getSyncWriteTimeout, getTimedPopupLogger, getTraceLogger, getValueHi, getValueHiHi, getValueLo, getValueLoLo, getValueObject, init, isHardSuspended, isRunning, isSendOnlyChangedValuesDefault, isSuspended, logException, logGWT, logGWT, logMessage, logTrace, n2sortConnectors, performScriptSubstitutions, popupMessage, post, removeConnector, removeVIBEventListener, replaceConnectors, scriptExtensionSubstition, setColorHi, setColorHiHi, setColorLo, setColorLoLo, setColorNormal, setConsoleLogger, setGWTLogger, setHardSuspended, setInScript, setParent, setPopupLogger, setScript, setSendColors, setSendOnlyChangedValuesDefault, setSyncWriteTimeout, setTimedPopupLogger, setTraceLogger, setValueHi, setValueHiHi, setValueLo, setValueLoLo, updateColor, updateListeners, updateListeners, updateListeners, whoAmI
public static final java.lang.String UPDATE_DISPLAYED_VALUE
public static final java.lang.String VALUE_INPUT
public int getDefaultQualityForLocation(int location) throws BadParameterException
location
- the method index.BadParameterException
- never thrown.public java.util.Enumeration<java.lang.String> getInPortNames()
addInPortName(String)
,
getInPortNames()
public int getStaticLocationFor(java.lang.String method) throws BadParameterException
BadParameterException
public void setBooleanValue(boolean b) throws VIBUpdateFailedException
VIBUpdateFailedException
- thrown if setValueObject throwspublic void setBoolValue(boolean b) throws VIBUpdateFailedException
VIBUpdateFailedException
- thrown if setValueObject throwspublic void setByteValue(byte b) throws VIBUpdateFailedException
VIBUpdateFailedException
- thrown if setValueObject throwspublic void setDoubleValue(double d) throws VIBUpdateFailedException
VIBUpdateFailedException
- thrown if setValueObject throwspublic void setFloatValue(float f) throws VIBUpdateFailedException
VIBUpdateFailedException
- thrown if setValueObject throwspublic void setIntValue(int i) throws VIBUpdateFailedException
VIBUpdateFailedException
- thrown if setValueObject throwspublic void setLongValue(long l) throws VIBUpdateFailedException
VIBUpdateFailedException
- thrown if setValueObject throwspublic void setShortValue(short s) throws VIBUpdateFailedException
VIBUpdateFailedException
- thrown if setValueObject throwspublic void setStringValue(java.lang.String s) throws VIBUpdateFailedException
VIBUpdateFailedException
- thrown if setValueObject throwspublic java.lang.String toString()
toString
in class SimpleDataSource
public void valueChanged(int loc, ValueChangedEvent e) throws VIBUpdateFailedException, BadParameterException
public void valueInput(ValueChangedEvent newEvent) throws VIBUpdateFailedException
newEvent
- The ValueChangedEvent that the bean or data source has sent.VIBUpdateFailedException
Copyright © 1999-2025 ErgoTech Systems, Inc. All Rights Reserved.