Uses of Class
org.csstudio.opibuilder.editparts.AbstractBaseEditPart
Package
Description
-
Uses of AbstractBaseEditPart in org.csstudio.opibuilder.dnd
Modifier and TypeMethodDescriptionvoid
DropPVRequest.setTargetWidget
(AbstractBaseEditPart targetWidget) -
Uses of AbstractBaseEditPart in org.csstudio.opibuilder.editparts
Modifier and TypeClassDescriptionclass
The editpart forAbstractContainerModel
class
The Abstract editpart for layout widgets.class
The editpart forAbstractLinkingContainerModel
class
The abstract edit part for all PV armed widgets.class
This is an abstract class which represents all Container Editparts which can be scrollable and have aScrollPane
class
The abstract editpart for all widgets.class
The editpart for the root display.Modifier and TypeMethodDescriptionGet a child of this container by name.Modifier and TypeMethodDescriptionvoid
AbstractContainerEditpart.removeChild
(AbstractBaseEditPart child) ModifierConstructorDescriptionConnectionHandler
(AbstractBaseEditPart editpart) PVWidgetEditpartDelegate
(AbstractBaseEditPart editpart) -
Uses of AbstractBaseEditPart in org.csstudio.opibuilder.editpolicies
Modifier and TypeMethodDescriptionprotected AbstractBaseEditPart
WidgetNodeEditPolicy.getWidgetEditPart()
ModifierConstructorDescriptionprotected
GraphicalFeedbackChildEditPolicy
(AbstractBaseEditPart child, IGraphicalFeedbackFactory feedbackFactory) Standard constructor. -
Uses of AbstractBaseEditPart in org.csstudio.opibuilder.properties
ModifierConstructorDescriptionWidgetPropertyChangeListener
(AbstractBaseEditPart editpart, AbstractWidgetProperty<?> property) Constructor. -
Uses of AbstractBaseEditPart in org.csstudio.opibuilder.script
Modifier and TypeMethodDescriptionstatic AbstractScriptStore
ScriptStoreFactory.getScriptStore
(ScriptData scriptData, AbstractBaseEditPart editpart, IPV[] pvArray) This method must be called in UI Thread!void
ScriptService.registerScript
(ScriptData scriptData, AbstractBaseEditPart editpart, IPV[] pvArray) Register the script in the script service, so that it could be executed afterwards.ModifierConstructorDescriptionAbstractScriptStore
(ScriptData scriptData, AbstractBaseEditPart editpart, IPV[] pvArray) JavaScriptStore
(ScriptData scriptData, AbstractBaseEditPart editpart, IPV[] pvArray) JythonScriptStore
(ScriptData scriptData, AbstractBaseEditPart editpart, IPV[] pvArray) -
Uses of AbstractBaseEditPart in org.csstudio.opibuilder.util
Modifier and TypeMethodDescriptionfinal AbstractBaseEditPart
WidgetDescriptor.getWidgetEditpart()
-
Uses of AbstractBaseEditPart in org.csstudio.opibuilder.visualparts
-
Uses of AbstractBaseEditPart in org.csstudio.opibuilder.widgets
Modifier and TypeMethodDescriptionstatic void
FigureTransparencyHelper.addHandler
(AbstractBaseEditPart editPart, org.eclipse.draw2d.IFigure figure) -
Uses of AbstractBaseEditPart in org.csstudio.opibuilder.widgets.editparts
Modifier and TypeClassDescriptionclass
Base editPart controller for a widget based onAbstractBoolControlModel
.class
Base editPart controller for a widget based onAbstractBoolWidgetModel
.class
The abstract editpart of choice widget.class
Base editPart controller for a widget based onAbstractMarkedWidgetModel
.class
Abstract EditPart controller for the Polyline/polygon widget.class
Base editPart controller for a widget based onAbstractScaledWidgetModel
.class
Abstract EditPart controller for the shape widgets.class
EditPart controller for the ActioButton widget.class
The controller for arc widget.class
Editpart for array widget.class
class
Boolean Switch EditPartclass
This class implements the widget edit part for the Byte Monitor widget.class
class
The editpart of choice button widget.final class
class
The controller for ellipse widget.final class
EditPart controller for the Gauge widget.class
The editpart for grid layout widgets.class
The Editpart Controller for a Grouping Containerfinal class
EditPart controller for the image widget.final class
EditPart controller for the image widget.final class
EditPart controller for the image widget.class
final class
EditPart controller for the knob widget.class
The editpart for Label widget.class
LED EditPartclass
The Editpart Controller for a linking Containerfinal class
final class
EditPart controller for the Gauge widget.final class
Deprecated.This is not used anymore since the native button is merged to action button.class
Deprecated.not used anymorefinal class
Editpart of polygon widget.final class
Editpart for polyline widget.final class
EditPart controller for the scaled slider widget.class
Editpart of Radio Box widget.class
The editpart of a rectangle widget.class
The editpart of a rectangle widget.class
The Editpart Controller for a Sash Containerfinal class
EditPart controller for the scaled slider widget.class
class
class
The editpart of tab widget.class
EditPart of Table widget.final class
EditPart controller for the tank widget.class
class
final class
EditPart controller for the Thermometer widget.class
final class
The editpart of web browser widget.class
Modifier and TypeMethodDescriptionint
ArrayEditPart.getIndex
(AbstractBaseEditPart child) Get the array index on the child widget.ModifierConstructorDescriptionSpinnerTextEditManager
(AbstractBaseEditPart source, org.eclipse.gef.tools.CellEditorLocator locator, boolean multiline, double step_increment, double page_increment) TextEditManager
(AbstractBaseEditPart source, org.eclipse.gef.tools.CellEditorLocator locator) TextEditManager
(AbstractBaseEditPart source, org.eclipse.gef.tools.CellEditorLocator locator, boolean multiline) -
Uses of AbstractBaseEditPart in org.csstudio.opibuilder.widgets.figures
ModifierConstructorDescriptionAbstractSWTWidgetFigure
(AbstractBaseEditPart editpart) Construct the figure with SWT.NONE as style bit.AbstractSWTWidgetFigure
(AbstractBaseEditPart editpart, int style) Construct the figure.AbstractWebBrowserFigure
(AbstractBaseEditPart editpart, int style) ComboFigure
(AbstractBaseEditPart editPart) NativeButtonFigure
(AbstractBaseEditPart editPart, int buttonStyle) NativeTextFigure
(AbstractBaseEditPart editPart, int style) SpreadSheetTableFigure
(AbstractBaseEditPart editpart) WebBrowserFigure
(AbstractBaseEditPart editPart, boolean showToolbar) -
Uses of AbstractBaseEditPart in org.yamcs.studio.script
Modifier and TypeMethodDescriptionprotected static IPath
FileUtil.buildAbsolutePath
(String filePath, AbstractBaseEditPart widget) static void
ScriptUtil.closeAssociatedOPI
(AbstractBaseEditPart widget) Close OPI associated with the provided widget.static final IPV
PVUtil.createPV
(String name, AbstractBaseEditPart widget) Create a PV and start it.static final void
ScriptUtil.execInUI
(Runnable runnable, AbstractBaseEditPart widget) Execute a runnable in UI thread.static InputStream
FileUtil.getInputStreamFromFile
(String filePath, AbstractBaseEditPart widget) Return anInputStream
of the file on the specified path.static org.jdom2.Element
FileUtil.loadXMLFile
(String filePath, AbstractBaseEditPart widget) Load the root element of an XML file.static void
FileUtil.openFile
(String filePath, AbstractBaseEditPart widget) Open a file in default editor.static void
ScriptUtil.openOPI
(AbstractBaseEditPart widget, String opiPath, int target, MacrosInput macrosInput) Open an OPI.static void
FileUtil.playWavFile
(String filePath, AbstractBaseEditPart widget) Play a .wav file.static String
FileUtil.readTextFile
(String filePath, AbstractBaseEditPart widget) Read a text file.static void
Yamcs.runCommandStack
(String path, AbstractBaseEditPart widget) static void
FileUtil.writeTextFile
(String filePath, boolean inWorkspace, AbstractBaseEditPart widget, String text, boolean append) Write a text file.