A B C D E F G H I J L M N O P Q R S T U V W

A

AbstractAdaptedHandler<T> - Class in org.csstudio.ui.util
Abstract class for all commands that use AdapterUtil for conversion and displays the exception in a suitable dialog.
AbstractAdaptedHandler(Class<T>) - Constructor for class org.csstudio.ui.util.AbstractAdaptedHandler
 
Activator - Class in org.csstudio.logging
Not really the plugin activator; just holds the plugin ID.
Activator() - Constructor for class org.csstudio.logging.Activator
 
Activator - Class in org.csstudio.platform.utility.rdb
Plugin info
Activator() - Constructor for class org.csstudio.platform.utility.rdb.Activator
 
Activator - Class in org.csstudio.ui.help
This plugin defines the CSS help hierarchy structure.
Activator() - Constructor for class org.csstudio.ui.help.Activator
 
Activator - Class in org.csstudio.ui.menu
This plugin defines the CSS application menu.
Activator() - Constructor for class org.csstudio.ui.menu.Activator
 
Activator - Class in org.csstudio.ui.util
 
Activator() - Constructor for class org.csstudio.ui.util.Activator
The constructor
Activator - Class in org.csstudio.utility.pv
(Not really a) Plugin-activator
Activator() - Constructor for class org.csstudio.utility.pv.Activator
 
Activator - Class in org.csstudio.utility.pvmanager
The activator class controls the plug-in life cycle
Activator() - Constructor for class org.csstudio.utility.pvmanager.Activator
 
AdapterUtil - Class in org.csstudio.ui.util
Utilities for using adapters, particularly against selections.
AdapterUtil() - Constructor for class org.csstudio.ui.util.AdapterUtil
 
adaptiveRange(boolean) - Static method in class org.epics.pvmanager.extra.WaterfallPlotParameters
True if the range for the display should be the automatically determined or should be desumed by the data.
add(String) - Method in class org.csstudio.platform.utility.rdb.CachingStringIDHelper
 
add(String) - Method in class org.csstudio.platform.utility.rdb.StringIDHelper
Add new name, unless it's already in the RDB.
add(DesiredRateExpression<?>) - Method in class org.epics.pvmanager.extra.DynamicGroup
Adds the expression at the end.
addAll(DataRecipeBuilder) - Method in class org.epics.pvmanager.DataRecipeBuilder
Add all elements from another builder.
addBuffer(WriteBufferBuilder) - Method in class org.epics.pvmanager.WriteBufferBuilder
Adds another builder
addCaches(Map<String, WriteCache<?>>) - Method in class org.epics.pvmanager.WriteBufferBuilder
Adds a set of channel/write caches.
addCollector(Collector<?>, Map<String, ValueCache>) - Method in class org.epics.pvmanager.DataRecipeBuilder
Add a collector and the channel/caches this collector will get values from.
addEntry(String) - Method in class org.csstudio.ui.util.helpers.ComboHistoryHelper
Adds a new entry to the list.
additiveExpression() - Method in class org.epics.pvmanager.formula.FormulaParser
 
addListener(PVListener) - Method in interface org.csstudio.utility.pv.PV
Add a new listener.
addMonitor(ChannelHandlerReadSubscription) - Method in class org.epics.pvmanager.ChannelHandler
Used by the data source to add a read request on the channel managed by this handler.
addMonitor(ChannelHandlerReadSubscription) - Method in class org.epics.pvmanager.MultiplexedChannelHandler
Used by the data source to add a read request on the channel managed by this handler.
addPVReaderListener(PVReaderListener) - Method in class org.epics.pvmanager.PV
 
addPVReaderListener(Class<?>, PVReaderListener) - Method in class org.epics.pvmanager.PV
 
addPVReaderListener(PVReaderListener) - Method in interface org.epics.pvmanager.PVReader
Adds a listener to the value.
addPVReaderListener(Class<?>, PVReaderListener) - Method in interface org.epics.pvmanager.PVReader
Adds a listener to the value, which is notified only if the value is of a given type.
addPVWriterListener(PVWriterListener) - Method in class org.epics.pvmanager.PV
 
addPVWriterListener(PVWriterListener) - Method in interface org.epics.pvmanager.PVWriter
Adds a listener to the value.
ADDR_LIST - Static variable in class org.csstudio.platform.libs.epics.PreferenceConstants
List of IP addresses, separated by space
addRangeListener(RangeListener) - Method in class org.csstudio.ui.util.widgets.RangeWidget
Adds a listener, notified if the range resolution changes.
addRangeListener(RangeListener) - Method in class org.csstudio.ui.util.widgets.StartEndRangeWidget
Adds a listener, notified if the range resolution changes.
addRunnable(Runnable) - Method in class org.csstudio.ui.util.thread.UIBundlingThread
Adds the specified runnable to the queue.
addRunnable(Display, Runnable) - Method in class org.csstudio.ui.util.thread.UIBundlingThread
Adds the specified runnable to the queue.
addToLogger() - Static method in class org.csstudio.logging.ui.ConsoleViewHandler
Add console view to the (root) logger.
addTypeSupport(TypeSupport<?>) - Static method in class org.epics.pvmanager.TypeSupport
Adds type support for the given class.
addWriter(WriteCache<?>, ExceptionHandler) - Method in class org.epics.pvmanager.ChannelHandler
Used by the data source to prepare the channel managed by this handler for write.
addWriter(WriteCache<?>, ExceptionHandler) - Method in class org.epics.pvmanager.MultiplexedChannelHandler
Used by the data source to prepare the channel managed by this handler for write.
adjustForNumColumns(int) - Method in class org.csstudio.logging.ui.LabelFieldEditor
after(String...) - Method in class org.epics.pvmanager.expression.ChannelExpression
For writes only, marks that this channel should be written only after the given channels.
after(String...) - Method in class org.epics.pvmanager.expression.ChannelExpressionList
For writes only, marks that these channels should be written only after the given channels.
after(TimeStamp) - Method in class org.epics.pvmanager.util.TimeDuration
Deprecated. Returns a time interval that lasts this duration and starts from the given timestamp.
afterWorkbenchCreation(Display, IApplicationContext, Map<String, Object>) - Method in interface org.csstudio.startup.module.WorkbenchExtPoint
Is called just after the workbench is created.
Aggregator<R,A> - Class in org.epics.pvmanager
Aggregates the data out of a Collector into a new data type.
Aggregator(Function<List<A>>) - Constructor for class org.epics.pvmanager.Aggregator
Creates a new aggregator.
Alarm - Interface in org.epics.pvmanager.data
Alarm information.
alarmNone() - Static method in class org.epics.pvmanager.data.ValueFactory
No alarm.
alarmOf(Object) - Static method in class org.epics.pvmanager.data.ValueUtil
Extracts the alarm information if present.
AlarmSeverity - Enum in org.epics.pvmanager.data
Severity of an alarm.
AlarmStatus - Enum in org.epics.pvmanager.data
Source of the alarm.
and(DesiredRateExpressionList<? extends R>) - Method in interface org.epics.pvmanager.expression.DesiredRateExpressionList
Adds the given expressions to this list.
and(DesiredRateExpressionList<? extends R>) - Method in class org.epics.pvmanager.expression.DesiredRateExpressionListImpl
 
and(DesiredRateReadWriteExpressionList<? extends R, ? extends W>) - Method in interface org.epics.pvmanager.expression.DesiredRateReadWriteExpressionList
Adds the given expressions to this list.
and(DesiredRateReadWriteExpressionList<? extends R, ? extends W>) - Method in class org.epics.pvmanager.expression.DesiredRateReadWriteExpressionListImpl
 
and(DesiredRateExpressionList<? extends R>) - Method in class org.epics.pvmanager.expression.DesiredRateReadWriteExpressionListImpl
 
and(WriteExpressionList<? extends W>) - Method in class org.epics.pvmanager.expression.DesiredRateReadWriteExpressionListImpl
 
and(SourceRateExpressionList<? extends R>) - Method in interface org.epics.pvmanager.expression.SourceRateExpressionList
Adds the given expressions to this list.
and(SourceRateExpressionList<? extends R>) - Method in class org.epics.pvmanager.expression.SourceRateExpressionListImpl
 
and(SourceRateReadWriteExpressionList<? extends R, ? extends W>) - Method in interface org.epics.pvmanager.expression.SourceRateReadWriteExpressionList
Adds the given expressions to this list.
and(SourceRateReadWriteExpressionList<? extends R, ? extends W>) - Method in class org.epics.pvmanager.expression.SourceRateReadWriteExpressionListImpl
 
and(SourceRateExpressionList<? extends R>) - Method in class org.epics.pvmanager.expression.SourceRateReadWriteExpressionListImpl
 
and(WriteExpressionList<? extends W>) - Method in class org.epics.pvmanager.expression.SourceRateReadWriteExpressionListImpl
 
and(WriteExpressionList<? extends W>) - Method in interface org.epics.pvmanager.expression.WriteExpressionList
Adds the given expressions to this list.
and(WriteExpressionList<? extends W>) - Method in class org.epics.pvmanager.expression.WriteExpressionListImpl
 
and(ExpressionLanguage.Filter<?>) - Method in class org.epics.pvmanager.ExpressionLanguage.Filter
Returns a new filter that is the logical AND of this and the given one.
Application - Class in org.csstudio.startup.application
Application is the default implementation of the IApplication interface which acts a an entry point for the Control System Studio.
Application() - Constructor for class org.csstudio.startup.application.Application
 
APPLICATION_ID - Static variable in interface org.csstudio.logging.JMSLogMessage
Optional MapMessage element: ID of application that generated the event
ApplicationID - Static variable in class org.csstudio.logging.Messages
 
ApplicationsPreferenceMessage - Static variable in class org.csstudio.ui.preferences.Messages
 
applyLocaleSetting(IApplicationContext) - Method in class org.csstudio.startup.application.Application
Applies the locale setting.
applyLocaleSettings(IApplicationContext, Map<String, Object>) - Method in interface org.csstudio.startup.module.LocaleSettingsExtPoint
Applies the locale settings.
areAllValuesValid() - Method in class org.csstudio.ui.util.composites.ResourceAndContainerGroup
Returns a boolean indicating whether all controls in this group contain valid values.
around(TimeStamp) - Method in class org.epics.pvmanager.util.TimeDuration
Deprecated. Returns a time interval that lasts this duration and is centered around the given timestamp.
Array<T> - Interface in org.epics.pvmanager.data
Multi dimensional array, which can be used for waveforms or more rich data.
ArrayElementSeparator - Static variable in class org.csstudio.data.values.Messages
 
as(String) - Method in interface org.epics.pvmanager.expression.DesiredRateExpression
Changes the name for this expression
as(String) - Method in class org.epics.pvmanager.expression.DesiredRateExpressionImpl
 
as(String) - Method in interface org.epics.pvmanager.expression.DesiredRateReadWriteExpression
 
as(String) - Method in class org.epics.pvmanager.expression.DesiredRateReadWriteExpressionImpl
 
as(String) - Method in interface org.epics.pvmanager.expression.SourceRateExpression
Changes the name for this expression
as(String) - Method in class org.epics.pvmanager.expression.SourceRateExpressionImpl
 
as(String) - Method in interface org.epics.pvmanager.expression.SourceRateReadWriteExpression
 
as(String) - Method in class org.epics.pvmanager.expression.SourceRateReadWriteExpressionImpl
 
as(String) - Method in class org.epics.pvmanager.expression.WriteExpressionImpl
Changes the name for this expression
asDate() - Method in class org.epics.pvmanager.util.TimeStamp
Deprecated. Converts the time stamp to a standard Date.
asTimeDuration(TimeDuration) - Static method in class org.epics.pvmanager.util.TimeDuration
Deprecated.  
asTimestamp() - Method in class org.epics.pvmanager.util.TimeStamp
Deprecated. Converts to the epics common definition of time.
asTimestamp(TimeStamp) - Static method in class org.epics.pvmanager.util.TimeStamp
Deprecated. Null safe way of converting to the epics common definition of time.
async() - Method in class org.epics.pvmanager.PVWriterConfiguration
Creates a new PVWriter where the PVWriter.write(java.lang.Object) method is asynchronous (i.e.
asynchWriteAndMaxReadRate(TimeDuration) - Method in class org.epics.pvmanager.PVConfiguration
Creates the pv such that writes are asynchronous and read notifications comes at most at the rate specified.
asynchWriteAndReadEvery(TimeDuration) - Method in class org.epics.pvmanager.PVConfiguration
Deprecated. 
AUTO_ADDR_LIST - Static variable in class org.csstudio.platform.libs.epics.PreferenceConstants
Add automatic IP entries? Values "true", "false"
AUTOMATED_MODE - Static variable in class org.csstudio.ui.util.dialogs.ExceptionDetailsErrorDialog
Static to prevent opening of error dialogs for automated testing.
averageOf(SourceRateExpression<VDouble>) - Static method in class org.epics.pvmanager.data.ExpressionLanguage
Aggregates the sample at the scan rate and takes the average.

B

backgroundColor(int) - Static method in class org.epics.pvmanager.extra.WaterfallPlotParameters
The background color for the plot.
BasicTypeSupport - Class in org.epics.pvmanager
Implements support for basic standard java types.
BEACON_PERIOD - Static variable in class org.csstudio.platform.libs.epics.PreferenceConstants
 
before(TimeStamp) - Method in class org.epics.pvmanager.util.TimeDuration
Deprecated. Returns a time interval that lasts this duration and ends at the given timestamp.
beforeShutDown(Map<String, Object>) - Method in interface org.csstudio.startup.module.ShutDownExtPoint
Is called just before the workbench is closed.
beforeWorkbenchCreation(Display, IApplicationContext, Map<String, Object>) - Method in interface org.csstudio.startup.module.WorkbenchExtPoint
Is called just before the workbench is started.
between(TimeStamp, TimeStamp) - Static method in class org.epics.pvmanager.util.TimeInterval
Deprecated. Returns the interval between the given timestamps.
BOTTOM_LEFT - Static variable in class org.eclipse.wb.swt.SWTResourceManager
Style constant for placing decorator image in bottom left corner of base image.
BOTTOM_RIGHT - Static variable in class org.eclipse.wb.swt.SWTResourceManager
Style constant for placing decorator image in bottom right corner of base image.
build() - Method in class org.epics.pvmanager.data.DisplayBuilder
 
build() - Method in class org.epics.pvmanager.DataRecipeBuilder
Builds the recipe.
build() - Method in class org.epics.pvmanager.WriteBufferBuilder
Creates a new WriteBuffer.
buttonPressed(int) - Method in class org.csstudio.ui.util.dialogs.ExceptionDetailsErrorDialog
 

C

CachingStringIDHelper - Class in org.csstudio.platform.utility.rdb
A StringIDHelper that caches entries so that subsequent lookups for the same item by ID are faster.
CachingStringIDHelper(RDBUtil, String, String, String) - Constructor for class org.csstudio.platform.utility.rdb.CachingStringIDHelper
Construct helper
calculate(List<A>) - Method in class org.epics.pvmanager.Aggregator
Calculates the new value from a set of collected value.
calculate(A) - Method in interface org.epics.pvmanager.ExpressionLanguage.OneArgFunction
Calculates the new value.
calculate(A1, A2) - Method in interface org.epics.pvmanager.ExpressionLanguage.TwoArgFunction
Calculates the new value.
catchUp(Display) - Method in class org.csstudio.startup.application.OpenDocumentEventProcessor
Process delayed events.
changeSelection(String) - Method in class org.csstudio.ui.util.helpers.ComboHistoryHelper
 
channel(String) - Static method in class org.epics.pvmanager.ExpressionLanguage
A channel with the given name of any type.
channel(String, Class<R>, Class<W>) - Static method in class org.epics.pvmanager.ExpressionLanguage
A channel with the given name and type.
ChannelExpression<R,W> - Class in org.epics.pvmanager.expression
Represents a channel, which can be both read or written.
ChannelExpression(String, Class<R>, Class<W>) - Constructor for class org.epics.pvmanager.expression.ChannelExpression
An expression for a channel with the given name, which is expected to provide a read payload of readClass and accept a write payload of writeClass.
ChannelExpression(Class<R>, Class<W>) - Constructor for class org.epics.pvmanager.expression.ChannelExpression
Constructor for the null channel.
ChannelExpressionList<R,W> - Class in org.epics.pvmanager.expression
Represents a list of channel, which can be both read or written.
ChannelExpressionList(Collection<String>, Class<R>, Class<W>) - Constructor for class org.epics.pvmanager.expression.ChannelExpressionList
An expression for a list of channels with the given names, which are expected to provide a read payload of readClass and accept a write payload of writeClass.
ChannelHandler - Class in org.epics.pvmanager
Manages the connection for each channel of a data source.
ChannelHandler(String) - Constructor for class org.epics.pvmanager.ChannelHandler
Creates a new channel handler.
ChannelHandlerReadSubscription - Class in org.epics.pvmanager
Groups all the parameters required to add a reader to a ChannelHandler.
ChannelHandlerReadSubscription(Collector<?>, ValueCache<?>, ExceptionHandler, Collector<Boolean>, ValueCache<Boolean>) - Constructor for class org.epics.pvmanager.ChannelHandlerReadSubscription
 
ChannelRecipe - Class in org.epics.pvmanager
 
ChannelRecipe(String, ChannelHandlerReadSubscription) - Constructor for class org.epics.pvmanager.ChannelRecipe
 
channels(String...) - Static method in class org.epics.pvmanager.ExpressionLanguage
A list of channels with the given names of any type.
channels(Collection<String>, Class<R>, Class<W>) - Static method in class org.epics.pvmanager.ExpressionLanguage
A list of channels with the given names and type.
channels(Collection<String>) - Static method in class org.epics.pvmanager.ExpressionLanguage
A list of channels with the given names of any type.
ChannelWriteCallback - Interface in org.epics.pvmanager
Called by the ChannelHandler once a write is completed.
channelWritten(Exception) - Method in interface org.epics.pvmanager.ChannelWriteCallback
Called when a write is completed.
CLASS - Static variable in interface org.csstudio.logging.JMSLogMessage
Optional MapMessage element: Java class that generated the event
clear() - Method in class org.epics.pvmanager.extra.DynamicGroup
Removes all the expressions currently in the group.
close() - Method in class org.csstudio.logging.JMSLogHandler
close() - Method in class org.csstudio.logging.ui.ConsoleViewHandler
Usually called by JRE when Logger shuts down, i.e.
close() - Method in class org.csstudio.platform.utility.rdb.RDBUtil
Close the RDB connection.
close() - Method in class org.csstudio.ui.util.dialogs.ExceptionDetailsErrorDialog
 
close() - Method in class org.epics.pvmanager.CompositeDataSource
Closes all DataSources that are registered in the composite.
close() - Method in class org.epics.pvmanager.DataSource
Closes the DataSource and the resources associated with it.
close() - Method in class org.epics.pvmanager.jca.JCADataSource
 
close() - Method in class org.epics.pvmanager.PV
 
close() - Method in interface org.epics.pvmanager.PVReader
De-registers all listeners, stops all notifications and closes all connections from the data sources needed by this.
close() - Method in interface org.epics.pvmanager.PVWriter
De-registers all listeners, stops all notifications and closes all connections from the data sources needed by this.
CloseProjectErrorFmt - Static variable in class org.csstudio.startup.module.defaults.Messages
 
closeProjects(Display, IApplicationContext) - Method in class org.csstudio.startup.application.Application
Loads the ProjectExtPoint and executes the ProjectExtPoint#closeProjects(IApplicationContext) method.
closeProjects(Display, IApplicationContext, Map<String, Object>) - Method in class org.csstudio.startup.module.defaults.DefaultProject
Called by Application to allow implementors of the CSSStartupExtensionPoint to perform project cleanup in case that is considered necessary.
closeProjects(Display, IApplicationContext, Map<String, Object>) - Method in interface org.csstudio.startup.module.ProjectExtPoint
Called by Application to allow implementors of the CSSStartupExtensionPoint to perform project cleanup in case that is considered necessary.
closeWorkbench() - Method in class org.csstudio.startup.application.Application
This method is called as the last executed action when the application is stopped.
collect() - Method in class org.epics.pvmanager.Collector
Calculates the next value and puts it in the queue.
Collector<T> - Class in org.epics.pvmanager
Collects the data at the CA rate and allows a client to get all values since last check.
Collector() - Constructor for class org.epics.pvmanager.Collector
 
color(double, Display) - Method in class org.epics.pvmanager.extra.ColorScheme
Calculate the color for the value according to the ranges and puts it into the colors buffer.
COLOR_BLACK - Static variable in class org.csstudio.ui.util.CustomMediaFactory
the color for black
COLOR_BLUE - Static variable in class org.csstudio.ui.util.CustomMediaFactory
the color for blue
COLOR_CYAN - Static variable in class org.csstudio.ui.util.CustomMediaFactory
the color for cyan
COLOR_DARK_GRAY - Static variable in class org.csstudio.ui.util.CustomMediaFactory
the color for dark gray
COLOR_GRAY - Static variable in class org.csstudio.ui.util.CustomMediaFactory
the color for gray
COLOR_GREEN - Static variable in class org.csstudio.ui.util.CustomMediaFactory
the color for green
COLOR_LIGHT_BLUE - Static variable in class org.csstudio.ui.util.CustomMediaFactory
the color for light blue
COLOR_ORANGE - Static variable in class org.csstudio.ui.util.CustomMediaFactory
the color for orange
COLOR_PINK - Static variable in class org.csstudio.ui.util.CustomMediaFactory
the color for pink
COLOR_PURPLE - Static variable in class org.csstudio.ui.util.CustomMediaFactory
the color for orange
COLOR_RED - Static variable in class org.csstudio.ui.util.CustomMediaFactory
the color for red
COLOR_WHITE - Static variable in class org.csstudio.ui.util.CustomMediaFactory
the color for white
COLOR_YELLOW - Static variable in class org.csstudio.ui.util.CustomMediaFactory
the color for yellow
ColorScheme - Class in org.epics.pvmanager.extra
 
ColorScheme() - Constructor for class org.epics.pvmanager.extra.ColorScheme
 
colorScheme(ColorScheme) - Static method in class org.epics.pvmanager.extra.WaterfallPlotParameters
The color scheme to convert a value to an rgb pixel in the plot.
column(String, DesiredRateExpressionList<?>) - Static method in class org.epics.pvmanager.data.ExpressionLanguage
A column for an aggregated vTable.
ColumnSeperator - Static variable in class org.csstudio.data.values.Messages
 
ComboHistoryHelper - Class in org.csstudio.ui.util.helpers
Decorates a Combo box to maintain the history.
ComboHistoryHelper(IDialogSettings, String, Combo) - Constructor for class org.csstudio.ui.util.helpers.ComboHistoryHelper
Attach helper to given combo box, using max list length.
ComboHistoryHelper(IDialogSettings, String, Combo, int, boolean) - Constructor for class org.csstudio.ui.util.helpers.ComboHistoryHelper
Attach helper to given combo box, using max list length.
ComboHistoryHelperSample - Class in org.csstudio.ui.util.helpers
 
ComboHistoryHelperSample() - Constructor for class org.csstudio.ui.util.helpers.ComboHistoryHelperSample
 
compareTo(TimeStamp) - Method in class org.epics.pvmanager.util.TimeStamp
Deprecated. Defines the natural ordering for timestamp as forward in time.
CompositeDataSource - Class in org.epics.pvmanager
A data source that can dispatch a request to multiple different data sources.
CompositeDataSource() - Constructor for class org.epics.pvmanager.CompositeDataSource
Creates a new CompositeDataSource.
computeSize(int, int, boolean) - Method in class org.csstudio.ui.util.widgets.MeterWidget
 
concludeWrite(WriteBuffer, ExceptionHandler) - Method in class org.epics.pvmanager.CompositeDataSource
 
concludeWrite(WriteBuffer, ExceptionHandler) - Method in class org.epics.pvmanager.DataSource
Releases the resources associated with the given write buffer.
configurationElements - Variable in class org.csstudio.startup.application.Application
The map of all loaded extension points.
ConfigurationHelper - Class in org.csstudio.utility.pvmanager
Helper class to configure PVManager data sources based on extension points.
configureConsoleLogger(Level, Formatter) - Static method in class org.csstudio.logging.LogConfigurator
Configure all currently active loggers.
configuredDataSources() - Static method in class org.csstudio.utility.pvmanager.ConfigurationHelper
Retrieves the data sources that have been registered through the extension point.
configureFileLogging(Level, String, int, int, Formatter) - Static method in class org.csstudio.logging.LogConfigurator
Configure a file logger When logging to multiple files, the first one will use the given filename.
configureFromPreferences() - Static method in class org.csstudio.logging.LogConfigurator
(Re-)Initialize logger from Eclipse preferences
configureJMSLogging(Level, String, String, Formatter) - Static method in class org.csstudio.logging.LogConfigurator
Configure a JMS logger
configureShell(Shell) - Method in class org.csstudio.ui.util.dialogs.ExceptionDetailsErrorDialog
 
configureShell(Shell) - Method in class org.csstudio.ui.util.dialogs.ResourceSelectionDialog
configureShell(Shell) - Method in class org.csstudio.ui.util.swt.stringtable.RowEditDialog
 
configureShell(Shell) - Method in class org.csstudio.ui.util.widgets.RangeWidgetTest
Configure the shell.
configureShell(Shell) - Method in class org.csstudio.ui.util.widgets.StartEndRangeWidgetTest
Configure the shell.
connect(String) - Static method in class org.csstudio.platform.utility.rdb.RDBUtil
Deprecated. Use the version with autoReconnect: RDBUtil.connect(String, boolean)
connect(String, String, String) - Static method in class org.csstudio.platform.utility.rdb.RDBUtil
Deprecated. Use the version with autoReconnect: RDBUtil.connect(String, String, String, boolean)
connect(String, boolean) - Static method in class org.csstudio.platform.utility.rdb.RDBUtil
Connect with only a url.
connect(String, String, String, boolean) - Static method in class org.csstudio.platform.utility.rdb.RDBUtil
Connect to the database.
connect(DataRecipe) - Method in class org.epics.pvmanager.CompositeDataSource
 
connect(DataRecipe) - Method in class org.epics.pvmanager.DataSource
Connects to a set of channels based on the given recipe.
connect() - Method in class org.epics.pvmanager.MultiplexedChannelHandler
Used by the handler to open the connection.
CONSOLE_LEVEL - Static variable in class org.csstudio.logging.Preferences
 
ConsoleView_Title - Static variable in class org.csstudio.logging.ui.Messages
 
ConsoleViewHandler - Class in org.csstudio.logging.ui
Log handler that displays messages in the Eclipse Console view.
constant(T) - Static method in class org.epics.pvmanager.ExpressionLanguage
Creates a constant expression that always return that object.
constant(T, String) - Static method in class org.epics.pvmanager.ExpressionLanguage
Creates a constant expression that always return that object, with the given name for the expression.
containerSelectionChanged(IResource) - Method in class org.csstudio.ui.util.composites.ResourceSelectionGroup
The container selection has changed in the tree view.
contains(TimeStamp) - Method in class org.epics.pvmanager.util.TimeInterval
Deprecated. True if the given time stamp is inside the interval.
ControlSystemDragSource - Class in org.csstudio.ui.util.dnd
General purpose utility to allowing Drag-and-Drop "Drag" of any adaptable or Serializable object.
ControlSystemDragSource(Control) - Constructor for class org.csstudio.ui.util.dnd.ControlSystemDragSource
Initialize 'drag' source
ControlSystemDropTarget - Class in org.csstudio.ui.util.dnd
General purpose utility to allowing Drag-and-Drop "Drop" of any adaptable or serializable object.
ControlSystemDropTarget(Control, Class<?>...) - Constructor for class org.csstudio.ui.util.dnd.ControlSystemDropTarget
Initialize 'drop' target
convert(ISelection, Class<T>) - Static method in class org.csstudio.ui.util.AdapterUtil
Returns the current selection converted to an array of the desired type, or to an empty array if not possible.
convert(Object, String) - Static method in class org.csstudio.ui.util.AdapterUtil
Adapts an object to the desired type.
CorePreferencesMessage - Static variable in class org.csstudio.ui.preferences.Messages
 
createButtonsForButtonBar(Composite) - Method in class org.csstudio.ui.util.dialogs.ExceptionDetailsErrorDialog
 
createChannel(String) - Method in class org.epics.pvmanager.CompositeDataSource
 
createChannel(String) - Method in class org.epics.pvmanager.DataSource
Creates a channel handler for the given name.
createChannel(String) - Method in class org.epics.pvmanager.jca.JCADataSource
 
createChannel(String) - Method in class org.epics.pvmanager.loc.LocalDataSource
 
createChannel(String) - Method in class org.epics.pvmanager.sim.SimulationDataSource
 
createContents(Composite) - Method in class org.csstudio.ui.preferences.CSSApplicationsPreferencePage
 
createContents(Composite) - Method in class org.csstudio.ui.preferences.CSSPlatformPreferencePage
 
createContents(String, String[], int, int) - Method in class org.csstudio.ui.util.composites.ResourceSelectionGroup
Creates the contents of the composite.
createContents(Composite) - Method in class org.csstudio.ui.util.widgets.RangeWidgetTest
Create contents of the application window.
createContents(Composite) - Method in class org.csstudio.ui.util.widgets.StartEndRangeWidgetTest
Create contents of the application window.
createControl(Composite) - Method in class org.csstudio.ui.util.wizards.WizardNewFileCreationPage
createDetailsButton(Composite) - Method in class org.csstudio.ui.util.dialogs.ExceptionDetailsErrorDialog
Create the details button if it should be included.
createDialogAndButtonArea(Composite) - Method in class org.csstudio.ui.util.dialogs.ExceptionDetailsErrorDialog
 
createDialogArea(Composite) - Method in class org.csstudio.ui.util.dialogs.ExceptionDetailsErrorDialog
This implementation of the Dialog framework method creates and lays out a composite and calls createMessageArea and createCustomArea to populate it.
createDialogArea(Composite) - Method in class org.csstudio.ui.util.dialogs.ResourceSelectionDialog
createDoubleValue(ITimestamp, ISeverity, String, INumericMetaData, IValue.Quality, double[]) - Static method in class org.csstudio.data.values.ValueFactory
Create instance of IDoubleValue.
createDropDownList(Composite) - Method in class org.csstudio.ui.util.dialogs.ExceptionDetailsErrorDialog
Create this dialog's drop-down list component.
createEnumeratedMetaData(String[]) - Static method in class org.csstudio.data.values.ValueFactory
Create instance of IEnumeratedMetaData.
createEnumeratedValue(ITimestamp, ISeverity, String, IEnumeratedMetaData, IValue.Quality, int[]) - Static method in class org.csstudio.data.values.ValueFactory
Create instance of IEnumeratedValue.
createFieldEditors() - Method in class org.csstudio.logging.ui.PreferencePage
Creates the field editors.
createFile(IFile, InputStream) - Method in class org.csstudio.ui.util.wizards.WizardNewFileCreationPage
Creates a file resource given the file handle and contents.
createFileHandle(IPath) - Method in class org.csstudio.ui.util.wizards.WizardNewFileCreationPage
Creates a file resource handle for the file with the given workspace path.
createFolder(IContainer, String) - Method in class org.csstudio.ui.util.ResourceUtil
Creates a new Folder in the parentContainer.
createInvalidSeverity() - Static method in class org.csstudio.data.values.ValueFactory
Create an 'invalid' ISeverity.
createLongValue(ITimestamp, ISeverity, String, INumericMetaData, IValue.Quality, long[]) - Static method in class org.csstudio.data.values.ValueFactory
Create instance of ILongValue.
createMajorSeverity() - Static method in class org.csstudio.data.values.ValueFactory
Create a 'major' ISeverity.
createMenuManager() - Method in class org.csstudio.ui.util.widgets.RangeWidgetTest
Create the menu manager.
createMenuManager() - Method in class org.csstudio.ui.util.widgets.StartEndRangeWidgetTest
Create the menu manager.
createMinMaxDoubleValue(ITimestamp, ISeverity, String, INumericMetaData, IValue.Quality, double[], double, double) - Static method in class org.csstudio.data.values.ValueFactory
Create instance of IMinMaxDoubleValue.
createMinorSeverity() - Static method in class org.csstudio.data.values.ValueFactory
Create a 'minor' ISeverity.
createNewFile() - Method in class org.csstudio.ui.util.wizards.WizardNewFileCreationPage
Creates a new file resource in the selected container and with the selected name.
createNumericMetaData(double, double, double, double, double, double, int, String) - Static method in class org.csstudio.data.values.ValueFactory
Create instance of INumericMetaData.
createOKSeverity() - Static method in class org.csstudio.data.values.ValueFactory
Create an 'OK' ISeverity.
createProject(String) - Method in class org.csstudio.ui.util.ResourceUtil
Creates a new Project.
CreateProjectErrorFmt - Static variable in class org.csstudio.startup.module.defaults.Messages
 
createPV(String) - Method in interface org.csstudio.utility.pv.IPVFactory
Create a PV for the given channel name.
createPV(String) - Static method in class org.csstudio.utility.pv.PVFactory
Create a PV for the given channel name, using the PV factory selected via the prefix of the channel name, or the default PV factory if no prefix is included in the channel name.
createStatusLineManager() - Method in class org.csstudio.ui.util.widgets.RangeWidgetTest
Create the status line manager.
createStatusLineManager() - Method in class org.csstudio.ui.util.widgets.StartEndRangeWidgetTest
Create the status line manager.
createStringValue(ITimestamp, ISeverity, String, IValue.Quality, String[]) - Static method in class org.csstudio.data.values.ValueFactory
Create instance of IStringValue.
CREATETIME - Static variable in interface org.csstudio.logging.JMSLogMessage
Mandatory MapMessage element: time of message creation
createTimestamp(long, long) - Static method in class org.csstudio.data.values.TimestampFactory
Creates a time stamp based on the specified seconds and nanoseconds.
createToolBarManager(int) - Method in class org.csstudio.ui.util.widgets.RangeWidgetTest
Create the toolbar manager.
createToolBarManager(int) - Method in class org.csstudio.ui.util.widgets.StartEndRangeWidgetTest
Create the toolbar manager.
createTreeViewer(String[], int) - Method in class org.csstudio.ui.util.composites.ResourceSelectionGroup
Returns a new drill down viewer for this dialog.
createValue(DBR, DBR, boolean) - Method in class org.epics.pvmanager.jca.JCATypeAdapter
Given the value and the (optional) metadata, will create the new value.
createWriteBuffer() - Method in class org.epics.pvmanager.expression.DesiredRateReadWriteExpressionImpl
 
createWriteBuffer() - Method in class org.epics.pvmanager.expression.SourceRateReadWriteExpressionImpl
 
createWriteBuffer() - Method in interface org.epics.pvmanager.expression.WriteExpression
The buffer that will contain the data to write.
createWriteBuffer() - Method in class org.epics.pvmanager.expression.WriteExpressionImpl
Creates a data recipe for the given expression.
CSSApplicationsPreferencePage - Class in org.csstudio.ui.preferences
Parent page for 'application' preference pages
CSSApplicationsPreferencePage() - Constructor for class org.csstudio.ui.preferences.CSSApplicationsPreferencePage
 
CSSPlatformPreferencePage - Class in org.csstudio.ui.preferences
Parent page for 'core' preference pages
CSSPlatformPreferencePage() - Constructor for class org.csstudio.ui.preferences.CSSPlatformPreferencePage
 
CSSStartupExtensionPoint - Interface in org.csstudio.startup.module
CSSExtensionPoint is the default interface of the extension points to be used by the CSS startup plug-in.
CustomMediaFactory - Class in org.csstudio.ui.util
A factory, which provides convinience methods for the creation of Images and Fonts.

D

DataRecipe - Class in org.epics.pvmanager
Represents all the information necessary to connect to a DataSource.
DataRecipe() - Constructor for class org.epics.pvmanager.DataRecipe
Creates an empty data recipe.
DataRecipe(ExceptionHandler) - Constructor for class org.epics.pvmanager.DataRecipe
 
DataRecipeBuilder - Class in org.epics.pvmanager
Builder class for DataRecipe.
DataRecipeBuilder() - Constructor for class org.epics.pvmanager.DataRecipeBuilder
New builder.
DataSource - Class in org.epics.pvmanager
A source for data that is going to be processed by the PVManager.
DataSource(boolean) - Constructor for class org.epics.pvmanager.DataSource
Creates a new data source.
DataSourceTypeAdapter<ConnectionPayload,MessagePayload> - Interface in org.epics.pvmanager
Matches and fills a cache with the data from connection and message payloads.
DataSourceTypeAdapterSet - Interface in org.epics.pvmanager
A set of type adapters.
DataSourceTypeSupport - Class in org.epics.pvmanager
The type support for a datasource.
DataSourceTypeSupport() - Constructor for class org.epics.pvmanager.DataSourceTypeSupport
 
DataTypeSupport - Class in org.epics.pvmanager.data
Adds support for control system standard types defined in this package.
DATE_FORMAT - Static variable in interface org.csstudio.logging.JMSLogMessage
Date format for JMS time info
decorateImage(Image, Image) - Static method in class org.eclipse.wb.swt.ResourceManager
Returns an Image composed of a base image decorated by another image.
decorateImage(Image, Image, int) - Static method in class org.eclipse.wb.swt.ResourceManager
Returns an Image composed of a base image decorated by another image.
decorateImage(Image, Image) - Static method in class org.eclipse.wb.swt.SWTResourceManager
Returns an Image composed of a base image decorated by another image.
decorateImage(Image, Image, int) - Static method in class org.eclipse.wb.swt.SWTResourceManager
Returns an Image composed of a base image decorated by another image.
DEFAULT_TOPIC - Static variable in interface org.csstudio.logging.JMSLogMessage
Default name of the JMS Queue used for log messages.
DEFAULT_TYPE - Static variable in class org.csstudio.utility.pv.Preferences
Preference ID of the default PV type
DEFAULT_TYPE_KEY - Static variable in class org.csstudio.utility.pvmanager.ConfigurationHelper
Preference ID of the default PV type
DEFAULT_TYPE_QUALIFIER - Static variable in class org.csstudio.utility.pvmanager.ConfigurationHelper
 
defaultDataSourceName() - Static method in class org.csstudio.utility.pvmanager.ConfigurationHelper
 
DefaultProject - Class in org.csstudio.startup.module.defaults
DefaultProject opens and closes the application's default project.
DefaultProject() - Constructor for class org.csstudio.startup.module.defaults.DefaultProject
 
DefaultProjectName - Static variable in class org.csstudio.startup.module.defaults.Messages
 
defaults() - Static method in class org.epics.pvmanager.extra.WaterfallPlotParameters
Defaults parameters for the waterfall plot.
DesiredRateExpression<R> - Interface in org.epics.pvmanager.expression
An expression to read at the desired rate.
DesiredRateExpressionImpl<R> - Class in org.epics.pvmanager.expression
Implementation class for DesiredRateExpression.
DesiredRateExpressionImpl(SourceRateExpression<?>, Function<R>, String) - Constructor for class org.epics.pvmanager.expression.DesiredRateExpressionImpl
Creates a new expression at the desired rate.
DesiredRateExpressionImpl(DesiredRateExpressionList<?>, Function<R>, String) - Constructor for class org.epics.pvmanager.expression.DesiredRateExpressionImpl
Creates a new aggregated expression.
DesiredRateExpressionList<R> - Interface in org.epics.pvmanager.expression
A list of expressions to read at the desired rate.
DesiredRateExpressionListImpl<R> - Class in org.epics.pvmanager.expression
Implementation class for DesiredRateExpressionList.
DesiredRateExpressionListImpl() - Constructor for class org.epics.pvmanager.expression.DesiredRateExpressionListImpl
Creates a new empty expression list.
DesiredRateReadWriteExpression<R,W> - Interface in org.epics.pvmanager.expression
An expression to write and to read at the desired rate.
DesiredRateReadWriteExpressionImpl<R,W> - Class in org.epics.pvmanager.expression
Implementation class for DesiredRateReadWriteExpression.
DesiredRateReadWriteExpressionImpl(DesiredRateExpression<R>, WriteExpression<W>) - Constructor for class org.epics.pvmanager.expression.DesiredRateReadWriteExpressionImpl
Creates an expression that can be both read at the desired rate and written.
DesiredRateReadWriteExpressionList<R,W> - Interface in org.epics.pvmanager.expression
An list of expressions to write and to read at the desired rate.
DesiredRateReadWriteExpressionListImpl<R,W> - Class in org.epics.pvmanager.expression
Implementation class for DesiredRateReadWriteExpressionList.
DesiredRateReadWriteExpressionListImpl() - Constructor for class org.epics.pvmanager.expression.DesiredRateReadWriteExpressionListImpl
 
DETAIL - Static variable in class org.csstudio.logging.Preferences
 
Device - Class in org.csstudio.csdata
Control System Device Name Allows Drag-and-Drop to transfer device names, can be used for context menu object contributions.
Device(String) - Constructor for class org.csstudio.csdata.Device
Initialize
dfa12 - Variable in class org.epics.pvmanager.formula.FormulaLexer
 
dfa19 - Variable in class org.epics.pvmanager.formula.FormulaLexer
 
dfa2 - Variable in class org.epics.pvmanager.formula.FormulaLexer
 
disconnect(DataRecipe) - Method in class org.epics.pvmanager.CompositeDataSource
 
disconnect(DataRecipe) - Method in class org.epics.pvmanager.DataSource
Disconnects the set of channels given by the recipe.
disconnect() - Method in class org.epics.pvmanager.MultiplexedChannelHandler
Used by the handler to close the connection.
Display - Interface in org.epics.pvmanager.data
Limit and unit information needed for display and control.
DisplayBuilder - Class in org.epics.pvmanager.data
Allows to build a Display object which can then be re-used to generate values with the same metadata.
displayNone() - Static method in class org.epics.pvmanager.data.ValueFactory
Empty display information.
displayOf(Object) - Static method in class org.epics.pvmanager.data.ValueUtil
Extracts the display information if present.
dispose() - Method in class org.csstudio.platform.utility.rdb.CachingStringIDHelper
 
dispose() - Method in class org.csstudio.platform.utility.rdb.StringIDHelper
Must be called for cleanup when no longer needed
dispose() - Static method in class org.eclipse.wb.swt.ResourceManager
Dispose of cached objects and their underlying OS resources.
dispose() - Static method in class org.eclipse.wb.swt.SWTResourceManager
Dispose of cached objects and their underlying OS resources.
disposeColors() - Static method in class org.eclipse.wb.swt.SWTResourceManager
Dispose of all the cached Color's.
disposeCursors() - Static method in class org.eclipse.wb.swt.SWTResourceManager
Dispose all of the cached cursors.
disposeFonts() - Static method in class org.eclipse.wb.swt.SWTResourceManager
Dispose all of the cached Font's.
disposeImages() - Static method in class org.eclipse.wb.swt.ResourceManager
Dispose all of the cached images.
disposeImages() - Static method in class org.eclipse.wb.swt.SWTResourceManager
Dispose all of the cached Image's.
divideBy(int) - Method in class org.epics.pvmanager.util.TimeDuration
Deprecated. Returns a new duration which is smaller by the given factor.
do_connect(String, String, String) - Method in class org.csstudio.platform.utility.rdb.RDBUtil
Derived class must implement to create the database connection.
doFillIntoGrid(Composite, int) - Method in class org.csstudio.logging.ui.LabelFieldEditor
doLoad() - Method in class org.csstudio.logging.ui.LabelFieldEditor
Do not perform any preference access
doLoadDefault() - Method in class org.csstudio.logging.ui.LabelFieldEditor
Do not perform any preference access
doStore() - Method in class org.csstudio.logging.ui.LabelFieldEditor
Do not perform any preference access
DoubleArrayTimeCache - Interface in org.epics.pvmanager.extra
 
DoubleArrayTimeCache.Data - Interface in org.epics.pvmanager.extra
 
DoubleArrayTimeCacheFromVDoubleArray - Class in org.epics.pvmanager.extra
 
DoubleArrayTimeCacheFromVDoubleArray(Function<List<VDoubleArray>>) - Constructor for class org.epics.pvmanager.extra.DoubleArrayTimeCacheFromVDoubleArray
 
DoubleArrayTimeCacheFromVDoubleArray.Data - Class in org.epics.pvmanager.extra
 
DoubleArrayTimeCacheFromVDoubles - Class in org.epics.pvmanager.extra
 
DoubleArrayTimeCacheFromVDoubles(List<Function<List<VDouble>>>) - Constructor for class org.epics.pvmanager.extra.DoubleArrayTimeCacheFromVDoubles
 
DoubleArrayTimeCacheFromVDoubles.Data - Class in org.epics.pvmanager.extra
 
durationFrom(TimeStamp) - Method in class org.epics.pvmanager.util.TimeStamp
Deprecated. Calculates the time passed from the reference to this timeStamp.
durationOf(org.epics.util.time.TimeDuration) - Static method in class org.epics.pvmanager.util.TimeDuration
Deprecated.  
DynamicGroup - Class in org.epics.pvmanager.extra
A expression that returns the result of a dynamically managed group.
DynamicGroup() - Constructor for class org.epics.pvmanager.extra.DynamicGroup
Creates a new group.

E

Enum - Interface in org.epics.pvmanager.data
Metadata for enumerations.
EOF - Static variable in class org.epics.pvmanager.formula.FormulaLexer
 
EOF - Static variable in class org.epics.pvmanager.formula.FormulaParser
 
EpicsPlugin - Class in org.csstudio.platform.libs.epics
The main plugin class to be used in the desktop.
EpicsPlugin() - Constructor for class org.csstudio.platform.libs.epics.EpicsPlugin
The constructor.
EpicsPlugin.MonitorMask - Enum in org.csstudio.platform.libs.epics
How should subscriptions be established?
equals(Object) - Method in class org.csstudio.csdata.Device
Check equality by name
equals(Object) - Method in class org.csstudio.csdata.ProcessVariable
Check equality by name
equals(Object) - Method in class org.epics.pvmanager.ChannelHandlerReadSubscription
 
equals(Object) - Method in class org.epics.pvmanager.ChannelRecipe
 
equals(Object) - Method in class org.epics.pvmanager.util.TimeDuration
Deprecated.  
equals(Object) - Method in class org.epics.pvmanager.util.TimeStamp
Deprecated.  
equalsOrBothNull(Object, Object) - Static method in class org.epics.pvmanager.util.NullUtils
Returns true if both objects are null or they are equal.
Error - Static variable in class org.csstudio.startup.module.defaults.Messages
 
ErrorBar - Class in org.csstudio.ui.util.widgets
An error bar to display an exception message and the details in a pop-up.
ErrorBar(Composite, int) - Constructor for class org.csstudio.ui.util.widgets.ErrorBar
Create a new error bar.
errorExecutingExtensionPoint(String, Throwable) - Method in class org.csstudio.startup.application.Application
This is a utility method which logs the error that happens during the execution of one of the extension points.
ERROROCCURED - Static variable in class org.csstudio.ui.util.ResourceUtil
Result identifier: An error occured.
ESC_SEQ - Static variable in class org.epics.pvmanager.formula.FormulaLexer
 
ESC_SEQ - Static variable in class org.epics.pvmanager.formula.FormulaParser
 
every(TimeDuration) - Method in class org.epics.pvmanager.PVReaderConfiguration
Deprecated. 
ExceptionDetailsErrorDialog - Class in org.csstudio.ui.util.dialogs
A dialog to display one or more errors to the user, as contained in an IStatus object.
ExceptionDetailsErrorDialog(Shell, String, String, IStatus, int) - Constructor for class org.csstudio.ui.util.dialogs.ExceptionDetailsErrorDialog
Creates an error dialog.
ExceptionDetailsErrorDialogTest - Class in org.csstudio.ui.util.dialogs
 
ExceptionDetailsErrorDialogTest() - Constructor for class org.csstudio.ui.util.dialogs.ExceptionDetailsErrorDialogTest
 
ExceptionHandler - Class in org.epics.pvmanager
This class receives all the exceptions generated by a PV.
ExceptionHandler() - Constructor for class org.epics.pvmanager.ExceptionHandler
 
execute(ExecutionEvent) - Method in class org.csstudio.ui.util.AbstractAdaptedHandler
 
execute(List<T>, ExecutionEvent) - Method in class org.csstudio.ui.util.AbstractAdaptedHandler
Implements the command.
executeWithHighPriority(Runnable) - Method in class org.csstudio.java.thread.ExecutionService
Executes the specified runnable with high priority.
executeWithLowPriority(Runnable) - Method in class org.csstudio.java.thread.ExecutionService
Executes the specified runnable with normal priority.
executeWithNormalPriority(Runnable) - Method in class org.csstudio.java.thread.ExecutionService
Executes the specified runnable with normal priority.
ExecutionService - Class in org.csstudio.java.thread
Service for the execution of asynchronous tasks using thread pools.
Executors - Class in org.epics.pvmanager.util
Factory and utility methods to for the Executor framework.
Executors() - Constructor for class org.epics.pvmanager.util.Executors
 
exists() - Method in class org.csstudio.ui.util.NoResourceEditorInput
 
EXIT_CODE - Static variable in interface org.csstudio.startup.module.StartupParametersExtPoint
The tag which defines the exit code.
EXPONENT - Static variable in class org.epics.pvmanager.formula.FormulaLexer
 
EXPONENT - Static variable in class org.epics.pvmanager.formula.FormulaParser
 
expression() - Method in class org.epics.pvmanager.formula.FormulaParser
 
ExpressionLanguage - Class in org.epics.pvmanager.data
PVManager expression language support for EPICS types.
ExpressionLanguage - Class in org.epics.pvmanager
Operators to constructs expression of PVs that the PVManager will be able to monitor.
ExpressionLanguage - Class in org.epics.pvmanager.extra
PVManager expression language support for additional operations.
ExpressionLanguage - Class in org.epics.pvmanager.formula
 
ExpressionLanguage.Filter<T> - Class in org.epics.pvmanager
Filters a data stream, removing updates that match the given function.
ExpressionLanguage.Filter(Class<T>) - Constructor for class org.epics.pvmanager.ExpressionLanguage.Filter
Creates a filter which looks for and cases data objects of the given class.
ExpressionLanguage.Filter(Class<T>, boolean) - Constructor for class org.epics.pvmanager.ExpressionLanguage.Filter
Creates a filter which looks for and cases data objects of the given class.
ExpressionLanguage.OneArgFunction<R,A> - Interface in org.epics.pvmanager
A user provided single argument function.
ExpressionLanguage.TwoArgFunction<R,A1,A2> - Interface in org.epics.pvmanager
A user provided double argument function.
Expressions - Class in org.epics.pvmanager.expression
Utility class for expressions.
Expressions() - Constructor for class org.epics.pvmanager.expression.Expressions
 
extractTimestamp(T) - Method in class org.epics.pvmanager.TimeSupport
Deprecated. Extracts the time information from the given object.

F

FILE_BYTES - Static variable in class org.csstudio.logging.Preferences
 
FILE_COUNT - Static variable in class org.csstudio.logging.Preferences
 
FILE_LEVEL - Static variable in class org.csstudio.logging.Preferences
 
FILE_PATTERN - Static variable in class org.csstudio.logging.Preferences
 
FileCount - Static variable in class org.csstudio.logging.ui.Messages
 
FileLevel - Static variable in class org.csstudio.logging.ui.Messages
 
FileLogSettings - Static variable in class org.csstudio.logging.ui.Messages
 
FilePathPattern - Static variable in class org.csstudio.logging.ui.Messages
 
FileSize - Static variable in class org.csstudio.logging.ui.Messages
 
filter(T, T) - Method in class org.epics.pvmanager.ExpressionLanguage.Filter
Determines whether the new value should be filtered or not.
filterBy(ExpressionLanguage.Filter<?>, DesiredRateExpression<List<T>>) - Static method in class org.epics.pvmanager.ExpressionLanguage
Filters a stream of updates with the given filter.
find(int) - Method in class org.csstudio.platform.utility.rdb.CachingStringIDHelper
 
find(String) - Method in class org.csstudio.platform.utility.rdb.CachingStringIDHelper
 
find(String) - Method in class org.csstudio.platform.utility.rdb.StringIDHelper
Locate StringID by name
find(int) - Method in class org.csstudio.platform.utility.rdb.StringIDHelper
Locate StringID by ID
find(Collection<T>, ValueCache<?>, C) - Method in class org.epics.pvmanager.DataSourceTypeSupport
Given a collection of type datapters, finds the one that can store data in the cache given the channel information described in the connection payload.
find(ValueCache<?>, Channel) - Method in class org.epics.pvmanager.jca.JCATypeSupport
Returns a matching type adapter for the given cache and channel.
findTypeAdapter(ValueCache<?>, ConnectionPayload) - Method in class org.epics.pvmanager.MultiplexedChannelHandler
Finds the right adapter to use for the particular cache given the information of the channels in the connection payload.
findTypeSupportFor(Class<? extends TypeSupport>, Class<T>) - Static method in class org.epics.pvmanager.TypeSupport
Calculates and caches the type support for a particular class, so that introspection does not occur at every call.
findView(Class<T>, String) - Static method in class org.csstudio.ui.util.AbstractAdaptedHandler
Searches for the view of the given class with the given view id.
FLOAT - Static variable in class org.epics.pvmanager.formula.FormulaLexer
 
FLOAT - Static variable in class org.epics.pvmanager.formula.FormulaParser
 
flush() - Method in class org.csstudio.logging.JMSLogHandler
flush() - Method in class org.csstudio.logging.ui.ConsoleViewHandler
FOLDEREXISTS - Static variable in class org.csstudio.ui.util.ResourceUtil
Result identifier: Folder exists.
FOLLOW_15_in_multiplicativeExpression239 - Static variable in class org.epics.pvmanager.formula.FormulaParser
 
FOLLOW_16_in_parExpression344 - Static variable in class org.epics.pvmanager.formula.FormulaParser
 
FOLLOW_17_in_parExpression348 - Static variable in class org.epics.pvmanager.formula.FormulaParser
 
FOLLOW_18_in_multiplicativeExpression199 - Static variable in class org.epics.pvmanager.formula.FormulaParser
 
FOLLOW_19_in_additiveExpression121 - Static variable in class org.epics.pvmanager.formula.FormulaParser
 
FOLLOW_20_in_additiveExpression141 - Static variable in class org.epics.pvmanager.formula.FormulaParser
 
FOLLOW_21_in_multiplicativeExpression219 - Static variable in class org.epics.pvmanager.formula.FormulaParser
 
FOLLOW_additiveExpression_in_expression78 - Static variable in class org.epics.pvmanager.formula.FormulaParser
 
FOLLOW_EOF_in_formula53 - Static variable in class org.epics.pvmanager.formula.FormulaParser
 
FOLLOW_expression_in_formula51 - Static variable in class org.epics.pvmanager.formula.FormulaParser
 
FOLLOW_expression_in_parExpression346 - Static variable in class org.epics.pvmanager.formula.FormulaParser
 
FOLLOW_FLOAT_in_numericLiteral422 - Static variable in class org.epics.pvmanager.formula.FormulaParser
 
FOLLOW_ID_in_pv373 - Static variable in class org.epics.pvmanager.formula.FormulaParser
 
FOLLOW_INT_in_numericLiteral410 - Static variable in class org.epics.pvmanager.formula.FormulaParser
 
FOLLOW_multiplicativeExpression_in_additiveExpression105 - Static variable in class org.epics.pvmanager.formula.FormulaParser
 
FOLLOW_multiplicativeExpression_in_additiveExpression125 - Static variable in class org.epics.pvmanager.formula.FormulaParser
 
FOLLOW_multiplicativeExpression_in_additiveExpression145 - Static variable in class org.epics.pvmanager.formula.FormulaParser
 
FOLLOW_numericLiteral_in_primary307 - Static variable in class org.epics.pvmanager.formula.FormulaParser
 
FOLLOW_parExpression_in_primary283 - Static variable in class org.epics.pvmanager.formula.FormulaParser
 
FOLLOW_primary_in_multiplicativeExpression183 - Static variable in class org.epics.pvmanager.formula.FormulaParser
 
FOLLOW_primary_in_multiplicativeExpression203 - Static variable in class org.epics.pvmanager.formula.FormulaParser
 
FOLLOW_primary_in_multiplicativeExpression223 - Static variable in class org.epics.pvmanager.formula.FormulaParser
 
FOLLOW_primary_in_multiplicativeExpression243 - Static variable in class org.epics.pvmanager.formula.FormulaParser
 
FOLLOW_pv_in_primary295 - Static variable in class org.epics.pvmanager.formula.FormulaParser
 
FOLLOW_QUOTED_ID_in_pv385 - Static variable in class org.epics.pvmanager.formula.FormulaParser
 
FOLLOW_STRING_in_stringLiteral445 - Static variable in class org.epics.pvmanager.formula.FormulaParser
 
FOLLOW_stringLiteral_in_primary319 - Static variable in class org.epics.pvmanager.formula.FormulaParser
 
FONT_ARIAL - Static variable in class org.csstudio.ui.util.CustomMediaFactory
the font for Arial in height of 9
FONT_TAHOMA - Static variable in class org.csstudio.ui.util.CustomMediaFactory
the font for Tahoma in height of 9
format(ITimestamp.Format) - Method in interface org.csstudio.data.values.ITimestamp
Format time according to the FMT_...
format(IValue.Format, int) - Method in interface org.csstudio.data.values.IValue
Format the value as a string.
format() - Method in interface org.csstudio.data.values.IValue
Format the value via the Default format.
format(LogRecord) - Method in class org.csstudio.logging.LogFormatter
Thread-save format
format(NumberFormat) - Method in class org.epics.pvmanager.data.DisplayBuilder
 
format(Scalar, StringBuffer, FieldPosition) - Method in class org.epics.pvmanager.data.SimpleValueFormat
 
format(Array<?>, StringBuffer, FieldPosition) - Method in class org.epics.pvmanager.data.SimpleValueFormat
 
format(Object, StringBuffer, FieldPosition) - Method in class org.epics.pvmanager.data.ValueFormat
Formats the given data object.
format(Scalar) - Method in class org.epics.pvmanager.data.ValueFormat
Formats an scalar.
format(Array<?>) - Method in class org.epics.pvmanager.data.ValueFormat
Formats an array.
format(Scalar, StringBuffer, FieldPosition) - Method in class org.epics.pvmanager.data.ValueFormat
Formats a scalar.
format(Array<?>, StringBuffer, FieldPosition) - Method in class org.epics.pvmanager.data.ValueFormat
Formats an array.
format(int) - Static method in class org.epics.pvmanager.util.NumberFormats
Returns a number format that formats a number with the given number of precision digits.
format(Object, StringBuffer, FieldPosition) - Method in class org.epics.pvmanager.util.TimeStampFormat
Deprecated.  
format(TimeStamp) - Method in class org.epics.pvmanager.util.TimeStampFormat
Deprecated. Formats the given TimeStamp.
formatMessage(ValueCache<?>, Object, int, List<? extends DataSourceTypeAdapter<?, ?>>) - Method in class org.epics.pvmanager.DataSourceTypeSupport
Formats the error message in case of not unique match.
formatValueAndSeverity(IValue) - Static method in class org.csstudio.data.values.ValueUtil
 
formula(String) - Static method in class org.epics.pvmanager.formula.ExpressionLanguage
 
formula() - Method in class org.epics.pvmanager.formula.FormulaParser
 
FormulaLexer - Class in org.epics.pvmanager.formula
 
FormulaLexer() - Constructor for class org.epics.pvmanager.formula.FormulaLexer
 
FormulaLexer(CharStream) - Constructor for class org.epics.pvmanager.formula.FormulaLexer
 
FormulaLexer(CharStream, RecognizerSharedState) - Constructor for class org.epics.pvmanager.formula.FormulaLexer
 
FormulaParser - Class in org.epics.pvmanager.formula
 
FormulaParser(TokenStream) - Constructor for class org.epics.pvmanager.formula.FormulaParser
 
FormulaParser(TokenStream, RecognizerSharedState) - Constructor for class org.epics.pvmanager.formula.FormulaParser
 
from(DataSource) - Method in class org.epics.pvmanager.PVConfiguration
 
from(DataSource) - Method in class org.epics.pvmanager.PVReaderConfiguration
 
from(DataSource) - Method in class org.epics.pvmanager.PVWriterConfiguration
 
fromCalendar(Calendar) - Static method in class org.csstudio.data.values.TimestampFactory
Create a time stamp for the given Calendar.
fromDouble(double) - Static method in class org.csstudio.data.values.TimestampFactory
Creates a time stamp based on the specified seconds.
fromMillisecs(long) - Static method in class org.csstudio.data.values.TimestampFactory
Create a time stamp for the given milliseconds since the epoch.
fromOrdinal(int) - Static method in enum org.csstudio.data.values.ITimestamp.Format
Obtain ITimestamp.Format for given ordinal.
fromSQLTimestamp(Timestamp) - Static method in class org.csstudio.data.values.TimestampFactory
Convert SQL Timestamp into CSS Timestamp.
Function<R> - Class in org.epics.pvmanager
A basic building block in the PVManager framework that can return a result of a given type.
Function() - Constructor for class org.epics.pvmanager.Function
 
FunctionParser - Class in org.epics.pvmanager.util
Utility class to parse variable names and create simulated signals.
FunctionParser() - Constructor for class org.epics.pvmanager.util.FunctionParser
 
functionsOf(DesiredRateExpressionList<?>) - Static method in class org.epics.pvmanager.expression.Expressions
Extract the list of functions from an expression list.

G

Gaussian - Class in org.epics.pvmanager.sim
Function to simulate a signal that has a gaussian distribution.
Gaussian() - Constructor for class org.epics.pvmanager.sim.Gaussian
Creates a signal with a normal distribution (average zero and standard deviation one), updating every 100ms (10Hz).
Gaussian(Double, Double, Double) - Constructor for class org.epics.pvmanager.sim.Gaussian
Creates a signal with a gaussian distribution, updating at the rate specified.
gaussian(double, double, double) - Static method in class org.epics.pvmanager.sim.GaussianWaveform
1D gaussian, centered on centerX and with the specified width.
GaussianWaveform - Class in org.epics.pvmanager.sim
Function to simulate a waveform containing a gaussian that moves to the right.
GaussianWaveform() - Constructor for class org.epics.pvmanager.sim.GaussianWaveform
Creates a gaussian waveform with a normal distribution (average zero and standard deviation one), updating every 100ms (10Hz).
GaussianWaveform(Double, Double, Double) - Constructor for class org.epics.pvmanager.sim.GaussianWaveform
Creates a gaussian waveform signal with a gaussian distribution, updating at the rate specified.
getAdaptableTypes(Class<?>) - Static method in class org.csstudio.ui.util.AdapterUtil
Returns all class names that an object of that class can be converted to.
getAdapter(Class) - Method in class org.csstudio.ui.util.NoResourceEditorInput
Do NOT adapt to IResource
getAdapters() - Method in interface org.epics.pvmanager.DataSourceTypeAdapterSet
Returns a collation of adapters.
getAdapters() - Method in interface org.epics.pvmanager.jca.JCATypeAdapterSet
 
getAdapters() - Method in class org.epics.pvmanager.jca.JCAVTypeAdapterSet
 
getAlarmHigh() - Method in interface org.csstudio.data.values.INumericMetaData
 
getAlarmLow() - Method in interface org.csstudio.data.values.INumericMetaData
 
getAlarmSeverity() - Method in interface org.epics.pvmanager.data.Alarm
Returns the alarm severity, which describes the quality of the value returned.
getAlarmStatus() - Method in interface org.epics.pvmanager.data.Alarm
Returns the alarm status of the highest currently active alarm.
getArray() - Method in interface org.epics.pvmanager.data.Array
 
getArray() - Method in interface org.epics.pvmanager.data.VByteArray
getArray() - Method in interface org.epics.pvmanager.data.VDoubleArray
getArray() - Method in interface org.epics.pvmanager.data.VEnumArray
 
getArray() - Method in interface org.epics.pvmanager.data.VFloatArray
 
getArray() - Method in interface org.epics.pvmanager.data.VIntArray
 
getArray() - Method in interface org.epics.pvmanager.data.VShortArray
 
getArray() - Method in interface org.epics.pvmanager.data.VStringArray
 
getArray(int) - Method in interface org.epics.pvmanager.extra.DoubleArrayTimeCache.Data
 
getArray(int) - Method in class org.epics.pvmanager.extra.DoubleArrayTimeCacheFromVDoubleArray.Data
 
getArray(int) - Method in class org.epics.pvmanager.extra.DoubleArrayTimeCacheFromVDoubles.Data
 
getAsyncWriteExecutor() - Static method in class org.epics.pvmanager.PVManager
Returns the current executor on which the asynchronous calls are executed.
getAverage() - Method in interface org.epics.pvmanager.data.Statistics
The average.
getBegin() - Method in interface org.epics.pvmanager.extra.DoubleArrayTimeCache.Data
 
getBegin() - Method in class org.epics.pvmanager.extra.DoubleArrayTimeCacheFromVDoubleArray.Data
 
getBegin() - Method in class org.epics.pvmanager.extra.DoubleArrayTimeCacheFromVDoubles.Data
 
getBoldFont(Font) - Static method in class org.eclipse.wb.swt.SWTResourceManager
Returns a bold version of the given Font.
getCache() - Method in class org.epics.pvmanager.ChannelHandlerReadSubscription
The cache to update when a new value is available.
getChannelName() - Method in class org.epics.pvmanager.ChannelHandler
Returns the name of the channel.
getChannelName() - Method in class org.epics.pvmanager.ChannelRecipe
 
getChannelName() - Method in class org.epics.pvmanager.WriteCache
The channel associated to this cache
getChannelRecipes() - Method in class org.epics.pvmanager.DataRecipe
 
getChannels() - Method in class org.epics.pvmanager.CompositeDataSource
 
getChannels() - Method in class org.epics.pvmanager.DataSource
Returns the channel handlers for this data source.
getChannelsPerCollectors() - Method in class org.epics.pvmanager.DataRecipe
Returns all channels that need to be connected, organized by the collector that needs them.
getClassName() - Method in class org.csstudio.ui.util.dnd.SerializableItemTransfer
 
getCollector() - Method in class org.epics.pvmanager.ChannelHandlerReadSubscription
The collector to lock and notify when a new value is available.
getColor(int, int, int) - Method in class org.csstudio.ui.util.CustomMediaFactory
Create the Color for the given color information.
getColor(RGB) - Method in class org.csstudio.ui.util.CustomMediaFactory
Create the Color for the given RGB.
getColor(int) - Static method in class org.eclipse.wb.swt.SWTResourceManager
Returns the system Color matching the specific ID.
getColor(int, int, int) - Static method in class org.eclipse.wb.swt.SWTResourceManager
Returns a Color given its red, green and blue component values.
getColor(RGB) - Static method in class org.eclipse.wb.swt.SWTResourceManager
Returns a Color given its RGB value.
getColorScheme() - Method in class org.epics.pvmanager.extra.WaterfallPlotParameters
Color scheme used for the plot.
getColumnArray(int) - Method in interface org.epics.pvmanager.data.VTable
The data for the given column.
getColumnCount() - Method in interface org.epics.pvmanager.data.VTable
The number of columns in the table.
getColumnName(int) - Method in interface org.epics.pvmanager.data.VTable
The name of the given column.
getColumnType(int) - Method in interface org.epics.pvmanager.data.VTable
The type of the elements in the column.
getComponentType(String) - Static method in class org.csstudio.ui.util.ReflectUtil
Analogous to Class.getComponentType().
getConditions() - Method in interface org.epics.pvmanager.data.VExtendedAlarm
All the possible alarm conditions for the device, and whether they are on or off.
getConnCache() - Method in class org.epics.pvmanager.ChannelHandlerReadSubscription
The cache to update whenever the connection state changes.
getConnCollector() - Method in class org.epics.pvmanager.ChannelHandlerReadSubscription
The collector to lock and notify whenever the connection state changes.
getConnection() - Method in class org.csstudio.platform.utility.rdb.RDBUtil
Get the JDBC connection.
getConnectionCaches() - Method in class org.epics.pvmanager.DataRecipe
 
getConnectionCollector() - Method in class org.epics.pvmanager.DataRecipe
 
getConnectionPayload() - Method in class org.epics.pvmanager.MultiplexedChannelHandler
The last processes connection payload.
getConnectionTestQuery() - Method in class org.csstudio.platform.utility.rdb.RDBUtil
Derived classes must implement this to provide a statement that's suitable for testing the connection state.
getConsoleLevel() - Static method in class org.csstudio.logging.Preferences
 
getContainerFullPath() - Method in class org.csstudio.ui.util.composites.ResourceAndContainerGroup
Returns the path of the currently selected container or null if no container has been selected.
getContainerFullPath() - Method in class org.csstudio.ui.util.wizards.WizardNewFileCreationPage
Returns the current full path of the containing resource as entered or selected by the user, or its anticipated initial value.
getContext() - Method in class org.csstudio.ui.util.Activator
 
getContext() - Method in class org.epics.pvmanager.jca.JCADataSource
The context used by the data source.
getCursor(int) - Static method in class org.eclipse.wb.swt.SWTResourceManager
Returns the system cursor matching the specific ID.
getData() - Method in interface org.epics.pvmanager.data.VByteArray
getData() - Method in interface org.epics.pvmanager.data.VDoubleArray
getData() - Method in interface org.epics.pvmanager.data.VFloatArray
 
getData() - Method in interface org.epics.pvmanager.data.VImage
Image buffer;
getData() - Method in interface org.epics.pvmanager.data.VIntArray
 
getData() - Method in interface org.epics.pvmanager.data.VNumberArray
 
getData() - Method in interface org.epics.pvmanager.data.VShortArray
 
getData(Timestamp, Timestamp) - Method in interface org.epics.pvmanager.extra.DoubleArrayTimeCache
 
getData(Timestamp, Timestamp) - Method in class org.epics.pvmanager.extra.DoubleArrayTimeCacheFromVDoubleArray
 
getData(Timestamp, Timestamp) - Method in class org.epics.pvmanager.extra.DoubleArrayTimeCacheFromVDoubles
 
getDataRecipe() - Method in interface org.epics.pvmanager.expression.DesiredRateExpression
The recipe for connect the channels for this expression.
getDataRecipe() - Method in class org.epics.pvmanager.expression.DesiredRateExpressionImpl
The recipe for connect the channels for this expression.
getDataRecipe() - Method in class org.epics.pvmanager.expression.DesiredRateReadWriteExpressionImpl
 
getDataSources() - Method in class org.epics.pvmanager.CompositeDataSource
Returns the data sources registered to this composite data source.
getDefault() - Static method in class org.csstudio.platform.libs.epics.EpicsPlugin
 
getDefault() - Static method in class org.csstudio.ui.util.Activator
 
getDefaultDataSource() - Method in class org.epics.pvmanager.CompositeDataSource
Returns which data source is used if no data source is specified in the channel name.
getDefaultDataSource() - Static method in class org.epics.pvmanager.PVManager
Returns the current default data source.
getDefaultFont(int) - Method in class org.csstudio.ui.util.CustomMediaFactory
Return the system's default font.
getDefaultNotificationExecutor() - Static method in class org.epics.pvmanager.PVManager
Returns the current default executor that will execute all notifications.
getDefaultType() - Static method in class org.csstudio.utility.pv.Preferences
 
getDelegates() - Method in class org.epics.pvmanager.formula.FormulaLexer
 
getDelegates() - Method in class org.epics.pvmanager.formula.FormulaParser
 
getDelimiter() - Method in class org.epics.pvmanager.CompositeDataSource
Returns the delimeter that divides the data source name from the channel name.
getDesiredRateExpressionImpl() - Method in interface org.epics.pvmanager.expression.DesiredRateExpression
The implementation of this expression.
getDesiredRateExpressionImpl() - Method in class org.epics.pvmanager.expression.DesiredRateExpressionImpl
The implementation for this expression.
getDesiredRateExpressionImpl() - Method in class org.epics.pvmanager.expression.DesiredRateReadWriteExpressionImpl
 
getDesiredRateExpressions() - Method in interface org.epics.pvmanager.expression.DesiredRateExpressionList
The expressions of this list.
getDesiredRateExpressions() - Method in class org.epics.pvmanager.expression.DesiredRateExpressionListImpl
 
getDesiredRateExpressions() - Method in class org.epics.pvmanager.expression.DesiredRateReadWriteExpressionListImpl
 
getDesiredRateReadWriteExpressions() - Method in interface org.epics.pvmanager.expression.DesiredRateReadWriteExpressionList
The expressions of this list.
getDesiredRateReadWriteExpressions() - Method in class org.epics.pvmanager.expression.DesiredRateReadWriteExpressionListImpl
 
getDetail() - Static method in class org.csstudio.logging.Preferences
 
getDialect() - Method in class org.csstudio.platform.utility.rdb.RDBUtil
 
getDisplay() - Method in interface org.epics.pvmanager.extra.DoubleArrayTimeCache
 
getDisplay() - Method in class org.epics.pvmanager.extra.DoubleArrayTimeCacheFromVDoubleArray
 
getDisplay() - Method in class org.epics.pvmanager.extra.DoubleArrayTimeCacheFromVDoubles
 
getDisplayHigh() - Method in interface org.csstudio.data.values.INumericMetaData
 
getDisplayLow() - Method in interface org.csstudio.data.values.INumericMetaData
 
getDistancePerPx() - Method in class org.csstudio.ui.util.widgets.RangeWidget
Distance represented by each pixel (e.g.
getDouble(IValue) - Static method in class org.csstudio.data.values.ValueUtil
Try to get a double number from the Value.
getDouble(IValue, int) - Static method in class org.csstudio.data.values.ValueUtil
Try to get a double-typed array element from the Value.
getDoubleArray(IValue) - Static method in class org.csstudio.data.values.ValueUtil
Try to get a double-typed array from the Value.
getEnd() - Method in interface org.epics.pvmanager.extra.DoubleArrayTimeCache.Data
 
getEnd() - Method in class org.epics.pvmanager.extra.DoubleArrayTimeCacheFromVDoubleArray.Data
 
getEnd() - Method in class org.epics.pvmanager.extra.DoubleArrayTimeCacheFromVDoubles.Data
 
getEnd() - Method in class org.epics.pvmanager.util.TimeInterval
Deprecated. Final value of the interval.
getEntry(String, String) - Method in interface org.eclipse.wb.swt.ResourceManager.PluginResourceProvider
 
getEvent() - Method in class org.epics.pvmanager.jca.JCAMessagePayload
The event returned by the monitor.
getExceptionHandler() - Method in class org.epics.pvmanager.DataRecipe
Returns the exception handler to be used for this PV.
getExtensionPoints(Class<T>, String) - Method in class org.csstudio.startup.application.Application
Gathers the loaded extension points which match the parameter criteria.
getFileBytes() - Static method in class org.csstudio.logging.Preferences
 
getFileCount() - Static method in class org.csstudio.logging.Preferences
 
getFileExtension() - Method in class org.csstudio.ui.util.composites.ResourceAndContainerGroup
Return the file extension.
getFileExtension() - Method in class org.csstudio.ui.util.wizards.WizardNewFileCreationPage
Return the file extension.
getFileLevel() - Static method in class org.csstudio.logging.Preferences
 
getFileName() - Method in class org.csstudio.ui.util.wizards.WizardNewFileCreationPage
Returns the current file name as entered by the user, or its anticipated initial value.
getFilePattern() - Static method in class org.csstudio.logging.Preferences
 
getFont(String, int, int) - Method in class org.csstudio.ui.util.CustomMediaFactory
Create the Font for the given information.
getFont(FontData[]) - Method in class org.csstudio.ui.util.CustomMediaFactory
Create the Font for the given FontData.
getFont(FontData[], int) - Method in class org.csstudio.ui.util.CustomMediaFactory
Create the Font for the given FontData and the given style code.
getFont(FontData) - Method in class org.csstudio.ui.util.CustomMediaFactory
Create the Font for the given FontData and the given style code.
getFont(String, int, int) - Static method in class org.eclipse.wb.swt.SWTResourceManager
Returns a Font based on its name, height and style.
getFont(String, int, int, boolean, boolean) - Static method in class org.eclipse.wb.swt.SWTResourceManager
Returns a Font based on its name, height and style.
getFormat() - Method in interface org.epics.pvmanager.data.Display
Returns a NumberFormat that creates a String with just the value (no units).
getFullPath() - Method in class org.csstudio.ui.util.composites.ResourceSelectionGroup
Returns the currently entered container name.
getFunction() - Method in interface org.epics.pvmanager.expression.DesiredRateExpression
The function that calculates this expression.
getFunction() - Method in class org.epics.pvmanager.expression.DesiredRateExpressionImpl
The function that calculates new values for this expression.
getFunction() - Method in class org.epics.pvmanager.expression.DesiredRateReadWriteExpressionImpl
 
getFunction() - Method in interface org.epics.pvmanager.expression.SourceRateExpression
The function that calculates this expression.
getFunction() - Method in class org.epics.pvmanager.expression.SourceRateExpressionImpl
 
getFunction() - Method in class org.epics.pvmanager.expression.SourceRateReadWriteExpressionImpl
 
getGrammarFileName() - Method in class org.epics.pvmanager.formula.FormulaLexer
 
getGrammarFileName() - Method in class org.epics.pvmanager.formula.FormulaParser
 
getHandler() - Method in class org.epics.pvmanager.ChannelHandlerReadSubscription
The handler to notify whenever an exception is thrown.
getHeight() - Method in interface org.epics.pvmanager.data.VImage
Height of the image in pixels.
getHeight() - Method in class org.epics.pvmanager.extra.WaterfallPlotParameters
The height of the plot in pixels.
getHighPriorityQueueSize() - Method in class org.csstudio.java.thread.ExecutionService
Returns the number of runnables waiting for execution with high priority.
getId() - Method in class org.csstudio.platform.utility.rdb.StringID
 
getImage() - Method in class org.csstudio.ui.util.dialogs.ExceptionDetailsErrorDialog
 
getImage(String, String) - Method in class org.csstudio.ui.util.ImageUtil
Gets an Image for an image resource which is supposed to reside in the plugin with the specified pluginId under the specified path.
getImage(ImageDescriptor) - Static method in class org.eclipse.wb.swt.ResourceManager
Returns an Image based on the specified ImageDescriptor.
getImage(InputStream) - Static method in class org.eclipse.wb.swt.SWTResourceManager
Returns an Image encoded by the specified InputStream.
getImage(String) - Static method in class org.eclipse.wb.swt.SWTResourceManager
Returns an Image stored in the file at the specified path.
getImage(Class<?>, String) - Static method in class org.eclipse.wb.swt.SWTResourceManager
Returns an Image stored in the file at the specified path relative to the specified class.
getImageDescriptor(String) - Static method in class org.csstudio.ui.util.Activator
Obtain image descriptor for image in plugin
getImageDescriptor(String, String) - Method in class org.csstudio.ui.util.ImageUtil
Gets an ImageDescriptor for an image resource which is supposed to reside in the plugin with the specified pluginId under the specified path.
getImageDescriptor() - Method in class org.csstudio.ui.util.NoResourceEditorInput
 
getImageDescriptor(Class<?>, String) - Static method in class org.eclipse.wb.swt.ResourceManager
Returns an ImageDescriptor stored in the file at the specified path relative to the specified class.
getImageDescriptor(String) - Static method in class org.eclipse.wb.swt.ResourceManager
Returns an ImageDescriptor stored in the file at the specified path.
getImageDescriptorFromFile(String) - Method in class org.csstudio.ui.util.ImageUtil
Gets an ImageDescriptor for an image resource which is supposed to reside in the plugin with the specified pluginId under the specified path.
getImageDescriptorFromPlugin(String, String) - Method in class org.csstudio.ui.util.CustomMediaFactory
Load the ImageDescriptor from the given path in the given plugin.
getImageFromPlugin(String, String) - Method in class org.csstudio.ui.util.CustomMediaFactory
Load the Image from the given path in the given plugin.
getImageFromPlugin(Plugin, String, String) - Method in class org.csstudio.ui.util.CustomMediaFactory
Load the Image from the given path in the given plugin.
getIndex() - Method in interface org.epics.pvmanager.data.VEnum
Return the index of the value in the list of labels.
getIndexes() - Method in interface org.epics.pvmanager.data.VEnumArray
Returns the indexes instead of the labels.
getInfo(IValue) - Static method in class org.csstudio.data.values.ValueUtil
Deprecated. Remove. Only used in old Data Browser??
getInitialContents() - Method in class org.csstudio.ui.util.wizards.WizardNewFileCreationPage
Returns a stream containing the initial contents to be given to new file resource instances.
getInitialSize() - Method in class org.csstudio.ui.util.widgets.RangeWidgetTest
Return the initial size of the window.
getInitialSize() - Method in class org.csstudio.ui.util.widgets.StartEndRangeWidgetTest
Return the initial size of the window.
getInstance() - Static method in class org.csstudio.java.thread.ExecutionService
Returns the singleton instance.
getInstance() - Static method in class org.csstudio.ui.util.CustomMediaFactory
Return the shared instance of this class.
getInstance() - Static method in class org.csstudio.ui.util.ImageUtil
Gets the singleton instance.
getInstance() - Static method in class org.csstudio.ui.util.ResourceUtil
Delivers the instance of this class.
getInstance() - Static method in class org.csstudio.ui.util.thread.UIBundlingThread
Gets the singleton instance.
getJMSLevel() - Static method in class org.csstudio.logging.Preferences
 
getJMSTopic() - Static method in class org.csstudio.logging.Preferences
 
getJMSURL() - Static method in class org.csstudio.logging.Preferences
 
getLabels() - Method in interface org.epics.pvmanager.data.Enum
All the possible labels.
getLastMessagePayload() - Method in class org.epics.pvmanager.MultiplexedChannelHandler
The last processed message payload.
getLogger() - Static method in class org.csstudio.platform.utility.rdb.Activator
 
getLowerAlarmLimit() - Method in interface org.epics.pvmanager.data.Display
Lowest value before the alarm region.
getLowerCtrlLimit() - Method in interface org.epics.pvmanager.data.Display
Lowest possible value (included).
getLowerDisplayLimit() - Method in interface org.epics.pvmanager.data.Display
Lowest possible value to be displayed.
getLowerWarningLimit() - Method in interface org.epics.pvmanager.data.Display
Lowest value before the warning region.
getLowPriorityQueueSize() - Method in class org.csstudio.java.thread.ExecutionService
Returns the number of runnables waiting for execution with low priority.
getMarginBottom() - Method in class org.csstudio.ui.util.widgets.ErrorBar
The margin on the bottom of the error bar, if displayed.
getMarginLeft() - Method in class org.csstudio.ui.util.widgets.ErrorBar
The margin on the left of the error bar, if displayed.
getMarginRight() - Method in class org.csstudio.ui.util.widgets.ErrorBar
The margin on the right of the error bar, if displayed.
getMarginTop() - Method in class org.csstudio.ui.util.widgets.ErrorBar
The margin on the top of the error bar, if displayed.
getMask() - Method in enum org.csstudio.platform.libs.epics.EpicsPlugin.MonitorMask
 
getMax() - Method in class org.csstudio.ui.util.widgets.StartEndRangeWidget
 
getMax() - Method in interface org.epics.pvmanager.data.Statistics
The maximum value.
getMaximum() - Method in interface org.csstudio.data.values.IMinMaxDoubleValue
 
getMessage() - Method in interface org.epics.pvmanager.data.VExtendedAlarm
A human readable error message associated to the error(s).
getMetaData() - Method in interface org.csstudio.data.values.IEnumeratedValue
Meta Data that helps with using the value, mostly for formatting.
getMetaData() - Method in interface org.csstudio.data.values.IValue
Meta Data that helps with using the value, mostly for formatting.
getMetadata() - Method in class org.epics.pvmanager.jca.JCAMessagePayload
The data taken with a GET at connection time.
getMin() - Method in class org.csstudio.ui.util.widgets.StartEndRangeWidget
 
getMin() - Method in interface org.epics.pvmanager.data.Statistics
The minimum value.
getMinimum() - Method in interface org.csstudio.data.values.IMinMaxDoubleValue
 
getMonitorMask() - Method in class org.csstudio.platform.libs.epics.EpicsPlugin
 
getMonitorMask() - Method in class org.epics.pvmanager.jca.JCADataSource
The monitor mask used for this data source.
getName() - Method in class org.csstudio.csdata.Device
 
getName() - Method in class org.csstudio.csdata.ProcessVariable
 
getName() - Method in class org.csstudio.platform.utility.rdb.StringID
 
getName() - Method in class org.csstudio.ui.util.NoResourceEditorInput
 
getName() - Method in interface org.csstudio.utility.pv.PV
 
getName() - Method in interface org.epics.pvmanager.data.VExtendedAlarm.Condition
A short name for the alarm condition.
getName() - Method in interface org.epics.pvmanager.expression.DesiredRateExpression
Name of this expression.
getName() - Method in class org.epics.pvmanager.expression.DesiredRateExpressionImpl
The default name for a PV of this expression.
getName() - Method in class org.epics.pvmanager.expression.DesiredRateReadWriteExpressionImpl
 
getName() - Method in interface org.epics.pvmanager.expression.SourceRateExpression
Name of the expression.
getName() - Method in class org.epics.pvmanager.expression.SourceRateExpressionImpl
 
getName() - Method in class org.epics.pvmanager.expression.SourceRateReadWriteExpressionImpl
 
getName() - Method in interface org.epics.pvmanager.expression.WriteExpression
Name of this expression.
getName() - Method in class org.epics.pvmanager.expression.WriteExpressionImpl
Name representation of the expression.
getName() - Method in class org.epics.pvmanager.PV
 
getName() - Method in interface org.epics.pvmanager.PVReader
Returns the name of the PVReader.
getNanoSec() - Method in class org.epics.pvmanager.util.TimeDuration
Deprecated. Duration in nanoseconds.
getNanoSec() - Method in class org.epics.pvmanager.util.TimeStamp
Deprecated. Nanoseconds within the given second.
getNArrays() - Method in interface org.epics.pvmanager.extra.DoubleArrayTimeCache.Data
 
getNArrays() - Method in class org.epics.pvmanager.extra.DoubleArrayTimeCacheFromVDoubleArray.Data
 
getNArrays() - Method in class org.epics.pvmanager.extra.DoubleArrayTimeCacheFromVDoubles.Data
 
getNewFileLabel() - Method in class org.csstudio.ui.util.wizards.WizardNewFileCreationPage
Returns the label to display in the file name specification visual component group.
getNewValue() - Method in class org.epics.pvmanager.Notification
The value to be sent if the notification is needed.
getNormalPriorityQueueSize() - Method in class org.csstudio.java.thread.ExecutionService
Returns the number of runnables waiting for execution with normal priority.
getNSamples() - Method in interface org.epics.pvmanager.data.Statistics
The number of samples.
getNumberFormat() - Method in class org.epics.pvmanager.data.ValueFormat
Returns the NumberFormat used to format the numeric values.
getNumberOfControls() - Method in class org.csstudio.logging.ui.LabelFieldEditor
getOriginEditorInput() - Method in class org.csstudio.ui.util.NoResourceEditorInput
 
getParameters() - Method in class org.epics.pvmanager.extra.Parameters
 
getParameters() - Method in class org.epics.pvmanager.extra.WaterfallPlot
Returns the full set of parameters currently being used.
getPersistable() - Method in class org.csstudio.ui.util.NoResourceEditorInput
 
getPixelDuration() - Method in class org.epics.pvmanager.extra.WaterfallPlotParameters
Time interval for each line.
getPluginImage(Object, String) - Static method in class org.eclipse.wb.swt.ResourceManager
Deprecated. Use ResourceManager.getPluginImage(String, String) instead.
getPluginImage(String, String) - Static method in class org.eclipse.wb.swt.ResourceManager
Returns an Image based on a Bundle and resource entry path.
getPluginImageDescriptor(Object, String) - Static method in class org.eclipse.wb.swt.ResourceManager
Deprecated. Use ResourceManager.getPluginImageDescriptor(String, String) instead.
getPluginImageDescriptor(String, String) - Static method in class org.eclipse.wb.swt.ResourceManager
Returns an ImageDescriptor based on a Bundle and resource entry path.
getPrecedingChannels() - Method in class org.epics.pvmanager.WriteCache
Returns all the channels in the same buffer that should be written before writing the channel for this cache.
getPrecision() - Method in interface org.csstudio.data.values.INumericMetaData
 
getProblemMessage() - Method in class org.csstudio.ui.util.composites.ResourceAndContainerGroup
Returns an error message indicating the current problem with the value of a control in the group, or an empty message if all controls in the group contain valid values.
getProblemType() - Method in class org.csstudio.ui.util.composites.ResourceAndContainerGroup
Returns the type of problem with the value of a control in the group.
getProperties() - Method in class org.epics.pvmanager.ChannelHandler
Returns extra information about the channel, typically useful for debugging.
getQuality() - Method in interface org.csstudio.data.values.IValue
Get the quality of this value.
getRange() - Method in class org.csstudio.ui.util.widgets.StartEndRangeWidget
 
getReadScannerExecutorService() - Static method in class org.epics.pvmanager.PVManager
Returns the executor service used to schedule and run the periodic reading scan for new values.
getReadSubscription() - Method in class org.epics.pvmanager.ChannelRecipe
 
getReadUsageCounter() - Method in class org.epics.pvmanager.ChannelHandler
Returns how many read PVs are open on this channel.
getReadUsageCounter() - Method in class org.epics.pvmanager.MultiplexedChannelHandler
Returns how many read PVs are open on this channel.
getResource() - Method in class org.csstudio.ui.util.composites.ResourceAndContainerGroup
Returns a string that is the path of the currently selected container.
getRowCount() - Method in interface org.epics.pvmanager.data.VTable
The number of rows in the table.
getRowData() - Method in class org.csstudio.ui.util.swt.stringtable.RowEditDialog
 
getScheduledExecutorService() - Method in class org.csstudio.java.thread.ExecutionService
 
getSec() - Method in class org.epics.pvmanager.util.TimeStamp
Deprecated. Unix time; seconds from midnight 1/1/1970.
getSelectedMax() - Method in class org.csstudio.ui.util.widgets.StartEndRangeWidget
 
getSelectedMin() - Method in class org.csstudio.ui.util.widgets.StartEndRangeWidget
 
getSelectedRange() - Method in class org.csstudio.ui.util.widgets.StartEndRangeWidget
 
getSelectedResource() - Method in class org.csstudio.ui.util.dialogs.ResourceSelectionDialog
Returns the path to the selected resource.
getSelection() - Method in class org.csstudio.ui.util.dnd.ControlSystemDragSource
To be implemented by derived class: Provide the control system items that should be 'dragged' from this drag source
getSeverity() - Method in interface org.csstudio.data.values.IValue
Get the severity info.
getSeverity() - Method in interface org.epics.pvmanager.data.VExtendedAlarm.Condition
The severity associated with the alarm.
getSize(IValue) - Static method in class org.csstudio.data.values.ValueUtil
 
getSizes() - Method in interface org.epics.pvmanager.data.Array
 
getSourceRateExpressionImpl() - Method in interface org.epics.pvmanager.expression.SourceRateExpression
The implementation of this expression.
getSourceRateExpressionImpl() - Method in class org.epics.pvmanager.expression.SourceRateExpressionImpl
 
getSourceRateExpressionImpl() - Method in class org.epics.pvmanager.expression.SourceRateReadWriteExpressionImpl
 
getSourceRateExpressions() - Method in interface org.epics.pvmanager.expression.SourceRateExpressionList
The expressions of this list.
getSourceRateExpressions() - Method in class org.epics.pvmanager.expression.SourceRateExpressionListImpl
 
getSourceRateExpressions() - Method in class org.epics.pvmanager.expression.SourceRateReadWriteExpressionListImpl
 
getSourceRateReadWriteExpressions() - Method in interface org.epics.pvmanager.expression.SourceRateReadWriteExpressionList
The expressions of this list.
getSourceRateReadWriteExpressions() - Method in class org.epics.pvmanager.expression.SourceRateReadWriteExpressionListImpl
 
getStart() - Method in class org.epics.pvmanager.util.TimeInterval
Deprecated. Initial value of the interval.
getStartPosition() - Method in class org.csstudio.ui.util.widgets.RangeWidget
Whether the range starts at the top or at the bottom.
getState(int) - Method in interface org.csstudio.data.values.IEnumeratedMetaData
Convenience routine for getting a state string.
getStateInfo() - Method in interface org.csstudio.utility.pv.PV
Internal state information on the PV.
getStates() - Method in interface org.csstudio.data.values.IEnumeratedMetaData
Obtain the state strings.
getStatus() - Method in interface org.csstudio.data.values.IValue
Get the status text that might describe the severity.
getStdDev() - Method in interface org.epics.pvmanager.data.Statistics
The standard deviation.
getString(IValue) - Static method in class org.csstudio.data.values.ValueUtil
Converts the given value into a string representation.
getSubscriptionParameter(ValueCache<?>, ConnectionPayload) - Method in interface org.epics.pvmanager.DataSourceTypeAdapter
The parameters required to open a monitor for the channel.
getSubscriptionParameter(ValueCache, Channel) - Method in class org.epics.pvmanager.jca.JCATypeAdapter
 
getSupportedPrefixes() - Static method in class org.csstudio.utility.pv.PVFactory
 
getTableViewer() - Method in class org.csstudio.ui.util.swt.stringtable.StringTableEditor
 
getTime() - Method in interface org.csstudio.data.values.IValue
Get the time stamp.
getTimeStamp() - Method in interface org.epics.pvmanager.data.Time
Deprecated. the use of TimeStamp is being discontinued in favor of Timestamp: use Time.getTimestamp() instead
getTimestamp() - Method in interface org.epics.pvmanager.data.Time
The timestamp of the value, typically indicating when it was generated.
getTimestamp(int) - Method in interface org.epics.pvmanager.extra.DoubleArrayTimeCache.Data
 
getTimestamp(int) - Method in class org.epics.pvmanager.extra.DoubleArrayTimeCacheFromVDoubleArray.Data
 
getTimestamp(int) - Method in class org.epics.pvmanager.extra.DoubleArrayTimeCacheFromVDoubles.Data
 
getTimeUserTag() - Method in interface org.epics.pvmanager.data.Time
Returns a user defined tag, that can be used to store extra time information, such as beam shot.
getTimeZone() - Method in class org.epics.pvmanager.util.TimeStampFormat
Deprecated. Returns the time zone used to format the timestamp.
getTokenNames() - Method in class org.epics.pvmanager.formula.FormulaParser
 
getToolTipText() - Method in class org.csstudio.ui.util.NoResourceEditorInput
 
getTransfer(Class<? extends Serializable>) - Static method in class org.csstudio.ui.util.dnd.SerializableItemTransfer
 
getTransfer(String) - Static method in class org.csstudio.ui.util.dnd.SerializableItemTransfer
 
getTransfers(Class[]) - Static method in class org.csstudio.ui.util.dnd.SerializableItemTransfer
 
getTransfers(Collection<String>) - Static method in class org.csstudio.ui.util.dnd.SerializableItemTransfer
 
getType() - Method in class org.epics.pvmanager.TypeSupport
Defines on which class the support is defined.
getType() - Method in class org.epics.pvmanager.ValueCache
The type of objects that this cache can contain.
getTypeIds() - Method in class org.csstudio.ui.util.dnd.SerializableItemTransfer
getTypeNames() - Method in class org.csstudio.ui.util.dnd.SerializableItemTransfer
getTypeSupportFamily() - Method in class org.epics.pvmanager.TypeSupport
Defines which type of support is implementing, notification or time.
getUnits() - Method in interface org.csstudio.data.values.INumericMetaData
 
getUnits() - Method in interface org.epics.pvmanager.data.Display
String representation of the units using for all values.
getUpperAlarmLimit() - Method in interface org.epics.pvmanager.data.Display
Highest value before the alarm region.
getUpperCtrlLimit() - Method in interface org.epics.pvmanager.data.Display
Highest possible value (included).
getUpperDisplayLimit() - Method in interface org.epics.pvmanager.data.Display
Highest possible value to be displayed.
getUpperWarningLimit() - Method in interface org.epics.pvmanager.data.Display
Highest value before the warning region.
getUsageCounter() - Method in class org.epics.pvmanager.ChannelHandler
Returns how many read or write PVs are open on this channel.
getUsageCounter() - Method in class org.epics.pvmanager.MultiplexedChannelHandler
Returns how many read or write PVs are open on this channel.
getValue() - Method in interface org.csstudio.data.values.IDoubleValue
 
getValue() - Method in interface org.csstudio.data.values.IEnumeratedValue
 
getValue() - Method in interface org.csstudio.data.values.ILongValue
 
getValue() - Method in interface org.csstudio.data.values.IStringValue
 
getValue(double) - Method in interface org.csstudio.utility.pv.PV
Synchronous 'get'.
getValue() - Method in interface org.csstudio.utility.pv.PV
Get the value.
getValue() - Method in class org.epics.pvmanager.Aggregator
 
getValue() - Method in class org.epics.pvmanager.Collector
Returns all values since last check and removes values from the queue.
getValue() - Method in interface org.epics.pvmanager.data.Scalar
Returns the value.
getValue() - Method in interface org.epics.pvmanager.data.VDouble
Returns the value.
getValue() - Method in interface org.epics.pvmanager.data.VEnum
Returns the value.
getValue() - Method in interface org.epics.pvmanager.data.VInt
Returns the value.
getValue() - Method in interface org.epics.pvmanager.data.VNumber
The numeric value.
getValue() - Method in interface org.epics.pvmanager.data.VString
Returns the value.
getValue() - Method in class org.epics.pvmanager.Function
Calculates, if needed, and then returns the value for this function.
getValue() - Method in class org.epics.pvmanager.PV
 
getValue() - Method in interface org.epics.pvmanager.PVReader
Returns the value of the PVReader.
getValue() - Method in class org.epics.pvmanager.ValueCache
Returns the value in the cache.
getValue() - Method in class org.epics.pvmanager.WriteCache
Returns the value in the cache.
getValues() - Method in interface org.csstudio.data.values.IDoubleValue
 
getValues() - Method in interface org.csstudio.data.values.IEnumeratedValue
 
getValues() - Method in interface org.csstudio.data.values.ILongValue
 
getValues() - Method in interface org.csstudio.data.values.IStringValue
 
getValues() - Method in interface org.epics.pvmanager.data.MultiScalar
The list of values for all the different channels.
getWarnHigh() - Method in interface org.csstudio.data.values.INumericMetaData
 
getWarnLow() - Method in interface org.csstudio.data.values.INumericMetaData
 
getWidth() - Method in interface org.epics.pvmanager.data.VImage
Width of the image in pixels.
getWriteCaches() - Method in class org.epics.pvmanager.WriteBuffer
Returns the write caches used by this buffer.
getWriteExpressionImpl() - Method in class org.epics.pvmanager.expression.DesiredRateReadWriteExpressionImpl
 
getWriteExpressionImpl() - Method in class org.epics.pvmanager.expression.SourceRateReadWriteExpressionImpl
 
getWriteExpressionImpl() - Method in interface org.epics.pvmanager.expression.WriteExpression
The implementation of this expression.
getWriteExpressionImpl() - Method in class org.epics.pvmanager.expression.WriteExpressionImpl
 
getWriteExpressions() - Method in class org.epics.pvmanager.expression.DesiredRateReadWriteExpressionListImpl
 
getWriteExpressions() - Method in class org.epics.pvmanager.expression.SourceRateReadWriteExpressionListImpl
 
getWriteExpressions() - Method in interface org.epics.pvmanager.expression.WriteExpressionList
The expressions of this list.
getWriteExpressions() - Method in class org.epics.pvmanager.expression.WriteExpressionListImpl
 
getWriteFunction() - Method in class org.epics.pvmanager.expression.DesiredRateReadWriteExpressionImpl
 
getWriteFunction() - Method in class org.epics.pvmanager.expression.SourceRateReadWriteExpressionImpl
 
getWriteFunction() - Method in interface org.epics.pvmanager.expression.WriteExpression
The function that implements this expression.
getWriteFunction() - Method in class org.epics.pvmanager.expression.WriteExpressionImpl
Returns the function represented by this expression.
getWriteUsageCounter() - Method in class org.epics.pvmanager.ChannelHandler
Returns how many write PVs are open on this channel.
getWriteUsageCounter() - Method in class org.epics.pvmanager.MultiplexedChannelHandler
Returns how many write PVs are open on this channel.
GlobalLevel - Static variable in class org.csstudio.logging.ui.Messages
 
GlobalSettings - Static variable in class org.csstudio.logging.ui.Messages
 
group() - Static method in class org.epics.pvmanager.extra.ExpressionLanguage
Creates a group of dynamically managed expressions.

H

handleDrop(Object) - Method in class org.csstudio.ui.util.dnd.ControlSystemDropTarget
To be implemented by derived class.
handleEvent(Event) - Method in class org.csstudio.startup.application.OpenDocumentEventProcessor
 
handleEvent(Event) - Method in class org.csstudio.ui.util.composites.ResourceAndContainerGroup
Handles events for all controls in the group.
handleEvent(Event) - Method in class org.csstudio.ui.util.dialogs.ResourceSelectionDialog
 
handleEvent(Event) - Method in class org.csstudio.ui.util.wizards.WizardNewFileCreationPage
The WizardNewFileCreationPage implementation of this Listener method handles all events and enablements for controls on this page.
handleException(Exception) - Method in class org.epics.pvmanager.ExceptionHandler
Notifies of an exception being thrown.
hashCode() - Method in class org.csstudio.csdata.Device
Determine hash code from name
hashCode() - Method in class org.csstudio.csdata.ProcessVariable
Determine hash code from name
hashCode() - Method in class org.epics.pvmanager.ChannelHandlerReadSubscription
 
hashCode() - Method in class org.epics.pvmanager.ChannelRecipe
 
hashCode() - Method in class org.epics.pvmanager.util.TimeDuration
Deprecated.  
hashCode() - Method in class org.epics.pvmanager.util.TimeStamp
Deprecated.  
hasValue() - Method in interface org.csstudio.data.values.ISeverity
 
height(int) - Static method in class org.epics.pvmanager.extra.WaterfallPlotParameters
Height of the plot in pixels.
HEX_DIGIT - Static variable in class org.epics.pvmanager.formula.FormulaLexer
 
HEX_DIGIT - Static variable in class org.epics.pvmanager.formula.FormulaParser
 
HOST - Static variable in interface org.csstudio.logging.JMSLogMessage
Optional MapMessage element: host that generated the event
hour(double) - Static method in class org.epics.pvmanager.util.TimeDuration
Deprecated. A new duration in hours.
hz(double) - Static method in class org.epics.pvmanager.util.TimeDuration
Deprecated. A new duration in hertz, will convert to the length of the period.

I

ID - Static variable in class org.csstudio.logging.Activator
Plugin ID registered in MANIFEST.MF
ID - Static variable in class org.csstudio.platform.libs.epics.EpicsPlugin
 
ID - Static variable in class org.csstudio.platform.utility.rdb.Activator
Plugin ID defined in MANIFEST.MF
ID - Static variable in class org.csstudio.startup.Plugin
Plugin ID defined in MANIFEST.MF
ID - Static variable in class org.csstudio.ui.util.Activator
Plugin ID defined in MANIFEST.MF
ID - Static variable in class org.csstudio.utility.pv.Activator
Plugin ID defined in MANIFEST.MF
ID - Static variable in class org.csstudio.utility.pvmanager.Activator
 
ID - Static variable in class org.epics.pvmanager.formula.FormulaLexer
 
ID - Static variable in class org.epics.pvmanager.formula.FormulaParser
 
IDoubleValue - Interface in org.csstudio.data.values
A double-typed value.
IEnumeratedMetaData - Interface in org.csstudio.data.values
The enumerated version of IMetaData.
IEnumeratedValue - Interface in org.csstudio.data.values
An enumerated value.
ILongValue - Interface in org.csstudio.data.values
A (long) integer value.
IMAGE_DISABLE - Static variable in class org.csstudio.ui.util.SWTConstants
The Image constructor argument indicating that the new image should have the appearance of a "disabled" (using the platform's rules for how this should look) copy of the image provided as an argument (value is 1).
IMAGE_GRAY - Static variable in class org.csstudio.ui.util.SWTConstants
The Image constructor argument indicating that the new image should have the appearance of a "gray scaled" copy of the image provided as an argument (value is 2).
ImageUtil - Class in org.csstudio.ui.util
Utility class, which provides access to images.
IMetaData - Interface in org.csstudio.data.values
Base interface for a sample's meta data.
IMinMaxDoubleValue - Interface in org.csstudio.data.values
A double-typed value that also has a minimum and maximum, usually as the result of averaging or otherwise interpolating over raw samples.
immutableTypeSupport(Class<T>) - Static method in class org.epics.pvmanager.NotificationSupport
Support for notification of immutable types.
includeCollector(Collector<?>, Map<String, ValueCache>) - Method in class org.epics.pvmanager.DataRecipe
Creates a new recipe by adding the new collector and the new caches.
includeRecipe(DataRecipe) - Method in class org.epics.pvmanager.DataRecipe
Creates a new recipe by adding the given recipe to this one.
Infinite - Static variable in class org.csstudio.data.values.Messages
 
init(IWorkbench) - Method in class org.csstudio.logging.ui.PreferencePage
{@inheritDoc
init(IWorkbench) - Method in class org.csstudio.ui.preferences.CSSApplicationsPreferencePage
 
init(IWorkbench) - Method in class org.csstudio.ui.preferences.CSSPlatformPreferencePage
 
initialPopulateContainerNameField() - Method in class org.csstudio.ui.util.wizards.WizardNewFileCreationPage
Sets the initial contents of the container name entry field, based upon either a previously-specified initial value or the ability to determine such a value.
install() - Static method in class org.epics.pvmanager.BasicTypeSupport
Installs type support.
install() - Static method in class org.epics.pvmanager.data.DataTypeSupport
Installs type support.
installPreferences() - Method in class org.csstudio.platform.libs.epics.EpicsPlugin
Update the CAJ settings with the data from the preference page.
INT - Static variable in class org.epics.pvmanager.formula.FormulaLexer
 
INT - Static variable in class org.epics.pvmanager.formula.FormulaParser
 
interpolate(double[], double[], int) - Method in interface org.epics.pvmanager.extra.Interpolation
Returns a set of interpolated y, equally spaced.
Interpolation - Interface in org.epics.pvmanager.extra
Defines a way to interpolate some scattered points to an equally distanced grid.
Interpolations - Class in org.epics.pvmanager.extra
 
Interpolations() - Constructor for class org.epics.pvmanager.extra.Interpolations
 
INumericMetaData - Interface in org.csstudio.data.values
The numeric version of IMetaData.
IPVFactory - Interface in org.csstudio.utility.pv
Interface that implementors of the PVFactory extension point must provide.
isActive() - Method in interface org.epics.pvmanager.data.VExtendedAlarm.Condition
Whether the alarm is on.
isAdaptiveRange() - Method in class org.epics.pvmanager.extra.WaterfallPlotParameters
True if range is automatic, false if taken from data.
isArray(String) - Static method in class org.csstudio.ui.util.ReflectUtil
Analogous to Class.isArray().
isClosed() - Method in class org.epics.pvmanager.PV
 
isClosed() - Method in interface org.epics.pvmanager.PVReader
True if no more notifications are going to be sent for this PVReader.
isClosed() - Method in interface org.epics.pvmanager.PVWriter
True if no more notifications are going to be sent for this PV.
isConnected() - Method in interface org.csstudio.utility.pv.PV
 
isConnected() - Method in class org.epics.pvmanager.ChannelHandler
Returns true if it is connected.
isConnected(ConnectionPayload) - Method in class org.epics.pvmanager.MultiplexedChannelHandler
Determines from the payload whether the channel is connected or not.
isConnected() - Method in class org.epics.pvmanager.MultiplexedChannelHandler
Returns true if it is connected.
isConnected() - Method in class org.epics.pvmanager.PV
 
isConnected() - Method in interface org.epics.pvmanager.PVReader
True if the reader is connected.
isDbePropertySupported() - Method in class org.epics.pvmanager.jca.JCADataSource
Whether the metadata monitor should be established.
isEditable() - Method in class org.csstudio.ui.util.widgets.RangeWidget
Whether the use can use the mouse to change the resolution.
ISeverity - Interface in org.csstudio.data.values
Description of the 'severity' of a value.
isGreaterOrEqual(ITimestamp) - Method in interface org.csstudio.data.values.ITimestamp
 
isGreaterThan(ITimestamp) - Method in interface org.csstudio.data.values.ITimestamp
 
isInstance(Object, String) - Static method in class org.csstudio.ui.util.ReflectUtil
Analogous to Class.isInstance(Object obj).
isInvalid() - Method in interface org.csstudio.data.values.ISeverity
 
isLessOrEqual(ITimestamp) - Method in interface org.csstudio.data.values.ITimestamp
 
isLessThan(ITimestamp) - Method in interface org.csstudio.data.values.ITimestamp
 
isMajor() - Method in interface org.csstudio.data.values.ISeverity
 
isMinor() - Method in interface org.csstudio.data.values.ISeverity
 
isNotificationNeeded() - Method in class org.epics.pvmanager.Notification
True if the reader needs to be notified.
isOK() - Method in interface org.csstudio.data.values.ISeverity
 
isPaused() - Method in class org.epics.pvmanager.PV
 
isPaused() - Method in interface org.epics.pvmanager.PVReader
Whether the reader is paused.
isResizable() - Method in class org.csstudio.ui.util.dialogs.ExceptionDetailsErrorDialog
Allow resize
isResizable() - Method in class org.csstudio.ui.util.swt.stringtable.RowEditDialog
 
isRunning() - Method in interface org.csstudio.utility.pv.PV
 
isScrollDown() - Method in class org.epics.pvmanager.extra.WaterfallPlotParameters
Whether the plot scrolls up or down.
isTimeValid() - Method in interface org.epics.pvmanager.data.Time
Returns a data source specific flag to indicate whether the time information should be trusted.
IStringValue - Interface in org.csstudio.data.values
An string value.
isTypeDirectlySupported(Class<? extends TypeSupport>, Class<?>) - Static method in class org.epics.pvmanager.TypeSupport
Checks whether the type is supported on the same exact type.
isTypeSupported(Class<? extends TypeSupport>, Class<?>) - Static method in class org.epics.pvmanager.TypeSupport
Checks whether the type is supported directly or through one of the supertypes.
isValid() - Method in interface org.csstudio.data.values.ITimestamp
 
isVarArraySupported() - Method in class org.epics.pvmanager.jca.JCADataSource
True whether the context can use variable arrays (all array monitor request will have an element count of 0).
isVarArraySupported(Context) - Static method in class org.epics.pvmanager.jca.JCADataSource
Determines whether the context supports variable arrays or not.
isWriteable() - Method in class org.epics.pvmanager.DataSource
Returns true whether the channels of this data source can be written to.
isWriteAllowed() - Method in interface org.csstudio.utility.pv.PV
 
itemDoubleClicked(IResource) - Method in class org.csstudio.ui.util.composites.ResourceSelectionGroup
 
ITimestamp - Interface in org.csstudio.data.values
A control system time stamp.
ITimestamp.Format - Enum in org.csstudio.data.values
Format specifier.
IValue - Interface in org.csstudio.data.values
Base interface for all control system values.
IValue.Format - Enum in org.csstudio.data.values
 
IValue.Quality - Enum in org.csstudio.data.values
Describe the data quality.

J

javaToNative(Object, TransferData) - Method in class org.csstudio.ui.util.dnd.SerializableItemTransfer
Serialize item
jca() - Static method in class org.epics.pvmanager.jca.JCASupport
Deprecated. 
JCADataSource - Class in org.epics.pvmanager.jca
A data source that uses jca.
JCADataSource() - Constructor for class org.epics.pvmanager.jca.JCADataSource
Creates a new data source using pure Java implementation
JCADataSource(Context, int) - Constructor for class org.epics.pvmanager.jca.JCADataSource
Creates a new data source using the given context.
JCADataSource(Context, int, JCATypeSupport) - Constructor for class org.epics.pvmanager.jca.JCADataSource
Creates a new data source using the given context.
JCADataSource(Context, int, JCATypeSupport, boolean, boolean) - Constructor for class org.epics.pvmanager.jca.JCADataSource
Creates a new data source using the given context.
JCAMessagePayload - Class in org.epics.pvmanager.jca
Represent the payload produced at each monitor event, consisting of both the metadata and the event data.
JCASupport - Class in org.epics.pvmanager.jca
Deprecated. Create a JCADataSource instead.
JCASupport() - Constructor for class org.epics.pvmanager.jca.JCASupport
Deprecated.  
JCATypeAdapter - Class in org.epics.pvmanager.jca
Type adapter for JCA data source.
JCATypeAdapter(Class<?>, DBRType, DBRType, Boolean) - Constructor for class org.epics.pvmanager.jca.JCATypeAdapter
Creates a new type adapter.
JCATypeAdapterSet - Interface in org.epics.pvmanager.jca
 
JCATypeSupport - Class in org.epics.pvmanager.jca
Given a set of JCATypeAdapter prepares type support for the JCA data source.
JCATypeSupport(JCATypeAdapterSet) - Constructor for class org.epics.pvmanager.jca.JCATypeSupport
A new type support for the jca type support.
JCAVTypeAdapterSet - Class in org.epics.pvmanager.jca
 
JCAVTypeAdapterSet() - Constructor for class org.epics.pvmanager.jca.JCAVTypeAdapterSet
 
JMS_LEVEL - Static variable in class org.csstudio.logging.Preferences
 
JMS_TOPIC - Static variable in class org.csstudio.logging.Preferences
 
JMS_URL - Static variable in class org.csstudio.logging.Preferences
 
JMSLevel - Static variable in class org.csstudio.logging.ui.Messages
 
JMSLogHandler - Class in org.csstudio.logging
Log handler that sends messages to JMS
JMSLogHandler(String, String) - Constructor for class org.csstudio.logging.JMSLogHandler
Initialize
JMSLogMessage - Interface in org.csstudio.logging
Description of a JMS 'LOG' message
JMSLogSettings - Static variable in class org.csstudio.logging.ui.Messages
 
JMSLogWriter - Class in org.csstudio.logging
Thread that reads log messages from queue and writes them to JMS.
JMSLogWriter(String, String, String, BlockingQueue<LogRecord>, Formatter) - Constructor for class org.csstudio.logging.JMSLogWriter
Initialize
JMSTopic - Static variable in class org.csstudio.logging.ui.Messages
 
JMSURL - Static variable in class org.csstudio.logging.ui.Messages
 

L

LabelFieldEditor - Class in org.csstudio.logging.ui
Pseudo FieldEditor that displays a text
LabelFieldEditor(String, boolean, Composite) - Constructor for class org.csstudio.logging.ui.LabelFieldEditor
Initialize
LAST_CORNER_KEY - Static variable in class org.eclipse.wb.swt.SWTResourceManager
Internal value.
lastException() - Method in class org.epics.pvmanager.PV
 
lastException() - Method in interface org.epics.pvmanager.PVReader
Returns the last exception that was generated preparing the value for this PVReader and clears it (subsequent call will return null).
lastExceptions() - Method in class org.epics.pvmanager.extra.DynamicGroup
Returns the last exception for each expression in the group (if present).
lastWriteException() - Method in class org.epics.pvmanager.PV
 
lastWriteException() - Method in interface org.epics.pvmanager.PVWriter
Returns the last exception that was generated by write operations and clears it (subsequent call will return null).
latestValueOf(SourceRateExpression<T>) - Static method in class org.epics.pvmanager.ExpressionLanguage
Expression that returns (only) the latest value computed from a SourceRateExpression.
latestValueOf(SourceRateExpressionList<T>) - Static method in class org.epics.pvmanager.ExpressionLanguage
Expression that returns (only) the latest value computed from a SourceRateExpression.
latestValueOf(SourceRateReadWriteExpression<R, W>) - Static method in class org.epics.pvmanager.ExpressionLanguage
For reads, returns (only) the latest value computed from a SourceRateReadWriteExpression; for writes, same as the given expression.
latestValueOf(SourceRateReadWriteExpressionList<R, W>) - Static method in class org.epics.pvmanager.ExpressionLanguage
For reads, returns (only) the latest value computed from a SourceRateReadWriteExpression; for writes, same as the given expression.
LINE_CUSTOM - Static variable in class org.csstudio.ui.util.SWTConstants
Line drawing style for custom dashed lines (value is 6).
LINE_DASH - Static variable in class org.csstudio.ui.util.SWTConstants
Line drawing style for dashed lines (value is 2).
LINE_DASHDOT - Static variable in class org.csstudio.ui.util.SWTConstants
Line drawing style for alternating dash-dot lines (value is 4).
LINE_DASHDOTDOT - Static variable in class org.csstudio.ui.util.SWTConstants
Line drawing style for dash-dot-dot lines (value is 5).
LINE_DOT - Static variable in class org.csstudio.ui.util.SWTConstants
Line drawing style for dotted lines (value is 3).
LINE_SOLID - Static variable in class org.csstudio.ui.util.SWTConstants
Line drawing style for solid lines (value is 1).
listOf(DesiredRateExpressionList<T>) - Static method in class org.epics.pvmanager.ExpressionLanguage
Converts a list of expressions to an expression that returns the list of results.
loadSettings() - Method in class org.csstudio.ui.util.helpers.ComboHistoryHelper
Load persisted list values.
LocalDataSource - Class in org.epics.pvmanager.loc
Data source for locally written data.
LocalDataSource() - Constructor for class org.epics.pvmanager.loc.LocalDataSource
Creates a new data source.
LocaleSettingsExtPoint - Interface in org.csstudio.startup.module
LocaleSettingsExtPoint defines how and which locale settings (if any) will be applied to certain application parts.
localThread() - Static method in class org.epics.pvmanager.util.Executors
Executes tasks on the current thread.
LogConfigError - Static variable in class org.csstudio.logging.ui.Messages
 
LogConfigurator - Class in org.csstudio.logging
Configurator for java.util.logging based on Eclipse preferences
LogFormatDetail - Enum in org.csstudio.logging
Detail of messages generated by LogFormatter
LogFormatter - Class in org.csstudio.logging
Log output formatter based on SimpleFormatter but one-line summary, maybe followed by exception stack
LogFormatter(LogFormatDetail) - Constructor for class org.csstudio.logging.LogFormatter
Initialize
logging(IStatus, String) - Method in class org.csstudio.logging.PluginLogListener
login(Display, IApplicationContext, Map<String, Object>) - Method in interface org.csstudio.startup.module.LoginExtPoint
Prompts the user to enter the credentials and logins to the application.
LoginExtPoint - Interface in org.csstudio.startup.module
LoginExtPoint defines the credentials for the login to the application and logins the user to the application.
lowerAlarmLimit(Double) - Method in class org.epics.pvmanager.data.DisplayBuilder
 
lowerCtrlLimit(Double) - Method in class org.epics.pvmanager.data.DisplayBuilder
 
lowerDisplayLimit(Double) - Method in class org.epics.pvmanager.data.DisplayBuilder
 
lowerWarningLimit(Double) - Method in class org.epics.pvmanager.data.DisplayBuilder
 

M

main(String[]) - Static method in class org.csstudio.ui.util.dialogs.ExceptionDetailsErrorDialogTest
 
main(String[]) - Static method in class org.csstudio.ui.util.helpers.ComboHistoryHelperSample
Launch the application.
main(String[]) - Static method in class org.csstudio.ui.util.widgets.MeterWidgetTest
 
main(String[]) - Static method in class org.csstudio.ui.util.widgets.RangeWidgetTest
Launch the application.
main(String[]) - Static method in class org.csstudio.ui.util.widgets.StartEndRangeWidgetTest
Launch the application.
mapOf(DesiredRateExpressionList<T>) - Static method in class org.epics.pvmanager.ExpressionLanguage
Converts a list of expressions to an expression that returns the map from the name to the results.
mapOf(WriteExpressionList<T>) - Static method in class org.epics.pvmanager.ExpressionLanguage
Converts a list of expressions to an expression that returns the map from the name to the results.
mapOf(DesiredRateReadWriteExpressionList<R, W>) - Static method in class org.epics.pvmanager.ExpressionLanguage
Converts a list of expressions to an expression that returns the map from the name to the results.
match(ValueCache<?>, ConnectionPayload) - Method in interface org.epics.pvmanager.DataSourceTypeAdapter
Determines whether the converter can take values from the channel described by the connection payload and transform them in a type required by the cache.
match(ValueCache<?>, Channel) - Method in class org.epics.pvmanager.jca.JCATypeAdapter
 
MAX_ARRAY_BYTES - Static variable in class org.csstudio.platform.libs.epics.PreferenceConstants
 
maxRate(TimeDuration) - Method in class org.epics.pvmanager.PVReaderConfiguration
Sets the rate of scan of the expression and creates the actual PVReader object that can be monitored through listeners.
mESC_SEQ() - Method in class org.epics.pvmanager.formula.FormulaLexer
 
MessageDetail - Static variable in class org.csstudio.logging.ui.Messages
 
Messages - Class in org.csstudio.data.values
Localization.
Messages() - Constructor for class org.csstudio.data.values.Messages
 
Messages - Class in org.csstudio.logging
Localized texts
Messages - Class in org.csstudio.logging.ui
Localized Texts
Messages - Class in org.csstudio.startup.module.defaults
Localized messages
Messages - Class in org.csstudio.ui.preferences
 
Messages - Class in org.csstudio.ui.util.swt.stringtable
Eclipse string externalization
Metadata - Annotation Type in org.epics.pvmanager.data
Annotation to flag which fields are considered part of the metadata.
MeterWidget - Class in org.csstudio.ui.util.widgets
Simple meter widget.
MeterWidget(Composite, int) - Constructor for class org.csstudio.ui.util.widgets.MeterWidget
Constructor
MeterWidgetTest - Class in org.csstudio.ui.util.widgets
main() routine for testing the clock as an SWT app.
MeterWidgetTest() - Constructor for class org.csstudio.ui.util.widgets.MeterWidgetTest
 
mEXPONENT() - Method in class org.epics.pvmanager.formula.FormulaLexer
 
mFLOAT() - Method in class org.epics.pvmanager.formula.FormulaLexer
 
mHEX_DIGIT() - Method in class org.epics.pvmanager.formula.FormulaLexer
 
mID() - Method in class org.epics.pvmanager.formula.FormulaLexer
 
min(double) - Static method in class org.epics.pvmanager.util.TimeDuration
Deprecated. A new duration in minutes.
MiniMaxiFormat - Static variable in class org.csstudio.data.values.Messages
 
mINT() - Method in class org.epics.pvmanager.formula.FormulaLexer
 
minus(TimeDuration) - Method in class org.epics.pvmanager.util.TimeInterval
Deprecated. Returns a new interval shifted backward in time by the given duration.
minus(TimeDuration) - Method in class org.epics.pvmanager.util.TimeStamp
Deprecated. Subtracts the given duration to this timestamp and returns the result.
mOCTAL_ESC() - Method in class org.epics.pvmanager.formula.FormulaLexer
 
MONITOR - Static variable in class org.csstudio.platform.libs.epics.PreferenceConstants
How to monitor (subscribe): Values "VALUE", "ARCHIVE", "ALARM"
mQUOTED_ID() - Method in class org.epics.pvmanager.formula.FormulaLexer
 
ms(int) - Static method in class org.epics.pvmanager.util.TimeDuration
Deprecated. A new duration in milliseconds.
ms(double) - Static method in class org.epics.pvmanager.util.TimeDuration
Deprecated. A new duration in milliseconds.
mSTRING() - Method in class org.epics.pvmanager.formula.FormulaLexer
 
mT__15() - Method in class org.epics.pvmanager.formula.FormulaLexer
 
mT__16() - Method in class org.epics.pvmanager.formula.FormulaLexer
 
mT__17() - Method in class org.epics.pvmanager.formula.FormulaLexer
 
mT__18() - Method in class org.epics.pvmanager.formula.FormulaLexer
 
mT__19() - Method in class org.epics.pvmanager.formula.FormulaLexer
 
mT__20() - Method in class org.epics.pvmanager.formula.FormulaLexer
 
mT__21() - Method in class org.epics.pvmanager.formula.FormulaLexer
 
mTokens() - Method in class org.epics.pvmanager.formula.FormulaLexer
 
multipleRangeGradient(Color, Color, Color, Color, Color, Color) - Static method in class org.epics.pvmanager.extra.ColorScheme
 
MultiplexedChannelHandler<ConnectionPayload,MessagePayload> - Class in org.epics.pvmanager
Implements a ChannelHandler on top of a single subscription and multiplexes all reads on top of it.
MultiplexedChannelHandler(String) - Constructor for class org.epics.pvmanager.MultiplexedChannelHandler
Creates a new channel handler.
multiplicativeExpression() - Method in class org.epics.pvmanager.formula.FormulaParser
 
multiplyBy(int) - Method in class org.epics.pvmanager.util.TimeDuration
Deprecated. Returns a new duration which is bigger by the given factor.
MultiScalar<T extends Scalar> - Interface in org.epics.pvmanager.data
Multi channel array.
mUNICODE_ESC() - Method in class org.epics.pvmanager.formula.FormulaLexer
 
mWS() - Method in class org.epics.pvmanager.formula.FormulaLexer
 

N

name - Variable in class org.csstudio.csdata.Device
Device name
NAME - Static variable in interface org.csstudio.logging.JMSLogMessage
Optional MapMessage element: Java method that generated the event.
NAME - Static variable in interface org.csstudio.startup.module.CSSStartupExtensionPoint
ID of the extension point for adding CSS startup modules
NAME - Static variable in interface org.csstudio.startup.module.LocaleSettingsExtPoint
The name of this extension point element
NAME - Static variable in interface org.csstudio.startup.module.LoginExtPoint
The name of this extension point element
NAME - Static variable in interface org.csstudio.startup.module.ProjectExtPoint
The name of this extension point element
NAME - Static variable in interface org.csstudio.startup.module.ServicesStartupExtPoint
The name of this extension point element
NAME - Static variable in interface org.csstudio.startup.module.ShutDownExtPoint
The name of this extension point element
NAME - Static variable in interface org.csstudio.startup.module.StartupParametersExtPoint
The name of the extension point element
NAME - Static variable in interface org.csstudio.startup.module.WorkbenchExtPoint
The name of this extension point element
NAME - Static variable in interface org.csstudio.startup.module.WorkspaceExtPoint
The name of this extension point element
namedPool(String) - Static method in class org.epics.pvmanager.util.Executors
A thread factory where each new thread starts with the given name.
NAMEWASNULL - Static variable in class org.csstudio.ui.util.ResourceUtil
Result identifier: Name was NULL.
NaN - Static variable in class org.csstudio.data.values.Messages
 
nanos(long) - Static method in class org.epics.pvmanager.util.TimeDuration
Deprecated. A new duration in nanoseconds.
nanoseconds() - Method in interface org.csstudio.data.values.ITimestamp
Nanoseconds within seconds.
nativeToJava(TransferData) - Method in class org.csstudio.ui.util.dnd.SerializableItemTransfer
De-serialize items
newAlarm(AlarmSeverity, AlarmStatus) - Static method in class org.epics.pvmanager.data.ValueFactory
New alarm with the given severity and status.
newAlarm(Number, Display) - Static method in class org.epics.pvmanager.data.ValueFactory
Alarm based on the value and the display ranges.
newData(Timestamp, Timestamp, Timestamp, Timestamp) - Method in interface org.epics.pvmanager.extra.DoubleArrayTimeCache
Each segment of the new data ends with an array of old data.
newData(Timestamp, Timestamp, Timestamp, Timestamp) - Method in class org.epics.pvmanager.extra.DoubleArrayTimeCacheFromVDoubleArray
 
newData(Timestamp, Timestamp, Timestamp, Timestamp) - Method in class org.epics.pvmanager.extra.DoubleArrayTimeCacheFromVDoubles
 
newDisplay(Double, Double, Double, String, NumberFormat, Double, Double, Double, Double, Double) - Static method in class org.epics.pvmanager.data.ValueFactory
Creates a new display
newEInt(Integer, AlarmSeverity, AlarmStatus, TimeStamp, Integer, Double, Double, Double, String, NumberFormat, Double, Double, Double, Double, Double) - Static method in class org.epics.pvmanager.data.ValueFactory
Deprecated. use ValueFactory.newVInt(java.lang.Integer, org.epics.pvmanager.data.Alarm, org.epics.pvmanager.data.Time, org.epics.pvmanager.data.Display).
newEInt(Integer, AlarmSeverity, AlarmStatus, Integer, TimeStamp, VInt) - Static method in class org.epics.pvmanager.data.ValueFactory
Deprecated. use ValueFactory.newVInt(java.lang.Integer, org.epics.pvmanager.data.Alarm, org.epics.pvmanager.data.Time, org.epics.pvmanager.data.Display).
newSelection(String) - Method in class org.csstudio.ui.util.helpers.ComboHistoryHelper
Invoked whenever a new entry was entered or selected.
newTime(Timestamp, Integer, boolean) - Static method in class org.epics.pvmanager.data.ValueFactory
Creates a new time.
newTime(Timestamp) - Static method in class org.epics.pvmanager.data.ValueFactory
New time, with no user tag and valid data.
newValuesOf(SourceRateExpressionList<T>) - Static method in class org.epics.pvmanager.ExpressionLanguage
Returns all the new values generated by the expression source rate.
newValuesOf(SourceRateExpression<T>) - Static method in class org.epics.pvmanager.ExpressionLanguage
Returns all the new values generated by the expression source rate.
newValuesOf(SourceRateExpression<T>, int) - Static method in class org.epics.pvmanager.ExpressionLanguage
Returns up to maxValues new values generated by the expression source rate.
newVDouble(Double, Alarm, Time, Display) - Static method in class org.epics.pvmanager.data.ValueFactory
Creates a new VDouble.
newVDouble(Double, AlarmSeverity, AlarmStatus, TimeStamp, Integer, Double, Double, Double, String, NumberFormat, Double, Double, Double, Double, Double) - Static method in class org.epics.pvmanager.data.ValueFactory
Deprecated.  
newVDouble(Double, AlarmSeverity, AlarmStatus, Integer, TimeStamp, Display) - Static method in class org.epics.pvmanager.data.ValueFactory
Deprecated.  
newVDouble(double, TimeStamp, Display) - Static method in class org.epics.pvmanager.data.ValueFactory
Deprecated.  
newVDouble(Double, Time, Display) - Static method in class org.epics.pvmanager.data.ValueFactory
Creates a new VDouble using the given value, time, display and generating the alarm from the value and display information.
newVDouble(double, Display) - Static method in class org.epics.pvmanager.data.ValueFactory
Deprecated.  
newVDouble(Double, Display) - Static method in class org.epics.pvmanager.data.ValueFactory
Creates new immutable VDouble by using metadata from the old value, now as timestamp and computing alarm from the metadata range.
newVDouble(Double) - Static method in class org.epics.pvmanager.data.ValueFactory
Creates a new VDouble, no alarm, time now, no display.
newVDouble(Double, Time) - Static method in class org.epics.pvmanager.data.ValueFactory
Creates a new VDouble, no alarm, no display.
newVDoubleArray(double[], List<Integer>, Alarm, Time, Display) - Static method in class org.epics.pvmanager.data.ValueFactory
Creates a new VDoubleArray.
newVDoubleArray(double[], Alarm, Time, Display) - Static method in class org.epics.pvmanager.data.ValueFactory
Creates a new VDoubleArray.
newVDoubleArray(ListDouble, Alarm, Time, Display) - Static method in class org.epics.pvmanager.data.ValueFactory
Creates a new VDoubleArray.
newVDoubleArray(double[], Display) - Static method in class org.epics.pvmanager.data.ValueFactory
Creates a new VDoubleArray.
newVDoubleArray(double[], List<Integer>, AlarmSeverity, AlarmStatus, TimeStamp, Integer, Double, Double, Double, String, NumberFormat, Double, Double, Double, Double, Double) - Static method in class org.epics.pvmanager.data.ValueFactory
Deprecated.  
newVImage(int, int, byte[]) - Static method in class org.epics.pvmanager.data.ValueFactory
 
newVInt(Integer, AlarmSeverity, AlarmStatus, TimeStamp, Integer, Double, Double, Double, String, NumberFormat, Double, Double, Double, Double, Double) - Static method in class org.epics.pvmanager.data.ValueFactory
Deprecated.  
newVInt(Integer, Alarm, Time, Display) - Static method in class org.epics.pvmanager.data.ValueFactory
Creates a new VInt.
newVIntArray(int[], List<Integer>, Alarm, Time, Display) - Static method in class org.epics.pvmanager.data.ValueFactory
 
newVIntArray(int[], Alarm, Time, Display) - Static method in class org.epics.pvmanager.data.ValueFactory
 
newVIntArray(ListInt, Alarm, Time, Display) - Static method in class org.epics.pvmanager.data.ValueFactory
 
newVIntArray(int[], Display) - Static method in class org.epics.pvmanager.data.ValueFactory
 
newVMultiDouble(List<VDouble>, AlarmSeverity, AlarmStatus, TimeStamp, Integer, Double, Double, Double, Double, String, NumberFormat, Double, Double, Double, Double) - Static method in class org.epics.pvmanager.data.ValueFactory
Deprecated.  
newVMultiDouble(List<VDouble>, Alarm, Time, Display) - Static method in class org.epics.pvmanager.data.ValueFactory
Creates a new VMultiDouble.
newVStatistics(double, double, double, double, int, AlarmSeverity, AlarmStatus, TimeStamp, Integer, Double, Double, Double, String, NumberFormat, Double, Double, Double, Double, Double) - Static method in class org.epics.pvmanager.data.ValueFactory
Deprecated.  
newVStatistics(double, double, double, double, int, Alarm, Time, Display) - Static method in class org.epics.pvmanager.data.ValueFactory
Creates a new VStatistics.
newVString(String, AlarmSeverity, AlarmStatus, TimeStamp, Integer) - Static method in class org.epics.pvmanager.data.ValueFactory
Deprecated.  
newVString(String, Alarm, Time) - Static method in class org.epics.pvmanager.data.ValueFactory
Creates a new VString.
noInterpolation() - Static method in class org.epics.pvmanager.extra.Interpolations
 
Noise - Class in org.epics.pvmanager.sim
Function to simulate a signal that has a uniform distribution.
Noise() - Constructor for class org.epics.pvmanager.sim.Noise
Creates a signal uniformly distributed between -5.0 and 5.0, updating every 100ms (10Hz).
Noise(Double, Double, Double, Double) - Constructor for class org.epics.pvmanager.sim.Noise
Do not use: only provided to provide some sort of error message for people migrating from utility.pv.
Noise(Double, Double, Double) - Constructor for class org.epics.pvmanager.sim.Noise
Creates a signal uniformly distributed between min and max, updating every interval seconds.
NoiseWaveform - Class in org.epics.pvmanager.sim
Function to simulate a waveform containing a uniformly distributed random data.
NoiseWaveform() - Constructor for class org.epics.pvmanager.sim.NoiseWaveform
Creates a waveform with samples from a uniform distribution from -5 to 5, updating every second.
NoiseWaveform(Double, Double, Double) - Constructor for class org.epics.pvmanager.sim.NoiseWaveform
Creates a gaussian waveform signal with a gaussian distribution, updating at the rate specified.
NoiseWaveform(Double, Double, Double, Double) - Constructor for class org.epics.pvmanager.sim.NoiseWaveform
Creates a gaussian waveform signal with a gaussian distribution, updating at the rate specified.
NoResourceEditorInput - Class in org.csstudio.ui.util
Terrible Hack to avoid extra context menu entries
NoResourceEditorInput(IEditorInput) - Constructor for class org.csstudio.ui.util.NoResourceEditorInput
Initialize
normalize(Number, Display) - Static method in class org.epics.pvmanager.data.ValueUtil
Normalizes the given value according to the given display information.
normalize(Number, Number, Number) - Static method in class org.epics.pvmanager.data.ValueUtil
Normalizes the given value according to the given range;
normalizedNumericValueOf(Object) - Static method in class org.epics.pvmanager.data.ValueUtil
Extracts the numericValueOf the object and normalizes according to the display range.
Notification<T> - Class in org.epics.pvmanager
Used by NotificationSupport to communicate whether a new notification is needed, and what should be the type to be notified.
Notification(boolean, T) - Constructor for class org.epics.pvmanager.Notification
Creates a new notification.
notification(T, T) - Static method in class org.epics.pvmanager.NotificationSupport
Returns the final value by using the appropriate type support.
NotificationSupport<T> - Class in org.epics.pvmanager
Dedicated notification type support.
NotificationSupport(Class<T>) - Constructor for class org.epics.pvmanager.NotificationSupport
Creates a new notification type support.
notifyOn(Executor) - Method in class org.epics.pvmanager.PVConfiguration
 
notifyOn(Executor) - Method in class org.epics.pvmanager.PVReaderConfiguration
 
notifyOn(Executor) - Method in class org.epics.pvmanager.PVWriterConfiguration
 
NoValue - Static variable in class org.csstudio.data.values.Messages
 
now() - Static method in class org.csstudio.data.values.TimestampFactory
Creates a time stamp for the current system time.
now() - Static method in class org.epics.pvmanager.util.TimeStamp
Deprecated. Returns a new timestamp for the current instant.
NullUtils - Class in org.epics.pvmanager.util
Utility class to handle null values.
NullUtils() - Constructor for class org.epics.pvmanager.util.NullUtils
 
NumberFormats - Class in org.epics.pvmanager.util
NumberFormat factory.
NumberFormats() - Constructor for class org.epics.pvmanager.util.NumberFormats
 
numericLiteral() - Method in class org.epics.pvmanager.formula.FormulaParser
 
numericValueOf(Object) - Static method in class org.epics.pvmanager.data.ValueUtil
Extracts a numeric value for the object.

O

ObjectInputStreamWithOsgiClassResolution - Class in org.csstudio.ui.util.dnd
De-serializes java classes looking for the classloaders in the appropriate osgi bundle.
ObjectInputStreamWithOsgiClassResolution(InputStream) - Constructor for class org.csstudio.ui.util.dnd.ObjectInputStreamWithOsgiClassResolution
OCTAL_ESC - Static variable in class org.epics.pvmanager.formula.FormulaLexer
 
OCTAL_ESC - Static variable in class org.epics.pvmanager.formula.FormulaParser
 
OK - Static variable in class org.csstudio.ui.util.ResourceUtil
Result identifier: Okay.
okPressed() - Method in class org.csstudio.ui.util.dialogs.ResourceSelectionDialog
onException(JMSException) - Method in class org.csstudio.logging.JMSLogWriter
JMS Exception handler
open() - Method in class org.csstudio.ui.util.dialogs.ExceptionDetailsErrorDialog
Extends Window.open().
OPEN_DOC_PROCESSOR - Static variable in class org.csstudio.startup.application.OpenDocumentEventProcessor
 
OpenDocumentEventProcessor - Class in org.csstudio.startup.application
Helper class used to open file from command line.
OpenDocumentEventProcessor(Display) - Constructor for class org.csstudio.startup.application.OpenDocumentEventProcessor
Constructor.
openError(Shell, String, String, IStatus) - Static method in class org.csstudio.ui.util.dialogs.ExceptionDetailsErrorDialog
Opens an error dialog to display the given error.
openError(Shell, String, String, IStatus, int) - Static method in class org.csstudio.ui.util.dialogs.ExceptionDetailsErrorDialog
Opens an error dialog to display the given error.
openError(Shell, String, Exception) - Static method in class org.csstudio.ui.util.dialogs.ExceptionDetailsErrorDialog
 
openError(Shell, String, String, Exception) - Static method in class org.csstudio.ui.util.dialogs.ExceptionDetailsErrorDialog
 
OpenProjectErrorFmt - Static variable in class org.csstudio.startup.module.defaults.Messages
 
openProjects(Display, IApplicationContext) - Method in class org.csstudio.startup.application.Application
Loads the ProjectExtPoint and executes the ProjectExtPoint#openProjects(IApplicationContext) method.
openProjects(Display, IApplicationContext, Map<String, Object>) - Method in class org.csstudio.startup.module.defaults.DefaultProject
Opens the projects defined by the given application context.
openProjects(Display, IApplicationContext, Map<String, Object>) - Method in interface org.csstudio.startup.module.ProjectExtPoint
Opens the projects defined by the given application context.
or(ExpressionLanguage.Filter<?>) - Method in class org.epics.pvmanager.ExpressionLanguage.Filter
Returns a new filter that is the logical OR of this and the given one.
org.csstudio.csdata - package org.csstudio.csdata
Control system values with time stamp, status, ...
org.csstudio.data.values - package org.csstudio.data.values
Control system data types: PV, Device, ...
org.csstudio.java.string - package org.csstudio.java.string
String tools purely based on Java
org.csstudio.java.thread - package org.csstudio.java.thread
Thread tools purely based on Java
org.csstudio.logging - package org.csstudio.logging
Helper for using java.util.logging
org.csstudio.logging.ui - package org.csstudio.logging.ui
GUI for java.util.logging
org.csstudio.platform.libs.epics - package org.csstudio.platform.libs.epics
EPICS Channel Access (V3) support
org.csstudio.platform.utility.rdb - package org.csstudio.platform.utility.rdb
RDB Utilities
org.csstudio.startup - package org.csstudio.startup
 
org.csstudio.startup.application - package org.csstudio.startup.application
Common CSS RCP application
org.csstudio.startup.module - package org.csstudio.startup.module
Extension points for common CSS RCP application
org.csstudio.startup.module.defaults - package org.csstudio.startup.module.defaults
Default implementations for CSS RCP application extension points
org.csstudio.ui.help - package org.csstudio.ui.help
CSS RCP application help menu
org.csstudio.ui.menu - package org.csstudio.ui.menu
CSS menu structure: Alarm, Display, ...
org.csstudio.ui.preferences - package org.csstudio.ui.preferences
CSS preference structure: Alarm, Display, ...
org.csstudio.ui.util - package org.csstudio.ui.util
Contains general purpose utility classes to be used with swt/jface.
org.csstudio.ui.util.composites - package org.csstudio.ui.util.composites
 
org.csstudio.ui.util.dialogs - package org.csstudio.ui.util.dialogs
 
org.csstudio.ui.util.dnd - package org.csstudio.ui.util.dnd
Contains general utility classes to simply drag 'n' drop implementation.
org.csstudio.ui.util.helpers - package org.csstudio.ui.util.helpers
Contains helper classes to enrich functionality of swt/jface widgets
org.csstudio.ui.util.swt.stringtable - package org.csstudio.ui.util.swt.stringtable
SWT-based table editor for string values.
org.csstudio.ui.util.thread - package org.csstudio.ui.util.thread
 
org.csstudio.ui.util.widgets - package org.csstudio.ui.util.widgets
Contains widgets general purpose swt/jface widgets
org.csstudio.ui.util.wizards - package org.csstudio.ui.util.wizards
 
org.csstudio.utility.pv - package org.csstudio.utility.pv
'PV' for EPICS and simulated channels
org.csstudio.utility.pvmanager - package org.csstudio.utility.pvmanager
 
org.eclipse.wb.swt - package org.eclipse.wb.swt
 
org.epics.pvmanager - package org.epics.pvmanager

pvManager

org.epics.pvmanager.data - package org.epics.pvmanager.data
Support for control system types.
org.epics.pvmanager.expression - package org.epics.pvmanager.expression
Interfaces for the expressions PVManager can consume.
org.epics.pvmanager.extra - package org.epics.pvmanager.extra
 
org.epics.pvmanager.formula - package org.epics.pvmanager.formula
 
org.epics.pvmanager.jca - package org.epics.pvmanager.jca
Support for Epics 3 data source.
org.epics.pvmanager.loc - package org.epics.pvmanager.loc
Support for a data source that reads and writes channels that reside in the local memory.
org.epics.pvmanager.sim - package org.epics.pvmanager.sim
Provides a data source implementation for simulated data.
org.epics.pvmanager.util - package org.epics.pvmanager.util
Contains generic utility classes that at some point may be found and used in other libraries.

P

parameters - Variable in class org.csstudio.startup.application.Application
The list of all parameters read at start-up and any other parameters which were created later on during the execution of this application
Parameters - Class in org.epics.pvmanager.extra
 
Parameters(Map<Object, Object>) - Constructor for class org.epics.pvmanager.extra.Parameters
 
Parameters(Parameters, Parameters...) - Constructor for class org.epics.pvmanager.extra.Parameters
 
parExpression() - Method in class org.epics.pvmanager.formula.FormulaParser
 
parseFunction(String) - Static method in class org.epics.pvmanager.util.FunctionParser
Parse a function with parameters and returns a list where the first element is the function name and the others are the parsed arguments.
parseObject(String, ParsePosition) - Method in class org.epics.pvmanager.data.ValueFormat
 
parseObject(String, ParsePosition) - Method in class org.epics.pvmanager.util.TimeStampFormat
Deprecated. NB: Not supported
parsePvAndArguments(String) - Static method in class org.epics.pvmanager.util.FunctionParser
Parse a pv name with parameters and returns a list where the first element is the function name and the others are the parsed arguments.
PASSWORD - Static variable in interface org.csstudio.startup.module.LoginExtPoint
The tag under which the password should be stored in the parameters map
performApply() - Method in class org.csstudio.logging.ui.PreferencePage
performOk() - Method in class org.csstudio.logging.ui.PreferencePage
pixelDuration(TimeDuration) - Static method in class org.epics.pvmanager.extra.WaterfallPlotParameters
How much time should be allocated to each line of the plot.
Plugin - Class in org.csstudio.startup
Plugin info.
Plugin() - Constructor for class org.csstudio.startup.Plugin
 
PluginLogListener - Class in org.csstudio.logging
Listener to the Eclipse Log that forwards messages to java.util.logging
PluginLogListener() - Constructor for class org.csstudio.logging.PluginLogListener
 
plus(TimeDuration) - Method in class org.epics.pvmanager.util.TimeStamp
Deprecated. Adds the given duration to this timestamp and returns the result.
PreferenceConstants - Class in org.csstudio.platform.libs.epics
Constant definitions for plug-in preferences
PreferenceConstants() - Constructor for class org.csstudio.platform.libs.epics.PreferenceConstants
 
PreferencePage - Class in org.csstudio.logging.ui
Preference page for Logging
PreferencePage() - Constructor for class org.csstudio.logging.ui.PreferencePage
Constructor
Preferences - Class in org.csstudio.logging
Helper to read preferences
Preferences() - Constructor for class org.csstudio.logging.Preferences
 
Preferences - Class in org.csstudio.utility.pv
Preferences for Utility.PV
Preferences() - Constructor for class org.csstudio.utility.pv.Preferences
 
PrefPageTitle - Static variable in class org.csstudio.logging.ui.Messages
 
prepareNotification(T, T) - Method in class org.epics.pvmanager.NotificationSupport
Given the old and new value, prepare the final value that will be notified.
prepareWrite(WriteBuffer, ExceptionHandler) - Method in class org.epics.pvmanager.CompositeDataSource
 
prepareWrite(WriteBuffer, ExceptionHandler) - Method in class org.epics.pvmanager.DataSource
Prepares the channels defined in the write buffer for writes.
primary() - Method in class org.epics.pvmanager.formula.FormulaParser
 
PROBLEM_CONTAINER_EMPTY - Static variable in class org.csstudio.ui.util.composites.ResourceAndContainerGroup
Problem identifier: Container is empty.
PROBLEM_NAME_INVALID - Static variable in class org.csstudio.ui.util.composites.ResourceAndContainerGroup
Problem identifier: Invalid resource name.
PROBLEM_NONE - Static variable in class org.csstudio.ui.util.composites.ResourceAndContainerGroup
Problem identifier: No problem.
PROBLEM_PATH_INVALID - Static variable in class org.csstudio.ui.util.composites.ResourceAndContainerGroup
Problem identifier: Path is invalid.
PROBLEM_PATH_OCCUPIED - Static variable in class org.csstudio.ui.util.composites.ResourceAndContainerGroup
Problem identifier: Path os occupied.
PROBLEM_PROJECT_DOES_NOT_EXIST - Static variable in class org.csstudio.ui.util.composites.ResourceAndContainerGroup
Problem identifier: Project does not exist.
PROBLEM_RESOURCE_EMPTY - Static variable in class org.csstudio.ui.util.composites.ResourceAndContainerGroup
Problem identifier: Empty resource.
PROBLEM_RESOURCE_EXIST - Static variable in class org.csstudio.ui.util.composites.ResourceAndContainerGroup
Problem identifier: Resource already exists.
processConnection(ConnectionPayload) - Method in class org.epics.pvmanager.MultiplexedChannelHandler
Process the next connection payload.
processMessage(MessagePayload) - Method in class org.epics.pvmanager.MultiplexedChannelHandler
Process the payload for this channel.
ProcessVariable - Class in org.csstudio.csdata
Control System Process Variable Name Allows Drag-and-Drop to transfer PV names, can be used for context menu object contributions.
ProcessVariable(String) - Constructor for class org.csstudio.csdata.ProcessVariable
Initialize
PROJECTEXISTS - Static variable in class org.csstudio.ui.util.ResourceUtil
Result identifier: Project exists.
ProjectExtPoint - Interface in org.csstudio.startup.module
ProjectExtPoint defines methods which will open or close the projects that belong to the application context.
PROJECTS - Static variable in interface org.csstudio.startup.module.ProjectExtPoint
The tag under which the opened projects should be stored in the parameters
promptForLogin(Display, IApplicationContext) - Method in class org.csstudio.startup.application.Application
Loads the LoginExtPoint and executes the LoginExtPoint.login(Display, IApplicationContext, Map) method.
promptForWorkspace(Display, IApplicationContext) - Method in class org.csstudio.startup.application.Application
Loads the WorkspaceExtPoint and executes WorkspaceExtPoint.promptForWorkspace(Display, IApplicationContext, Map) method.
promptForWorkspace(Display, IApplicationContext, Map<String, Object>) - Method in interface org.csstudio.startup.module.WorkspaceExtPoint
Selects the appropriate workspace according to the given parameters.
publish(LogRecord) - Method in class org.csstudio.logging.JMSLogHandler
publish(LogRecord) - Method in class org.csstudio.logging.ui.ConsoleViewHandler
PURE_JAVA - Static variable in class org.csstudio.platform.libs.epics.PreferenceConstants
Use pure java or not? Values "true", "false"
putDataSource(String, DataSource) - Method in class org.epics.pvmanager.CompositeDataSource
Adds/replaces the data source corresponding to the given name.
PV - Interface in org.csstudio.utility.pv
A control system PV.
pv() - Method in class org.epics.pvmanager.formula.FormulaParser
 
PV<R,W> - Class in org.epics.pvmanager
A PV that can be both read and written.
pvChanged() - Method in interface org.epics.pvmanager.PVReaderListener
Notified when the value of the PV has changed.
PVConfiguration<R,W> - Class in org.epics.pvmanager
Allows to configure the type of read/write PV to create.
pvDisconnected(PV) - Method in interface org.csstudio.utility.pv.PVListener
Notification of a PV disconnect.
PVFactory - Class in org.csstudio.utility.pv
PV Factory
PVFactory() - Constructor for class org.csstudio.utility.pv.PVFactory
 
PVListener - Interface in org.csstudio.utility.pv
A listener for PV updates.
PVManager - Class in org.epics.pvmanager
Entry point for the library, manages the defaults and allows to create PVReader, PVWriter and PV from an read or write expression.
PVManager() - Constructor for class org.epics.pvmanager.PVManager
 
PVReader<T> - Interface in org.epics.pvmanager
An object representing the PVReader.
PVReaderConfiguration<T> - Class in org.epics.pvmanager
An expression used to set the final parameters on how the pv expression should be monitored.
PVReaderListener - Interface in org.epics.pvmanager
Callback for any change in the PV value.
pvValueUpdate(PV) - Method in interface org.csstudio.utility.pv.PVListener
Notification of a new value.
PVWriter<T> - Interface in org.epics.pvmanager
An object representing a writable PV.
PVWriterConfiguration<T> - Class in org.epics.pvmanager
An expression used to set the final parameters on how the pv expression should be written.
PVWriterListener - Interface in org.epics.pvmanager
Callback for delivery notification of new value.
pvWritten() - Method in interface org.epics.pvmanager.PVWriterListener
Notified when the value was written.

Q

QUOTED_ID - Static variable in class org.epics.pvmanager.formula.FormulaLexer
 
QUOTED_ID - Static variable in class org.epics.pvmanager.formula.FormulaParser
 

R

Ramp - Class in org.epics.pvmanager.sim
Function to simulate a signal that increases constantly within a range (saw-tooth shape).
Ramp(Double, Double, Double, Double) - Constructor for class org.epics.pvmanager.sim.Ramp
Creates a ramp shaped signal between min and max, updating a step amount every interval seconds.
Ramp(Double, Double, Double) - Constructor for class org.epics.pvmanager.sim.Ramp
Creates a ramp shaped signal between min and max, incrementing 1 every interval seconds.
Ramp() - Constructor for class org.epics.pvmanager.sim.Ramp
Creates a ramp shaped signal between -5 and +5, incrementing 1 every second.
rangeChanged() - Method in interface org.csstudio.ui.util.widgets.RangeListener
 
RangeListener - Interface in org.csstudio.ui.util.widgets
 
RangeWidget - Class in org.csstudio.ui.util.widgets
Widget that display a range (currently only time, and only vertical) which can be modified using a mouse drag.
RangeWidget(Composite, int) - Constructor for class org.csstudio.ui.util.widgets.RangeWidget
A new range widget.
RangeWidgetTest - Class in org.csstudio.ui.util.widgets
 
RangeWidgetTest() - Constructor for class org.csstudio.ui.util.widgets.RangeWidgetTest
Create the application window.
RDBUtil - Class in org.csstudio.platform.utility.rdb
Obtain database connection for various RDB systems.
RDBUtil(String, String, String, RDBUtil.Dialect, boolean) - Constructor for class org.csstudio.platform.utility.rdb.RDBUtil
Constructor for derived classes.
RDBUtil.Dialect - Enum in org.csstudio.platform.utility.rdb
Database dialect.
read(SourceRateExpression<T>) - Static method in class org.epics.pvmanager.PVManager
Reads the given expression, and returns an object to configure the parameters for the read.
read(DesiredRateExpression<T>) - Static method in class org.epics.pvmanager.PVManager
Reads the given expression, and returns an object to configure the parameters for the read.
readAndWrite(SourceRateReadWriteExpression<R, W>) - Static method in class org.epics.pvmanager.PVManager
Both reads and writes the given expression, and returns an object to configure the parameters for the both read and write.
readAndWrite(DesiredRateReadWriteExpression<R, W>) - Static method in class org.epics.pvmanager.PVManager
Both reads and writes the given expression, and returns an object to configure the parameters for the both read and write.
ReadFailException - Exception in org.epics.pvmanager
Exception thrown when a PVReader is trying to read a channel or data source that cannot be read from.
ReadFailException() - Constructor for exception org.epics.pvmanager.ReadFailException
 
readStartupParameters(Display, IApplicationContext) - Method in class org.csstudio.startup.application.Application
Reads all the startup parameters and returns them in a map.
readStartupParameters(Display, IApplicationContext) - Method in interface org.csstudio.startup.module.StartupParametersExtPoint
Gather the applications startup parameters and returns them to the user.
ReflectUtil - Class in org.csstudio.ui.util
Implementing some introspection functions based on the class name instead of the class object.
ReflectUtil() - Constructor for class org.csstudio.ui.util.ReflectUtil
 
refresh() - Method in class org.csstudio.ui.util.swt.stringtable.StringTableEditor
Refresh the editor after the list of items was changed
remove(int) - Method in class org.epics.pvmanager.extra.DynamicGroup
Removes the expression at the given location.
removeListener(PVListener) - Method in interface org.csstudio.utility.pv.PV
Remove a listener.
removeMonitor(Collector<?>) - Method in class org.epics.pvmanager.ChannelHandler
Used by the data source to remove a read request.
removeMonitor(Collector<?>) - Method in class org.epics.pvmanager.MultiplexedChannelHandler
Used by the data source to remove a read request.
removePVReaderListener(PVReaderListener) - Method in class org.epics.pvmanager.PV
 
removePVReaderListener(PVReaderListener) - Method in interface org.epics.pvmanager.PVReader
Removes a listener to the value.
removePVWriterListener(PVWriterListener) - Method in class org.epics.pvmanager.PV
 
removePVWriterListener(PVWriterListener) - Method in interface org.epics.pvmanager.PVWriter
Removes a listener to the value.
removeRangeListener(RangeListener) - Method in class org.csstudio.ui.util.widgets.RangeWidget
Removes a listener.
removeRangeListener(RangeListener) - Method in class org.csstudio.ui.util.widgets.StartEndRangeWidget
Removes a listener.
removeWrite(WriteCache<?>, ExceptionHandler) - Method in class org.epics.pvmanager.ChannelHandler
Used by the data source to conclude writes to the channel managed by this handler.
removeWrite(WriteCache<?>, ExceptionHandler) - Method in class org.epics.pvmanager.MultiplexedChannelHandler
Used by the data source to conclude writes to the channel managed by this handler.
REPEATER_PORT - Static variable in class org.csstudio.platform.libs.epics.PreferenceConstants
 
Replay - Class in org.epics.pvmanager.sim
Function that reads an xml file and simulates a pv by replaying it.
Replay(String) - Constructor for class org.epics.pvmanager.sim.Replay
The URI of the file.
reportExceptionToAllReadersAndWriters(Exception) - Method in class org.epics.pvmanager.MultiplexedChannelHandler
Notifies all readers and writers of an error condition.
resolveClass(ObjectStreamClass) - Method in class org.csstudio.ui.util.dnd.ObjectInputStreamWithOsgiClassResolution
 
ResourceAndContainerGroup - Class in org.csstudio.ui.util.composites
Workbench-level composite for resource and container specification by the user.
ResourceAndContainerGroup(Composite, Listener, String, String) - Constructor for class org.csstudio.ui.util.composites.ResourceAndContainerGroup
Create an instance of the group to allow the user to enter/select a container and specify a resource name.
ResourceAndContainerGroup(Composite, Listener, String, String, boolean) - Constructor for class org.csstudio.ui.util.composites.ResourceAndContainerGroup
Create an instance of the group to allow the user to enter/select a container and specify a resource name.
ResourceAndContainerGroup(Composite, Listener, String, String, boolean, int) - Constructor for class org.csstudio.ui.util.composites.ResourceAndContainerGroup
Create an instance of the group to allow the user to enter/select a container and specify a resource name.
ResourceManager - Class in org.eclipse.wb.swt
Utility class for managing OS resources associated with SWT/JFace controls such as colors, fonts, images, etc.
ResourceManager() - Constructor for class org.eclipse.wb.swt.ResourceManager
 
ResourceManager.PluginResourceProvider - Interface in org.eclipse.wb.swt
Provider for plugin resources, used by WindowBuilder at design time.
ResourceSelectionDialog - Class in org.csstudio.ui.util.dialogs
This class represents a Dialog to choose a file in the workspace.
ResourceSelectionDialog(Shell, String, String[]) - Constructor for class org.csstudio.ui.util.dialogs.ResourceSelectionDialog
Creates an input dialog with OK and Cancel buttons.
ResourceSelectionGroup - Class in org.csstudio.ui.util.composites
Workbench-level composite for choosing a resource.
ResourceSelectionGroup(Composite, Listener, String[], boolean) - Constructor for class org.csstudio.ui.util.composites.ResourceSelectionGroup
Creates a new instance of the widget.
ResourceSelectionGroup(Composite, Listener, String[], String, boolean) - Constructor for class org.csstudio.ui.util.composites.ResourceSelectionGroup
Creates a new instance of the widget.
ResourceSelectionGroup(Composite, Listener, String[], String, boolean, boolean) - Constructor for class org.csstudio.ui.util.composites.ResourceSelectionGroup
Creates a new instance of the widget.
ResourceSelectionGroup(Composite, Listener, String[], String, boolean, boolean, int, int) - Constructor for class org.csstudio.ui.util.composites.ResourceSelectionGroup
Creates a new instance of the widget.
ResourceUtil - Class in org.csstudio.ui.util
This class is for creating new IResource-objects.
resultOf(ExpressionLanguage.OneArgFunction<R, A>, DesiredRateExpression<A>) - Static method in class org.epics.pvmanager.ExpressionLanguage
An expression that represents the result of a user provided function.
resultOf(ExpressionLanguage.TwoArgFunction<R, A1, A2>, DesiredRateExpression<? extends A1>, DesiredRateExpression<? extends A2>) - Static method in class org.epics.pvmanager.ExpressionLanguage
An expression that represents the result of a user provided function.
resultOf(ExpressionLanguage.TwoArgFunction<R, A1, A2>, DesiredRateExpression<? extends A1>, DesiredRateExpression<? extends A2>, String) - Static method in class org.epics.pvmanager.ExpressionLanguage
An expression that represents the result of a user provided function.
routeExceptionsTo(ExceptionHandler) - Method in class org.epics.pvmanager.PVConfiguration
Forwards exception to the given exception handler.
routeExceptionsTo(ExceptionHandler) - Method in class org.epics.pvmanager.PVReaderConfiguration
Forwards exception to the given exception handler.
routeExceptionsTo(ExceptionHandler) - Method in class org.epics.pvmanager.PVWriterConfiguration
Forwards exception to the given exception handler.
rowData - Variable in class org.csstudio.ui.util.swt.stringtable.RowEditDialog
 
RowEditDialog - Class in org.csstudio.ui.util.swt.stringtable
The RowEditDialog is the abstract superclass of dialogs that are used to edit a row of items in a table
RowEditDialog(Shell) - Constructor for class org.csstudio.ui.util.swt.stringtable.RowEditDialog
Initialize Dialog
RowEditDialog_ShellTitle - Static variable in class org.csstudio.ui.util.swt.stringtable.Messages
 
run() - Method in class org.csstudio.ui.util.thread.UIBundlingThread
.
runWorkbench(Display, IApplicationContext, Map<String, Object>) - Method in interface org.csstudio.startup.module.WorkbenchExtPoint
Runs the workbench.

S

saveSettings() - Method in class org.csstudio.ui.util.helpers.ComboHistoryHelper
Save list values to persistent storage.
Scalar - Interface in org.epics.pvmanager.data
Basic type definition for all scalar types.
scrollDown(boolean) - Static method in class org.epics.pvmanager.extra.WaterfallPlotParameters
Whether the plot should scroll down or up.
sec(double) - Static method in class org.epics.pvmanager.util.TimeDuration
Deprecated. A new duration in seconds.
seconds() - Method in interface org.csstudio.data.values.ITimestamp
Get seconds since epoch, i.e.
SEPARATOR - Static variable in class org.csstudio.utility.pv.PVFactory
Separator between PV type indicator and rest of PV name.
SerializableItemTransfer - Class in org.csstudio.ui.util.dnd
Drag-and-Drop Transfer for any serializable object.
SERVER_PORT - Static variable in class org.csstudio.platform.libs.epics.PreferenceConstants
 
ServicesStartupExtPoint - Interface in org.csstudio.startup.module
ServicesStartupExtPoint defines how the services and which services should be started when the application is loading.
set(int, DesiredRateExpression<?>) - Method in class org.epics.pvmanager.extra.DynamicGroup
Changes the expression to the given location.
setAllowExistingResources(boolean) - Method in class org.csstudio.ui.util.composites.ResourceAndContainerGroup
Sets the flag indicating whether existing resources are permitted.
setAsyncWriteExecutor(ScheduledExecutorService) - Static method in class org.epics.pvmanager.PVManager
Changes the executor used for the asynchronous write calls.
setAutoReconnect(boolean) - Method in class org.csstudio.platform.utility.rdb.RDBUtil
Temporarily disable or later re-enable the auto-reconnect feature.
setContainerFullPath(IPath) - Method in class org.csstudio.ui.util.composites.ResourceAndContainerGroup
Sets the value of this page's container.
setContainerFullPath(IPath) - Method in class org.csstudio.ui.util.wizards.WizardNewFileCreationPage
Sets the value of this page's container name field, or stores it for future use if this page's controls do not exist yet.
setContainerSelectionGroupEnabled(boolean) - Method in class org.csstudio.ui.util.composites.ResourceAndContainerGroup
Set the embedded container selection group to enabled/disabled.
setDefaultDataSource(String) - Method in class org.epics.pvmanager.CompositeDataSource
Sets the data source to be used if the channel does not specify one explicitely.
setDefaultDataSource(DataSource) - Static method in class org.epics.pvmanager.PVManager
Changes the default source for data.
setDefaultNotificationExecutor(Executor) - Static method in class org.epics.pvmanager.PVManager
Changes the default executor on which all notifications are going to be posted.
setDelimiter(String) - Method in class org.epics.pvmanager.CompositeDataSource
Changes the data source delimiter.
setDistancePerPx(double) - Method in class org.csstudio.ui.util.widgets.RangeWidget
Changes how much distance is represented by each pixel.
setEditable(boolean) - Method in class org.csstudio.ui.util.widgets.RangeWidget
Changes whether the use can use the mouse to change the resolution.
setEnabled(boolean) - Method in class org.csstudio.ui.util.swt.stringtable.StringTableEditor
 
setEnabled(boolean) - Method in class org.csstudio.ui.util.widgets.MeterWidget
 
setException(Exception) - Method in class org.csstudio.ui.util.widgets.ErrorBar
 
setFileExtension(String) - Method in class org.csstudio.ui.util.composites.ResourceAndContainerGroup
Set the file extension.
setFileName(String) - Method in class org.csstudio.ui.util.wizards.WizardNewFileCreationPage
Sets the value of this page's file name field, or stores it for future use if this page's controls do not exist yet.
setFocus() - Method in class org.csstudio.ui.util.composites.ResourceAndContainerGroup
Gives focus to the resource name field and selects its contents.
setInitialFocus() - Method in class org.csstudio.ui.util.composites.ResourceSelectionGroup
Gives focus to one of the widgets in the group, as determined by the group.
setLimits(double, double, double, double, double, double, int) - Method in class org.csstudio.ui.util.widgets.MeterWidget
Configure the meter.
setMarginBottom(int) - Method in class org.csstudio.ui.util.widgets.ErrorBar
Changes the margin on the bottom of the error bar, if displayed.
setMarginLeft(int) - Method in class org.csstudio.ui.util.widgets.ErrorBar
Changes the margin on the left of the error bar, if displayed.
setMarginRight(int) - Method in class org.csstudio.ui.util.widgets.ErrorBar
Changes the margin on the right of the error bar, if displayed.
setMarginTop(int) - Method in class org.csstudio.ui.util.widgets.ErrorBar
Changes the margin on the top of the error bar, if displayed.
setMax(double) - Method in class org.csstudio.ui.util.widgets.StartEndRangeWidget
 
setMin(double) - Method in class org.csstudio.ui.util.widgets.StartEndRangeWidget
 
setNumberFormat(NumberFormat) - Method in class org.epics.pvmanager.data.ValueFormat
Changes the NumberFormat used to format the numeric values.
setOrientation(StartEndRangeWidget.ORIENTATION) - Method in class org.csstudio.ui.util.widgets.StartEndRangeWidget
 
setPaused(boolean) - Method in class org.epics.pvmanager.PV
 
setPaused(boolean) - Method in interface org.epics.pvmanager.PVReader
Pauses or resumes the reader notifications.
setPrecedingChannels(List<String>) - Method in class org.epics.pvmanager.WriteCache
Changes which channels need to be written before the channel for this cache can be written.
setRange(double, double) - Method in class org.csstudio.ui.util.widgets.StartEndRangeWidget
 
setRanges(double, double, double, double) - Method in class org.csstudio.ui.util.widgets.StartEndRangeWidget
 
setReadScannerExecutorService(ScheduledExecutorService) - Static method in class org.epics.pvmanager.PVManager
Changes the executor service to use for executing the periodic read scan.
setResource(String) - Method in class org.csstudio.ui.util.composites.ResourceAndContainerGroup
Sets the value of this page's resource name.
setRowData(String[]) - Method in class org.csstudio.ui.util.swt.stringtable.RowEditDialog
Set the rowData which will be initially displayed in the Edit Dialog.
setSelectedMax(double) - Method in class org.csstudio.ui.util.widgets.StartEndRangeWidget
 
setSelectedMin(double) - Method in class org.csstudio.ui.util.widgets.StartEndRangeWidget
 
setSelectedRange(double, double) - Method in class org.csstudio.ui.util.widgets.StartEndRangeWidget
 
setSelectedResource(IResource) - Method in class org.csstudio.ui.util.composites.ResourceSelectionGroup
Selects the given resource.
setSelectedResource(IPath) - Method in class org.csstudio.ui.util.composites.ResourceSelectionGroup
Selects the resource with the given path.
setSelectedResource(IPath) - Method in class org.csstudio.ui.util.dialogs.ResourceSelectionDialog
Sets the initially selected resource.
setStartPosition(int) - Method in class org.csstudio.ui.util.widgets.RangeWidget
Determines whether the range start at the top (and goes down) or at the bottom (and goes up).
setStatus(IStatus) - Method in class org.csstudio.ui.util.dialogs.ExceptionDetailsErrorDialog
Set the status displayed by this error dialog to the given status.
setTimeZome(TimeZone) - Method in class org.epics.pvmanager.util.TimeStampFormat
Deprecated. Changes the time zone used to format the timestamp.
setValue(double) - Method in class org.csstudio.ui.util.widgets.MeterWidget
Set current value.
setValue(Object) - Method in interface org.csstudio.utility.pv.PV
Set PV to given value.
setValue(Object) - Method in class org.epics.pvmanager.ValueCache
Changes the value in the cache.
setValue(T) - Method in class org.epics.pvmanager.WriteCache
Changes the value in the cache.
setValue(A) - Method in class org.epics.pvmanager.WriteFunction
Takes the value and consumes it.
setVisible(boolean) - Method in class org.csstudio.ui.util.wizards.WizardNewFileCreationPage
SEVERITY - Static variable in interface org.csstudio.logging.JMSLogMessage
Mandatory MapMessage element: Severity of the message
SevInvalid - Static variable in class org.csstudio.data.values.Messages
 
SevMajor - Static variable in class org.csstudio.data.values.Messages
 
SevMinor - Static variable in class org.csstudio.data.values.Messages
 
SevOK - Static variable in class org.csstudio.data.values.Messages
 
SevrStatEnd - Static variable in class org.csstudio.data.values.Messages
 
SevrStatSeparator - Static variable in class org.csstudio.data.values.Messages
 
shouldDisplay(IStatus, int) - Static method in class org.csstudio.ui.util.dialogs.ExceptionDetailsErrorDialog
Returns whether the given status object should be displayed.
shouldShowDetailsButton() - Method in class org.csstudio.ui.util.dialogs.ExceptionDetailsErrorDialog
Return whether the Details button should be included.
showDetailsArea() - Method in class org.csstudio.ui.util.dialogs.ExceptionDetailsErrorDialog
Show the details portion of the dialog if it is not already visible.
ShutDownExtPoint - Interface in org.csstudio.startup.module
ShutDownExtPoint is used to provide the code that needs to be executed just before the workbench closes.
SimpleValueFormat - Class in org.epics.pvmanager.data
Default implementation for formatting.
SimpleValueFormat(int) - Constructor for class org.epics.pvmanager.data.SimpleValueFormat
Formats any scalar and array, by using the server side formatting and limiting the elements of the array displayed to maxElements.
simulatedData() - Static method in class org.epics.pvmanager.sim.SimulationDataSource
Data source instance.
SimulationDataSource - Class in org.epics.pvmanager.sim
Data source to produce simulated signals that can be using during development and testing.
SimulationDataSource() - Constructor for class org.epics.pvmanager.sim.SimulationDataSource
 
Sine - Class in org.epics.pvmanager.sim
Function to simulate a signal shaped like a sine.
Sine(Double, Double, Double, Double) - Constructor for class org.epics.pvmanager.sim.Sine
Creates a sine shaped signal between min and max, updating every interval seconds with samplesPerCycles samples every full sine cycle.
Sine(Double, Double, Double) - Constructor for class org.epics.pvmanager.sim.Sine
Creates a sine shaped signal between min and max, updating every interval seconds with 10 samples every full sine cycle.
Sine() - Constructor for class org.epics.pvmanager.sim.Sine
Creates a sine shaped signal between -5 and 5, updating every second with 10 samples every full sine cycle.
singleRangeGradient(Color, Color) - Static method in class org.epics.pvmanager.extra.ColorScheme
A simple color scheme that uses only one gradient for the whole display range.
singleRangeGradient(Color, Color, Color) - Static method in class org.epics.pvmanager.extra.ColorScheme
 
size() - Method in class org.epics.pvmanager.extra.DynamicGroup
Returns the number of expressions in the group.
SourceRateExpression<R> - Interface in org.epics.pvmanager.expression
An expression to read at the rate of the source.
SourceRateExpressionImpl<R> - Class in org.epics.pvmanager.expression
Implementation class for SourceRateExpression.
SourceRateExpressionImpl(String, Class<R>) - Constructor for class org.epics.pvmanager.expression.SourceRateExpressionImpl
Constructor that represents a single pv of a particular type.
SourceRateExpressionImpl(SourceRateExpressionList<?>, Function<R>, String) - Constructor for class org.epics.pvmanager.expression.SourceRateExpressionImpl
Creates a new source rate expression.
SourceRateExpressionList<R> - Interface in org.epics.pvmanager.expression
A list of expressions to read at the rate of the source.
SourceRateExpressionListImpl<R> - Class in org.epics.pvmanager.expression
Implementation class for SourceRateExpressionList.
SourceRateExpressionListImpl() - Constructor for class org.epics.pvmanager.expression.SourceRateExpressionListImpl
Creates a new empty expression list.
SourceRateReadWriteExpression<R,W> - Interface in org.epics.pvmanager.expression
An expression to write and to read at the rate of the source.
SourceRateReadWriteExpressionImpl<R,W> - Class in org.epics.pvmanager.expression
Implementation class for SourceRateReadWriteExpression.
SourceRateReadWriteExpressionImpl(SourceRateExpression<R>, WriteExpression<W>) - Constructor for class org.epics.pvmanager.expression.SourceRateReadWriteExpressionImpl
Creates an expression that can be both read and written.
SourceRateReadWriteExpressionList<R,W> - Interface in org.epics.pvmanager.expression
A list of expressions to write and to read at the rate of the source.
SourceRateReadWriteExpressionListImpl<R,W> - Class in org.epics.pvmanager.expression
Implementation class for SourceRateReadWriteExpressionList.
SourceRateReadWriteExpressionListImpl() - Constructor for class org.epics.pvmanager.expression.SourceRateReadWriteExpressionListImpl
 
splitIgnoreInQuotes(String, char, boolean) - Static method in class org.csstudio.java.string.StringSplitter
Split source string into an array of elements separated by the splitting character, but ignoring split characters enclosed in quotes.
start() - Method in class org.csstudio.logging.JMSLogHandler
Start background thread that handles the JMS communication.
start() - Method in class org.csstudio.logging.JMSLogWriter
Start the writer's background thread
start(BundleContext) - Method in class org.csstudio.platform.libs.epics.EpicsPlugin
Set preferences, load JNI libraries as needed
start(IApplicationContext) - Method in class org.csstudio.startup.application.Application
start(BundleContext) - Method in class org.csstudio.ui.util.Activator
 
start() - Method in interface org.csstudio.utility.pv.PV
Start the PV: connect, get meta data, subscribe to updates, invoke PVListener for incoming values, ...
start(BundleContext) - Method in class org.csstudio.utility.pvmanager.Activator
 
startApplication(IApplicationContext, Display, OpenDocumentEventProcessor) - Method in class org.csstudio.startup.application.Application
Initializes the application.
StartEndRangeWidget - Class in org.csstudio.ui.util.widgets
 
StartEndRangeWidget(Composite, int) - Constructor for class org.csstudio.ui.util.widgets.StartEndRangeWidget
 
StartEndRangeWidget.ORIENTATION - Enum in org.csstudio.ui.util.widgets
 
StartEndRangeWidgetTest - Class in org.csstudio.ui.util.widgets
 
StartEndRangeWidgetTest() - Constructor for class org.csstudio.ui.util.widgets.StartEndRangeWidgetTest
 
startServices(Display, IApplicationContext) - Method in class org.csstudio.startup.application.Application
Loads the ServicesStartupExtPoint and executes ServicesStartupExtPoint#startServices(IApplicationContext).
startServices(Display, IApplicationContext, Map<String, Object>) - Method in interface org.csstudio.startup.module.ServicesStartupExtPoint
Starts all services that need to be started.
StartupParametersExtPoint - Interface in org.csstudio.startup.module
StartupParametersExtPoint reads the input parameters and provides access to those parameters to the application, which subsequently forwards the parameters to other extension points.
Statistics - Interface in org.epics.pvmanager.data
Basic type for statistical information of numeric types.
statisticsOf(SourceRateExpression<VDouble>) - Static method in class org.epics.pvmanager.data.ExpressionLanguage
Aggregates the sample at the scan rate and calculates statistical information.
statisticsOf(SourceRateExpressionList<VDouble>) - Static method in class org.epics.pvmanager.data.ExpressionLanguage
Applies ExpressionLanguage.statisticsOf(org.epics.pvmanager.expression.SourceRateExpression) to all arguments.
stop() - Method in class org.csstudio.logging.JMSLogWriter
Stop the writer's background thread
stop(BundleContext) - Method in class org.csstudio.platform.libs.epics.EpicsPlugin
stop() - Method in class org.csstudio.startup.application.Application
stop(BundleContext) - Method in class org.csstudio.ui.util.Activator
 
stop() - Method in interface org.csstudio.utility.pv.PV
Stop the PV: disconnect, ...
stopApplication() - Method in class org.csstudio.startup.application.Application
Loads all ShutDownExtPoints and executes the ShutDownExtPoint#beforeShutDown() method.
STRING - Static variable in class org.epics.pvmanager.formula.FormulaLexer
 
STRING - Static variable in class org.epics.pvmanager.formula.FormulaParser
 
StringID - Class in org.csstudio.platform.utility.rdb
A name (string) with an ID.
StringID(int, String) - Constructor for class org.csstudio.platform.utility.rdb.StringID
Construct name with given ID
StringIDHelper - Class in org.csstudio.platform.utility.rdb
Helper for StringID entries in RDB.
StringIDHelper(RDBUtil, String, String, String) - Constructor for class org.csstudio.platform.utility.rdb.StringIDHelper
Construct helper
stringLiteral() - Method in class org.epics.pvmanager.formula.FormulaParser
 
Strings - Class in org.epics.pvmanager.sim
Function to simulate a signal that generates Strings.
Strings() - Constructor for class org.epics.pvmanager.sim.Strings
Creates a signal uniformly distributed between -5.0 and 5.0, updating every 100ms (10Hz).
Strings(Double) - Constructor for class org.epics.pvmanager.sim.Strings
Creates a signal uniformly distributed between min and max, updating every interval seconds.
StringSplitter - Class in org.csstudio.java.string
Split string into segments
StringTableEditor - Class in org.csstudio.ui.util.swt.stringtable
Editor for table (list) of String or String[] entries, allows up/down ordering, add and delete
StringTableEditor(Composite, String[], boolean[], List<String[]>, RowEditDialog, int[]) - Constructor for class org.csstudio.ui.util.swt.stringtable.StringTableEditor
Creates an editable table.
StringTableEditor(Composite, List<String>) - Constructor for class org.csstudio.ui.util.swt.stringtable.StringTableEditor
Create a string list editor which is a table with only one column.
StringTableEditor_AddRowText - Static variable in class org.csstudio.ui.util.swt.stringtable.Messages
 
StringTableEditor_DefaultColumnHeader - Static variable in class org.csstudio.ui.util.swt.stringtable.Messages
 
StringTableEditor_DeleteToolTip - Static variable in class org.csstudio.ui.util.swt.stringtable.Messages
 
StringTableEditor_EditToolTip - Static variable in class org.csstudio.ui.util.swt.stringtable.Messages
 
StringTableEditor_MoveDownToolTip - Static variable in class org.csstudio.ui.util.swt.stringtable.Messages
 
StringTableEditor_MoveUpToolTip - Static variable in class org.csstudio.ui.util.swt.stringtable.Messages
 
swingEDT() - Static method in class org.epics.pvmanager.util.Executors
Executes tasks on the Swing Event Dispatch Thread using SwingUtilities.invokeLater().
SWTConstants - Class in org.csstudio.ui.util
SWT Constants.
SWTConstants() - Constructor for class org.csstudio.ui.util.SWTConstants
 
SWTResourceManager - Class in org.eclipse.wb.swt
Utility class for managing OS resources associated with SWT controls such as colors, fonts, images, etc.
SWTResourceManager() - Constructor for class org.eclipse.wb.swt.SWTResourceManager
 
sync() - Method in class org.epics.pvmanager.PVWriterConfiguration
Creates a new PVWriter where the PVWriter.write(java.lang.Object) method is synchronous (i.e.
synchronizedArrayOf(TimeDuration, SourceRateExpressionList<VDouble>) - Static method in class org.epics.pvmanager.data.ExpressionLanguage
A synchronized array from the given expression.
synchronizedArrayOf(TimeDuration, TimeDuration, SourceRateExpressionList<VDouble>) - Static method in class org.epics.pvmanager.data.ExpressionLanguage
A synchronized array from the given expression.
synchWriteAndMaxReadRate(TimeDuration) - Method in class org.epics.pvmanager.PVConfiguration
Creates the pv such that writes are synchronous and read notifications comes at most at the rate specified.
synchWriteAndReadEvery(TimeDuration) - Method in class org.epics.pvmanager.PVConfiguration
Deprecated. 

T

T__15 - Static variable in class org.epics.pvmanager.formula.FormulaLexer
 
T__15 - Static variable in class org.epics.pvmanager.formula.FormulaParser
 
T__16 - Static variable in class org.epics.pvmanager.formula.FormulaLexer
 
T__16 - Static variable in class org.epics.pvmanager.formula.FormulaParser
 
T__17 - Static variable in class org.epics.pvmanager.formula.FormulaLexer
 
T__17 - Static variable in class org.epics.pvmanager.formula.FormulaParser
 
T__18 - Static variable in class org.epics.pvmanager.formula.FormulaLexer
 
T__18 - Static variable in class org.epics.pvmanager.formula.FormulaParser
 
T__19 - Static variable in class org.epics.pvmanager.formula.FormulaLexer
 
T__19 - Static variable in class org.epics.pvmanager.formula.FormulaParser
 
T__20 - Static variable in class org.epics.pvmanager.formula.FormulaLexer
 
T__20 - Static variable in class org.epics.pvmanager.formula.FormulaParser
 
T__21 - Static variable in class org.epics.pvmanager.formula.FormulaLexer
 
T__21 - Static variable in class org.epics.pvmanager.formula.FormulaParser
 
TEXT - Static variable in interface org.csstudio.logging.JMSLogMessage
Mandatory MapMessage element: content
Time - Interface in org.epics.pvmanager.data
Time information.
time(long, int) - Static method in class org.epics.pvmanager.util.TimeStamp
Deprecated. Returns a new timestamp from UNIX time.
timeComparator() - Static method in class org.epics.pvmanager.data.ValueUtil
Returns a comparator with the order defined by the timestamp.
timedCacheOf(SourceRateExpression<T>, TimeDuration) - Static method in class org.epics.pvmanager.ExpressionLanguage
Returns all the values starting the latest value and older up to the time different given by the interval.
TimeDuration - Class in org.epics.pvmanager.util
Deprecated. This class is being retired in favor of org.epics.util.time.TimeDuration
TimeInterval - Class in org.epics.pvmanager.util
Deprecated. This class is being retired in favor of org.epics.util.time.TimeInterval
timeNow() - Static method in class org.epics.pvmanager.data.ValueFactory
New time with the current timestamp, no user tag and valid data.
timeOf(Object) - Static method in class org.epics.pvmanager.data.ValueUtil
Extracts the time information if present.
TIMEOUT - Static variable in class org.csstudio.platform.libs.epics.PreferenceConstants
 
timeout(TimeDuration) - Method in class org.epics.pvmanager.PVConfiguration
 
timeout(TimeDuration, String) - Method in class org.epics.pvmanager.PVConfiguration
 
timeout(TimeDuration, String, String) - Method in class org.epics.pvmanager.PVConfiguration
Specifies a timeout, with a different message for the read and the write.
timeout(TimeDuration) - Method in class org.epics.pvmanager.PVReaderConfiguration
 
timeout(TimeDuration, String) - Method in class org.epics.pvmanager.PVReaderConfiguration
 
timeout(TimeDuration) - Method in class org.epics.pvmanager.PVWriterConfiguration
 
timeout(TimeDuration, String) - Method in class org.epics.pvmanager.PVWriterConfiguration
 
TimeoutException - Exception in org.epics.pvmanager
Exception thrown when a PVReader or PVWriter exceed their timeout.
TimeStamp - Class in org.epics.pvmanager.util
Deprecated. This class is being retired in favor of Timestamp
TimestampFactory - Class in org.csstudio.data.values
A factory for ITimestamp time stamps.
TimeStampFormat - Class in org.epics.pvmanager.util
Deprecated. This class is being retired in favor of TimestampFormat
TimeStampFormat() - Constructor for class org.epics.pvmanager.util.TimeStampFormat
Deprecated. Creates a new TimeStampFormat using the current Locale.
TimeStampFormat(String) - Constructor for class org.epics.pvmanager.util.TimeStampFormat
Deprecated. Creates a new TimeStampFormat using the given pattern and the symbols from the current Locale.
TimeStampFormat(String, DateFormatSymbols) - Constructor for class org.epics.pvmanager.util.TimeStampFormat
Deprecated. Creates a new TimeStampFormat using the given pattern and symbols.
TimeStampFormat(String, Locale) - Constructor for class org.epics.pvmanager.util.TimeStampFormat
Deprecated. Creates a new TimeStampFormat using the given pattern and the symbols from the current Locale.
timestampOf(T) - Static method in class org.epics.pvmanager.TimeSupport
Deprecated. Extracts the TimeStamp of the value using the appropriate type support.
timestampOf(Date) - Static method in class org.epics.pvmanager.util.TimeStamp
Deprecated. Converts a Date to a timestamp.
timestampOf(Timestamp) - Static method in class org.epics.pvmanager.util.TimeStamp
Deprecated.  
TimeSupport<T> - Class in org.epics.pvmanager
Deprecated. generic type support is being removed: was too intrusive and little used. being replaced by used of generic function that expect T extends Time.
TimeSupport(Class<T>) - Constructor for class org.epics.pvmanager.TimeSupport
Deprecated. Creates a new support for extracting time information from the given class.
toArrayClass(String) - Static method in class org.csstudio.ui.util.ReflectUtil
Returns the array class name for the given class name.
toCalendar() - Method in interface org.csstudio.data.values.ITimestamp
Convert to Calendar.
toDouble() - Method in interface org.csstudio.data.values.ITimestamp
Convert to double.
toImage(VImage) - Static method in class org.epics.pvmanager.data.ValueUtil
Converts a VImage to an AWT BufferedImage, so that it can be displayed.
tokenNames - Static variable in class org.epics.pvmanager.formula.FormulaParser
 
TOP_LEFT - Static variable in class org.eclipse.wb.swt.SWTResourceManager
Style constant for placing decorator image in top left corner of base image.
TOP_RIGHT - Static variable in class org.eclipse.wb.swt.SWTResourceManager
Style constant for placing decorator image in top right corner of base image.
toSQLTimestamp() - Method in interface org.csstudio.data.values.ITimestamp
Convert to SQL Timestamp.
toString() - Method in class org.csstudio.csdata.Device
 
toString() - Method in class org.csstudio.csdata.ProcessVariable
 
toString() - Method in interface org.csstudio.data.values.ISeverity
 
toString() - Method in class org.csstudio.platform.utility.rdb.RDBUtil
 
toString() - Method in class org.csstudio.platform.utility.rdb.StringID
 
toString() - Method in class org.csstudio.ui.util.dnd.SerializableItemTransfer
 
toString() - Method in class org.epics.pvmanager.util.TimeDuration
Deprecated.  
toString() - Method in class org.epics.pvmanager.util.TimeInterval
Deprecated.  
toString() - Method in class org.epics.pvmanager.util.TimeStamp
Deprecated.  
toStringFormat() - Static method in class org.epics.pvmanager.util.NumberFormats
Returns the NumberFormat that uses the standard text representation (toString) for numbers.
toTimestamp(T) - Static method in class org.epics.pvmanager.TimeSupport
Deprecated. Extracts the TimeStamp of the value using the appropriate type support.
toVImage(BufferedImage) - Static method in class org.epics.pvmanager.data.ValueUtil
Converts an AWT BufferedImage to a VImage.
TYPE - Static variable in interface org.csstudio.logging.JMSLogMessage
Mandatory MapMessage element: type
TYPE_LOG - Static variable in interface org.csstudio.logging.JMSLogMessage
Value of the TYPE element.
typeOf(Object) - Static method in class org.epics.pvmanager.data.ValueUtil
Returns the type of the object by returning the class object of one of the VXxx interfaces.
TypeSupport<T> - Class in org.epics.pvmanager
Implements the mechanism for registering different types so that the library knows how to handle them.
TypeSupport(Class<T>, Class<? extends TypeSupport>) - Constructor for class org.epics.pvmanager.TypeSupport
Creates a new type support of the given type
typeSupportsFor(Class<T>) - Static method in class org.epics.pvmanager.TypeSupport
 

U

UIBundlingThread - Class in org.csstudio.ui.util.thread
A singleton back thread which will help to execute tasks in UI thread.
UNICODE_ESC - Static variable in class org.epics.pvmanager.formula.FormulaLexer
 
UNICODE_ESC - Static variable in class org.epics.pvmanager.formula.FormulaParser
 
units(String) - Method in class org.epics.pvmanager.data.DisplayBuilder
 
updateCache(ValueCache, ConnectionPayload, MessagePayload) - Method in interface org.epics.pvmanager.DataSourceTypeAdapter
Takes the information in the message and updates the cache.
updateCache(ValueCache, Channel, JCAMessagePayload) - Method in class org.epics.pvmanager.jca.JCATypeAdapter
 
updateInput(List<?>) - Method in class org.csstudio.ui.util.swt.stringtable.StringTableEditor
Update the input to the table.
upperAlarmLimit(Double) - Method in class org.epics.pvmanager.data.DisplayBuilder
 
upperCtrlLimit(Double) - Method in class org.epics.pvmanager.data.DisplayBuilder
 
upperDisplayLimit(Double) - Method in class org.epics.pvmanager.data.DisplayBuilder
 
upperWarningLimit(Double) - Method in class org.epics.pvmanager.data.DisplayBuilder
 
usePureJava() - Method in class org.csstudio.platform.libs.epics.EpicsPlugin
 
USER - Static variable in interface org.csstudio.logging.JMSLogMessage
Optional MapMessage element: user that generated the event
USERNAME - Static variable in interface org.csstudio.startup.module.LoginExtPoint
The tag under which the username should be stored in the parameters map

V

validatePage() - Method in class org.csstudio.ui.util.wizards.WizardNewFileCreationPage
Returns whether this page's controls currently all contain valid values.
ValueCache<T> - Class in org.epics.pvmanager
Represent a building block that can store a particular value
ValueCache(Class<T>) - Constructor for class org.epics.pvmanager.ValueCache
Creates a new cache for the given data type.
ValueFactory - Class in org.csstudio.data.values
Factory for IValue-based types.
ValueFactory - Class in org.epics.pvmanager.data
Factory class for all concrete implementation of the types.
ValueFactory() - Constructor for class org.epics.pvmanager.data.ValueFactory
 
ValueFormat - Class in org.epics.pvmanager.data
Formats a data type to a String representation.
ValueFormat() - Constructor for class org.epics.pvmanager.data.ValueFormat
 
valueOf(String) - Static method in enum org.csstudio.data.values.ITimestamp.Format
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.csstudio.data.values.IValue.Format
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.csstudio.data.values.IValue.Quality
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.csstudio.logging.LogFormatDetail
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.csstudio.platform.libs.epics.EpicsPlugin.MonitorMask
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.csstudio.platform.utility.rdb.RDBUtil.Dialect
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.csstudio.ui.util.widgets.StartEndRangeWidget.ORIENTATION
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.epics.pvmanager.data.AlarmSeverity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.epics.pvmanager.data.AlarmStatus
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.csstudio.data.values.ITimestamp.Format
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.csstudio.data.values.IValue.Format
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.csstudio.data.values.IValue.Quality
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.csstudio.logging.LogFormatDetail
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.csstudio.platform.libs.epics.EpicsPlugin.MonitorMask
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.csstudio.platform.utility.rdb.RDBUtil.Dialect
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.csstudio.ui.util.widgets.StartEndRangeWidget.ORIENTATION
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.epics.pvmanager.data.AlarmSeverity
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.epics.pvmanager.data.AlarmStatus
Returns an array containing the constants of this enum type, in the order they are declared.
ValueSevrStatSeparator - Static variable in class org.csstudio.data.values.Messages
 
ValueUtil - Class in org.csstudio.data.values
Helper for decoding the data in a IValue, mostly for display purposes.
ValueUtil() - Constructor for class org.csstudio.data.values.ValueUtil
 
ValueUtil - Class in org.epics.pvmanager.data
Various utility methods for runtime handling of the types defined in this package.
vByteArray(String) - Static method in class org.epics.pvmanager.data.ExpressionLanguage
A channel with the given name of type VByteArray.
VByteArray - Interface in org.epics.pvmanager.data
Byte array with alarm, timestamp, display and control information.
vConst(double) - Static method in class org.epics.pvmanager.data.ExpressionLanguage
A constant representing a double.
vConst(int) - Static method in class org.epics.pvmanager.data.ExpressionLanguage
A constant representing an int.
vConst(double...) - Static method in class org.epics.pvmanager.data.ExpressionLanguage
A constant representing a double array.
vConst(ListDouble) - Static method in class org.epics.pvmanager.data.ExpressionLanguage
A constant representing a double array.
vConst(ListInt) - Static method in class org.epics.pvmanager.data.ExpressionLanguage
A constant representing an int array.
vDouble(String) - Static method in class org.epics.pvmanager.data.ExpressionLanguage
A channel with the given name of type VDouble.
VDouble - Interface in org.epics.pvmanager.data
Scalar double with alarm, timestamp, display and control information.
vDoubleArray(String) - Static method in class org.epics.pvmanager.data.ExpressionLanguage
A channel with the given name of type VDoubleArray.
VDoubleArray - Interface in org.epics.pvmanager.data
Double array with alarm, timestamp, display and control information.
vDoubleArrayOf(SourceRateExpression<?>) - Static method in class org.epics.pvmanager.data.ExpressionLanguage
Deprecated. use ExpressionLanguage.vNumberArray(java.lang.String)
vDoubleArrayOf(DesiredRateExpressionList<? extends VNumber>) - Static method in class org.epics.pvmanager.data.ExpressionLanguage
Transforms a list of numeric scalar into a double array.
vDoubleConstants(List<Double>) - Static method in class org.epics.pvmanager.data.ExpressionLanguage
A list of constant expressions of type VDouble.
vDoubleOf(SourceRateExpression<?>) - Static method in class org.epics.pvmanager.data.ExpressionLanguage
Deprecated. use ExpressionLanguage.vNumber(java.lang.String)
vDoubles(List<String>) - Static method in class org.epics.pvmanager.data.ExpressionLanguage
A list of channels with the given names, all of type VDouble.
vEnum(String) - Static method in class org.epics.pvmanager.data.ExpressionLanguage
A channel with the given name of type VEnum.
VEnum - Interface in org.epics.pvmanager.data
Scalar enum with alarm and timestamp.
VEnumArray - Interface in org.epics.pvmanager.data
 
VExtendedAlarm - Interface in org.epics.pvmanager.data
Extended alarm information.
VExtendedAlarm.Condition - Interface in org.epics.pvmanager.data
A single alarm condition that can be on or off.
vFloatArray(String) - Static method in class org.epics.pvmanager.data.ExpressionLanguage
A channel with the given name of type VFloatArray.
VFloatArray - Interface in org.epics.pvmanager.data
Float array with alarm, timestamp, display and control information.
VImage - Interface in org.epics.pvmanager.data
Represent a buffered image.
vInt(String) - Static method in class org.epics.pvmanager.data.ExpressionLanguage
A channel with the given name of type VInt.
VInt - Interface in org.epics.pvmanager.data
Scalar integer with alarm, timestamp, display and control information.
vIntArray(String) - Static method in class org.epics.pvmanager.data.ExpressionLanguage
A channel with the given name of type VIntArray.
VIntArray - Interface in org.epics.pvmanager.data
Int array with alarm, timestamp, display and control information.
vIntConstants(List<Integer>) - Static method in class org.epics.pvmanager.data.ExpressionLanguage
A list of constant expressions of type VDouble.
VMultiDouble - Interface in org.epics.pvmanager.data
Multi channel array of VDouble.
VMultiEnum - Interface in org.epics.pvmanager.data
 
VMultiInt - Interface in org.epics.pvmanager.data
 
VMultiString - Interface in org.epics.pvmanager.data
 
vNumber(String) - Static method in class org.epics.pvmanager.data.ExpressionLanguage
A channel with the given name of type VNumber.
VNumber - Interface in org.epics.pvmanager.data
Scalar number with alarm, timestamp, display and control information.
vNumberArray(String) - Static method in class org.epics.pvmanager.data.ExpressionLanguage
A channel with the given name of type VNumberArray.
VNumberArray - Interface in org.epics.pvmanager.data
Numeric array with alarm, timestamp, display and control information.
vShortArray(String) - Static method in class org.epics.pvmanager.data.ExpressionLanguage
A channel with the given name of type VShortArray.
VShortArray - Interface in org.epics.pvmanager.data
Short array with alarm, timestamp, display and control information.
VStatistics - Interface in org.epics.pvmanager.data
Statistics for double with alarm, timestamp and display information.
vString(String) - Static method in class org.epics.pvmanager.data.ExpressionLanguage
A channel with the given name of type VString.
VString - Interface in org.epics.pvmanager.data
Scalar string with alarm and timestamp.
vStringArray(String) - Static method in class org.epics.pvmanager.data.ExpressionLanguage
A channel with the given name of type VStringArray.
VStringArray - Interface in org.epics.pvmanager.data
 
vStringConstants(List<String>) - Static method in class org.epics.pvmanager.data.ExpressionLanguage
A list of constant expressions of type VString.
vTable(VTableColumn...) - Static method in class org.epics.pvmanager.data.ExpressionLanguage
Creates a vTable by aggregating different values from different pvs.
VTable - Interface in org.epics.pvmanager.data
A table.
VTableColumn - Class in org.epics.pvmanager.data
An expression to build a column for an aggregated vTable.
vType(String) - Static method in class org.epics.pvmanager.data.ExpressionLanguage
A channel with the given name that returns any of the value type.
VType - Interface in org.epics.pvmanager.data
Tag interface to mark all the members of the value classes.

W

WaterfallPlot - Class in org.epics.pvmanager.extra
A waterfall plot.
waterfallPlotOf(SourceRateExpression<VDoubleArray>) - Static method in class org.epics.pvmanager.extra.ExpressionLanguage
Aggregates the sample at the scan rate and takes the average.
waterfallPlotOf(SourceRateExpressionList<VDouble>) - Static method in class org.epics.pvmanager.extra.ExpressionLanguage
Creates a waterfall plot from a series of scalar pvs.
WaterfallPlotParameters - Class in org.epics.pvmanager.extra
Parameters for the waterfall plot
with(WaterfallPlotParameters...) - Method in class org.epics.pvmanager.extra.WaterfallPlot
Changes parameters of the waterfall plot.
with(WaterfallPlotParameters...) - Method in class org.epics.pvmanager.extra.WaterfallPlotParameters
Returns a new set of parameters with the given changes;
withExceptionHandler(ExceptionHandler) - Method in class org.epics.pvmanager.DataRecipe
Creates a new data recipe with the given handler.
WizardNewFileCreationPage - Class in org.csstudio.ui.util.wizards
Standard main page for a wizard that creates a file resource.
WizardNewFileCreationPage(String, IStructuredSelection) - Constructor for class org.csstudio.ui.util.wizards.WizardNewFileCreationPage
Creates a new file creation wizard page.
WizardNewFileCreationPage(String, IStructuredSelection, boolean) - Constructor for class org.csstudio.ui.util.wizards.WizardNewFileCreationPage
Creates a new file creation wizard page.
WorkbenchExtPoint - Interface in org.csstudio.startup.module
RunWorkbenchExtPoint defines the actions that are executed during the workbench startup.
WORKSPACE - Static variable in interface org.csstudio.startup.module.WorkspaceExtPoint
The tag under which the workspace URL should be stored in the parameters
WorkspaceExtPoint - Interface in org.csstudio.startup.module
WorkspacePromptExtPoint defines how the workspace for the application is loaded.
write(Object, ChannelWriteCallback) - Method in class org.epics.pvmanager.ChannelHandler
Implements a write operation.
write(WriteBuffer, Runnable, ExceptionHandler) - Method in class org.epics.pvmanager.DataSource
Writes the contents in the given write buffers to the channels of this data sources.
write(Object, ChannelWriteCallback) - Method in class org.epics.pvmanager.MultiplexedChannelHandler
Implements a write operation.
write(W) - Method in class org.epics.pvmanager.PV
 
write(WriteExpression<T>) - Static method in class org.epics.pvmanager.PVManager
Writes the given expression, and returns an object to configure the parameters for the write.
write(T) - Method in interface org.epics.pvmanager.PVWriter
Writes a new value.
WriteBuffer - Class in org.epics.pvmanager
Represents all the values, channel names and ordering information needed for writing
WriteBufferBuilder - Class in org.epics.pvmanager
A builder for WriteBuffer.
WriteBufferBuilder() - Constructor for class org.epics.pvmanager.WriteBufferBuilder
A new builder
WriteCache<T> - Class in org.epics.pvmanager
Represent part of the write buffer that holds the value for one pv.
WriteCache() - Constructor for class org.epics.pvmanager.WriteCache
Creates a new cache.
WriteCache(String) - Constructor for class org.epics.pvmanager.WriteCache
Creates a new cache for the given channel name.
WriteExpression<W> - Interface in org.epics.pvmanager.expression
An expression to write.
WriteExpressionImpl<W> - Class in org.epics.pvmanager.expression
Implementation class for WriteExpression.
WriteExpressionImpl(String) - Constructor for class org.epics.pvmanager.expression.WriteExpressionImpl
Constructor that represents a single channel of a particular type.
WriteExpressionImpl(WriteExpressionList<?>, WriteFunction<W>, String) - Constructor for class org.epics.pvmanager.expression.WriteExpressionImpl
Creates a new write expression.
WriteExpressionList<W> - Interface in org.epics.pvmanager.expression
A list of expressions to write.
WriteExpressionListImpl<W> - Class in org.epics.pvmanager.expression
Implementation class for WriteExpressionList.
WriteExpressionListImpl() - Constructor for class org.epics.pvmanager.expression.WriteExpressionListImpl
Creates a new empty expression list.
WriteFailException - Exception in org.epics.pvmanager
Exception thrown when a PVWriter is trying to write to a read-only channel or data source.
WriteFunction<A> - Class in org.epics.pvmanager
A basic building block in the PVManager framework that can write an object of a given type.
WriteFunction() - Constructor for class org.epics.pvmanager.WriteFunction
 
WS - Static variable in class org.epics.pvmanager.formula.FormulaLexer
 
WS - Static variable in class org.epics.pvmanager.formula.FormulaParser
 

A B C D E F G H I J L M N O P Q R S T U V W