Uses of Class
org.csstudio.opibuilder.editparts.AbstractBaseEditPart
Packages that use AbstractBaseEditPart
Package
Description
-
Uses of AbstractBaseEditPart in org.csstudio.opibuilder.dnd
Methods in org.csstudio.opibuilder.dnd that return AbstractBaseEditPartMethods in org.csstudio.opibuilder.dnd with parameters of type AbstractBaseEditPartModifier and TypeMethodDescriptionvoidDropPVRequest.setTargetWidget(AbstractBaseEditPart targetWidget) -
Uses of AbstractBaseEditPart in org.csstudio.opibuilder.editparts
Subclasses of AbstractBaseEditPart in org.csstudio.opibuilder.editpartsModifier and TypeClassDescriptionclassThe editpart forAbstractContainerModelclassThe Abstract editpart for layout widgets.classThe editpart forAbstractLinkingContainerModelclassThe abstract edit part for all PV armed widgets.classThis is an abstract class which represents all Container Editparts which can be scrollable and have aScrollPaneclassThe abstract editpart for all widgets.classThe editpart for the root display.Fields in org.csstudio.opibuilder.editparts declared as AbstractBaseEditPartMethods in org.csstudio.opibuilder.editparts that return AbstractBaseEditPartModifier and TypeMethodDescriptionGet a child of this container by name.Methods in org.csstudio.opibuilder.editparts with parameters of type AbstractBaseEditPartModifier and TypeMethodDescriptionvoidAbstractContainerEditpart.removeChild(AbstractBaseEditPart child) Constructors in org.csstudio.opibuilder.editparts with parameters of type AbstractBaseEditPartModifierConstructorDescriptionConnectionHandler(AbstractBaseEditPart editpart) PVWidgetEditpartDelegate(AbstractBaseEditPart editpart) -
Uses of AbstractBaseEditPart in org.csstudio.opibuilder.editpolicies
Methods in org.csstudio.opibuilder.editpolicies that return AbstractBaseEditPartModifier and TypeMethodDescriptionprotected AbstractBaseEditPartWidgetNodeEditPolicy.getWidgetEditPart()Constructors in org.csstudio.opibuilder.editpolicies with parameters of type AbstractBaseEditPartModifierConstructorDescriptionprotectedGraphicalFeedbackChildEditPolicy(AbstractBaseEditPart child, IGraphicalFeedbackFactory feedbackFactory) Standard constructor. -
Uses of AbstractBaseEditPart in org.csstudio.opibuilder.properties
Constructors in org.csstudio.opibuilder.properties with parameters of type AbstractBaseEditPartModifierConstructorDescriptionWidgetPropertyChangeListener(AbstractBaseEditPart editpart, AbstractWidgetProperty<?> property) Constructor. -
Uses of AbstractBaseEditPart in org.csstudio.opibuilder.script
Methods in org.csstudio.opibuilder.script that return AbstractBaseEditPartMethods in org.csstudio.opibuilder.script with parameters of type AbstractBaseEditPartModifier and TypeMethodDescriptionstatic AbstractScriptStoreScriptStoreFactory.getScriptStore(ScriptData scriptData, AbstractBaseEditPart editpart, IPV[] pvArray) This method must be called in UI Thread!voidScriptService.registerScript(ScriptData scriptData, AbstractBaseEditPart editpart, IPV[] pvArray) Register the script in the script service, so that it could be executed afterwards.Constructors in org.csstudio.opibuilder.script with parameters of type AbstractBaseEditPartModifierConstructorDescriptionAbstractScriptStore(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
Methods in org.csstudio.opibuilder.util that return AbstractBaseEditPartModifier and TypeMethodDescriptionfinal AbstractBaseEditPartWidgetDescriptor.getWidgetEditpart() -
Uses of AbstractBaseEditPart in org.csstudio.opibuilder.visualparts
Constructors in org.csstudio.opibuilder.visualparts with parameters of type AbstractBaseEditPart -
Uses of AbstractBaseEditPart in org.csstudio.opibuilder.widgets
Methods in org.csstudio.opibuilder.widgets with parameters of type AbstractBaseEditPartModifier and TypeMethodDescriptionstatic voidFigureTransparencyHelper.addHandler(AbstractBaseEditPart editPart, org.eclipse.draw2d.IFigure figure) -
Uses of AbstractBaseEditPart in org.csstudio.opibuilder.widgets.editparts
Subclasses of AbstractBaseEditPart in org.csstudio.opibuilder.widgets.editpartsModifier and TypeClassDescriptionclassBase editPart controller for a widget based onAbstractBoolControlModel.classBase editPart controller for a widget based onAbstractBoolWidgetModel.classThe abstract editpart of choice widget.classBase editPart controller for a widget based onAbstractMarkedWidgetModel.classAbstract EditPart controller for the Polyline/polygon widget.classBase editPart controller for a widget based onAbstractScaledWidgetModel.classAbstract EditPart controller for the shape widgets.classEditPart controller for the ActioButton widget.classThe controller for arc widget.classEditpart for array widget.classclassBoolean Switch EditPartclassThis class implements the widget edit part for the Byte Monitor widget.classclassThe editpart of choice button widget.final classclassThe controller for ellipse widget.final classEditPart controller for the Gauge widget.classThe editpart for grid layout widgets.classThe Editpart Controller for a Grouping Containerfinal classEditPart controller for the image widget.final classEditPart controller for the image widget.final classEditPart controller for the image widget.classfinal classEditPart controller for the knob widget.classThe editpart for Label widget.classLED EditPartclassThe Editpart Controller for a linking Containerfinal classfinal classEditPart controller for the Gauge widget.final classDeprecated.This is not used anymore since the native button is merged to action button.classDeprecated.not used anymorefinal classEditpart of polygon widget.final classEditpart for polyline widget.final classEditPart controller for the scaled slider widget.classEditpart of Radio Box widget.classThe editpart of a rectangle widget.classThe editpart of a rectangle widget.classThe Editpart Controller for a Sash Containerfinal classEditPart controller for the scaled slider widget.classclassclassThe editpart of tab widget.classEditPart of Table widget.final classEditPart controller for the tank widget.classclassfinal classEditPart controller for the Thermometer widget.classfinal classThe editpart of web browser widget.classMethods in org.csstudio.opibuilder.widgets.editparts with parameters of type AbstractBaseEditPartModifier and TypeMethodDescriptionintArrayEditPart.getIndex(AbstractBaseEditPart child) Get the array index on the child widget.Constructors in org.csstudio.opibuilder.widgets.editparts with parameters of type AbstractBaseEditPartModifierConstructorDescriptionSpinnerTextEditManager(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
Fields in org.csstudio.opibuilder.widgets.figures declared as AbstractBaseEditPartConstructors in org.csstudio.opibuilder.widgets.figures with parameters of type AbstractBaseEditPartModifierConstructorDescriptionAbstractSWTWidgetFigure(AbstractBaseEditPart editpart) Construct the figure with SWT.NONE as style bit.AbstractSWTWidgetFigure(AbstractBaseEditPart editpart, int style) Construct the figure.AbstractWebBrowserFigure(AbstractBaseEditPart editpart, int style) 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
Methods in org.yamcs.studio.script with parameters of type AbstractBaseEditPartModifier and TypeMethodDescriptionprotected static IPathFileUtil.buildAbsolutePath(String filePath, AbstractBaseEditPart widget) static voidScriptUtil.closeAssociatedOPI(AbstractBaseEditPart widget) Close OPI associated with the provided widget.static final IPVPVUtil.createPV(String name, AbstractBaseEditPart widget) Create a PV and start it.static final voidScriptUtil.execInUI(Runnable runnable, AbstractBaseEditPart widget) Execute a runnable in UI thread.static InputStreamFileUtil.getInputStreamFromFile(String filePath, AbstractBaseEditPart widget) Return anInputStreamof the file on the specified path.static org.jdom2.ElementFileUtil.loadXMLFile(String filePath, AbstractBaseEditPart widget) Load the root element of an XML file.static voidFileUtil.openFile(String filePath, AbstractBaseEditPart widget) Open a file in default editor.static voidScriptUtil.openOPI(AbstractBaseEditPart widget, String opiPath, int target, MacrosInput macrosInput) Open an OPI.static voidFileUtil.playWavFile(String filePath, AbstractBaseEditPart widget) Play a .wav file.static StringFileUtil.readTextFile(String filePath, AbstractBaseEditPart widget) Read a text file.static voidYamcs.runCommandStack(String path, AbstractBaseEditPart widget) static voidFileUtil.writeTextFile(String filePath, boolean inWorkspace, AbstractBaseEditPart widget, String text, boolean append) Write a text file.