public class CodeToString extends SimpleManipulator
SimpleDataSource.NameEditorData
DataSource.Writable
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
cvsRev |
static java.lang.String |
UNWANTED_EXTENSION
.properties.
|
UPDATE_DISPLAYED_VALUE, VALUE_INPUT
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 |
---|
CodeToString()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDefaultString() |
java.lang.String |
getPostString()
Returns that string that is postpended to all output.
|
java.lang.String |
getPreString()
Returns that string that is prepended to all output.
|
java.lang.String |
getResourceName()
Returns the resource file applicationName
|
void |
setContainer(DataSourceContainer container)
Setting the container will reset the resource bundle since the resource bundle is dependent upon the
container's classloader.
|
void |
setDefaultString(java.lang.String defaultString) |
void |
setPostString(java.lang.String poststring)
Set the value for the string that will be postpended to all output.
|
void |
setPreString(java.lang.String prestring)
Set the value for the string that will be prepended to all output.
|
void |
setResourceName(java.lang.String resourceBundleName)
Sets the resource file applicationName and the resource is opened.
|
void |
valueInput(ValueChangedEvent e)
This method is called by beans and other data sources to set the value of this server.
|
getDefaultQualityForLocation
getInPortNames, getStaticLocationFor, setBooleanValue, setBoolValue, setByteValue, setDoubleValue, setFloatValue, setIntValue, setLongValue, setShortValue, setStringValue, toString, valueChanged
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, 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 cvsRev
public static final java.lang.String UNWANTED_EXTENSION
public java.lang.String getDefaultString()
public java.lang.String getPostString()
public java.lang.String getPreString()
public java.lang.String getResourceName()
public void setContainer(DataSourceContainer container) throws BadParameterException
setContainer
in class SimpleDataSource
container
- The container to set.BadParameterException
com.ergotech.vib.servers.SimpleDataSource#setContainer(com.ergotech.vib.utils.DataSourceContainer)
public void setDefaultString(java.lang.String defaultString)
defaultString
- the defaultString to setpublic void setPostString(java.lang.String poststring)
prestring
- the string that is postpended to all outputpublic void setPreString(java.lang.String prestring)
prestring
- the string that is prepended to all outputpublic void setResourceName(java.lang.String resourceBundleName)
public void valueInput(ValueChangedEvent e) throws VIBUpdateFailedException
Manipulator
valueInput
in class Manipulator
e
- The ValueChangedEvent that the bean or data source has sent.VIBUpdateFailedException
Copyright © 1999-2025 ErgoTech Systems, Inc. All Rights Reserved.