Uses of Class
org.csstudio.opibuilder.model.AbstractWidgetModel
Packages that use AbstractWidgetModel
Package
Description
-
Uses of AbstractWidgetModel in org.csstudio.opibuilder.actions
Methods in org.csstudio.opibuilder.actions that return types with arguments of type AbstractWidgetModelModifier and TypeMethodDescriptionprotected final List<AbstractWidgetModel>ChangeOrientationAction.getSelectedWidgetModels()protected final List<AbstractWidgetModel>CopyPropertiesAction.getSelectedWidgetModels()Gets the widget models of all currently selected EditParts.protected final List<AbstractWidgetModel>CopyWidgetsAction.getSelectedWidgetModels()Gets the widget models of all currently selected EditParts.protected final List<AbstractWidgetModel>DistributeWidgetsAction.getSelectedWidgetModels()Gets the widget models of all currently selected EditParts.protected final List<AbstractWidgetModel>PastePropertiesAction.getSelectedWidgetModels()Gets the widget models of all currently selected EditParts.protected final List<AbstractWidgetModel>ReplaceWidgetsAction.getSelectedWidgetModels()Gets the widget models of all currently selected EditParts.Constructors in org.csstudio.opibuilder.actions with parameters of type AbstractWidgetModelModifierConstructorDescriptionConfigureRuntimePropertiesAction(Shell shell, AbstractWidgetModel widgetModel) -
Uses of AbstractWidgetModel in org.csstudio.opibuilder.commands
Methods in org.csstudio.opibuilder.commands with parameters of type AbstractWidgetModelModifier and TypeMethodDescriptionvoidCloneCommand.addPart(AbstractWidgetModel model, org.eclipse.draw2d.geometry.Rectangle newBounds) Adds the givenAbstractWidgetModelwith the givenRectangleto this Command.voidConnectionReconnectCommand.setNewSource(AbstractWidgetModel newSource) voidConnectionReconnectCommand.setNewTarget(AbstractWidgetModel newTarget) voidConnectionCreateCommand.setTarget(AbstractWidgetModel target) Set the target for the connection.Constructors in org.csstudio.opibuilder.commands with parameters of type AbstractWidgetModelModifierConstructorDescriptionAddWidgetCommand(AbstractContainerModel containerModel, AbstractWidgetModel widget, org.eclipse.draw2d.geometry.Rectangle newBounds) ChangeGuideCommand(AbstractWidgetModel model, boolean horizontalGuide) Constructor.ChangeOrderCommand(int newIndex, AbstractContainerModel container, AbstractWidgetModel widget) ChangeOrientationCommand(AbstractWidgetModel widgetModel, ChangeOrientationAction.OrientationType orientationType) ConnectionCreateCommand(AbstractWidgetModel source, String sourceTerminal) Instantiate a command that can create a connection between two widgets.OrphanChildCommand(AbstractContainerModel parent, AbstractWidgetModel child) ReplaceWidgetCommand(AbstractContainerModel container, AbstractWidgetModel srcWidget, AbstractWidgetModel targetWidget) SetBoundsCommand(AbstractWidgetModel widgetModel, org.eclipse.draw2d.geometry.Rectangle newBounds) Create a command that can resize and/or move a widget model.SetWidgetPropertyCommand(AbstractWidgetModel widget, String prop_id, Object newValue) Constructor.WidgetCreateCommand(AbstractWidgetModel newWidget, AbstractContainerModel container, org.eclipse.draw2d.geometry.Rectangle bounds, boolean append) WidgetCreateCommand(AbstractWidgetModel newWidget, AbstractContainerModel container, org.eclipse.draw2d.geometry.Rectangle bounds, boolean append, boolean applySchema) WidgetDeleteCommand(AbstractContainerModel container, AbstractWidgetModel widget) WidgetSetConstraintCommand(AbstractWidgetModel widgetModel, org.eclipse.gef.requests.ChangeBoundsRequest req, org.eclipse.draw2d.geometry.Rectangle newBounds) -
Uses of AbstractWidgetModel in org.csstudio.opibuilder.datadefinition
Methods in org.csstudio.opibuilder.datadefinition that return AbstractWidgetModelModifier and TypeMethodDescriptionAbstractComplexData.getWidgetModel()final AbstractWidgetModelPropertiesCopyData.getWidgetModel()Methods in org.csstudio.opibuilder.datadefinition with parameters of type AbstractWidgetModelModifier and TypeMethodDescriptionvoidAbstractComplexData.setWidgetModel(AbstractWidgetModel widgetModel) voidPropertiesCopyData.setWidgetModel(AbstractWidgetModel widgetModel) Constructors in org.csstudio.opibuilder.datadefinition with parameters of type AbstractWidgetModelModifierConstructorDescriptionAbstractComplexData(AbstractWidgetModel widgetModel) DisplayScaleData(AbstractWidgetModel widgetModel) PropertiesCopyData(AbstractWidgetModel widgetModel, List<String> propIDList) WidgetScaleData(AbstractWidgetModel widgetModel, boolean isWidthScalable, boolean isHeightScalable, boolean keepWHRatio) -
Uses of AbstractWidgetModel in org.csstudio.opibuilder.editor
Methods in org.csstudio.opibuilder.editor that return types with arguments of type AbstractWidgetModel -
Uses of AbstractWidgetModel in org.csstudio.opibuilder.editparts
Methods in org.csstudio.opibuilder.editparts that return AbstractWidgetModelModifier and TypeMethodDescriptionAbstractBaseEditPart.getWidgetModel()WidgetTreeEditpart.getWidgetModel()Methods in org.csstudio.opibuilder.editparts that return types with arguments of type AbstractWidgetModelModifier and TypeMethodDescriptionprotected List<AbstractWidgetModel>AbstractContainerEditpart.getModelChildren()protected List<AbstractWidgetModel>ContainerTreeEditpart.getModelChildren()Methods in org.csstudio.opibuilder.editparts with parameters of type AbstractWidgetModelModifier and TypeMethodDescriptionvoidAbstractContainerEditpart.addChild(AbstractWidgetModel widgetModel) Add a child widget to the container.voidAbstractContainerEditpart.addChildToBottom(AbstractWidgetModel widgetModel) Add a child widget to the bottom of the container.voidAbstractContainerEditpart.addChildToRight(AbstractWidgetModel widgetModel) Add a child widget to the right of the container.Method parameters in org.csstudio.opibuilder.editparts with type arguments of type AbstractWidgetModelModifier and TypeMethodDescriptionabstract List<org.eclipse.draw2d.geometry.Rectangle>AbstractLayoutEditpart.getNewBounds(List<AbstractWidgetModel> widgetModelList, org.eclipse.draw2d.geometry.Rectangle containerBounds) Get the new bounds after layout.voidAbstractLayoutEditpart.layout(List<AbstractWidgetModel> widgetModelList, org.eclipse.draw2d.geometry.Rectangle containerBounds) Layout widgets.Constructors in org.csstudio.opibuilder.editparts with parameters of type AbstractWidgetModel -
Uses of AbstractWidgetModel in org.csstudio.opibuilder.editpolicies
Methods in org.csstudio.opibuilder.editpolicies with parameters of type AbstractWidgetModelModifier and TypeMethodDescriptionprotected org.eclipse.gef.commands.CommandWidgetTreeContainerEditPolicy.createCreateCommand(AbstractWidgetModel widgetModel, org.eclipse.draw2d.geometry.Rectangle r, int index, String label) -
Uses of AbstractWidgetModel in org.csstudio.opibuilder.feedback
Methods in org.csstudio.opibuilder.feedback with parameters of type AbstractWidgetModelModifier and TypeMethodDescriptionorg.eclipse.gef.commands.CommandDefaultGraphicalFeedbackFactory.createChangeBoundsCommand(AbstractWidgetModel widgetModel, org.eclipse.gef.requests.ChangeBoundsRequest request, org.eclipse.draw2d.geometry.Rectangle targetBounds) org.eclipse.gef.commands.CommandIGraphicalFeedbackFactory.createChangeBoundsCommand(AbstractWidgetModel widgetModel, org.eclipse.gef.requests.ChangeBoundsRequest request, org.eclipse.draw2d.geometry.Rectangle targetBounds) Returns a command, which handles the size and location changes, implied by the change bounds request and the target bounds.org.eclipse.draw2d.IFigureDefaultGraphicalFeedbackFactory.createDragSourceFeedbackFigure(AbstractWidgetModel model, org.eclipse.draw2d.geometry.Rectangle initalBounds) org.eclipse.draw2d.IFigureIGraphicalFeedbackFactory.createDragSourceFeedbackFigure(AbstractWidgetModel model, org.eclipse.draw2d.geometry.Rectangle initalBounds) The returned figure will be used to provide graphical feedback during drag or resize operations.org.eclipse.gef.commands.CommandDefaultGraphicalFeedbackFactory.createInitialBoundsCommand(AbstractWidgetModel widgetModel, org.eclipse.gef.requests.CreateRequest request, org.eclipse.draw2d.geometry.Rectangle targetBounds) org.eclipse.gef.commands.CommandIGraphicalFeedbackFactory.createInitialBoundsCommand(AbstractWidgetModel widgetModel, org.eclipse.gef.requests.CreateRequest request, org.eclipse.draw2d.geometry.Rectangle targetBounds) Returns a command, which handles the initial size and location during the creation of new widget models.voidDefaultGraphicalFeedbackFactory.showChangeBoundsFeedback(AbstractWidgetModel widgetModel, org.eclipse.draw2d.geometry.PrecisionRectangle bounds, org.eclipse.draw2d.IFigure feedbackFigure, org.eclipse.gef.requests.ChangeBoundsRequest request) voidIGraphicalFeedbackFactory.showChangeBoundsFeedback(AbstractWidgetModel widgetModel, org.eclipse.draw2d.geometry.PrecisionRectangle bounds, org.eclipse.draw2d.IFigure feedbackFigure, org.eclipse.gef.requests.ChangeBoundsRequest request) This method will be called, when the size or location of the feedback changes during drag or resize operations. -
Uses of AbstractWidgetModel in org.csstudio.opibuilder.model
Subclasses of AbstractWidgetModel in org.csstudio.opibuilder.modelModifier and TypeClassDescriptionclassThe model which could contain children.classThe abstract model for layout widgets.classThe abstract base model for LinkingContainer widgets.classThe abstract widget model for all PV related widgets.classModel for connection.classThe root model for an OPI Display.Methods in org.csstudio.opibuilder.model that return AbstractWidgetModelModifier and TypeMethodDescriptionAbstractContainerModel.getChildByName(String name) ConnectionModel.getSource()Returns the source endpoint of this connection.ConnectionModel.getTarget()Returns the target endpoint of this connection.DisplayModel.getWidgetFromWUID(String wuid) Methods in org.csstudio.opibuilder.model that return types with arguments of type AbstractWidgetModelModifier and TypeMethodDescriptionAbstractContainerModel.getAllDescendants()GuideModel.getAttachedModels()AbstractContainerModel.getChildren()GuideModel.getMap()Methods in org.csstudio.opibuilder.model with parameters of type AbstractWidgetModelModifier and TypeMethodDescriptionvoidAbstractContainerModel.addChild(int index, AbstractWidgetModel child) voidAbstractContainerModel.addChild(AbstractWidgetModel child) voidAbstractContainerModel.addChild(AbstractWidgetModel child, boolean changeParent) add child to the end of the children list.voidGuideModel.attachPart(AbstractWidgetModel model, int alignment) Attaches the given AbstractWidgetEditPart with the alignment to this guide.voidAbstractContainerModel.changeChildOrder(AbstractWidgetModel child, int newIndex) Change the order of the child.voidConnectionModel.connect(AbstractWidgetModel newSource, String newSourceTerminal, AbstractWidgetModel newTarget, String newTargetTerminal) Reconnect to a different source and/or target shape.voidGuideModel.detachPart(AbstractWidgetModel model) Detaches the given part from this guide.intGuideModel.getAlignment(AbstractWidgetModel model) This methods returns the edge along which the given part is attached to this guide.final intAbstractContainerModel.getIndexOf(AbstractWidgetModel widget) voidAbstractContainerModel.removeChild(AbstractWidgetModel child) voidAbstractContainerModel.selectWidget(AbstractWidgetModel newWidget, boolean append) voidConnectionModel.setSource(AbstractWidgetModel source) voidConnectionModel.setTarget(AbstractWidgetModel target) Method parameters in org.csstudio.opibuilder.model with type arguments of type AbstractWidgetModelModifier and TypeMethodDescriptionvoidAbstractContainerModel.addChildren(List<AbstractWidgetModel> children, boolean changeParent) voidAbstractContainerModel.selectWidgets(List<AbstractWidgetModel> widgets, boolean append) Constructors in org.csstudio.opibuilder.model with parameters of type AbstractWidgetModel -
Uses of AbstractWidgetModel in org.csstudio.opibuilder.persistence
Methods in org.csstudio.opibuilder.persistence that return AbstractWidgetModelModifier and TypeMethodDescriptionstatic AbstractWidgetModelXMLUtil.fillWidgets(org.jdom2.Element element, DisplayModel displayModel) Convert XML Element to a widget model.static AbstractWidgetModelXMLUtil.fillWidgetsFromXMLString(String xmlString, DisplayModel displayModel) Convert XML String to a widget model.static AbstractWidgetModelXMLUtil.XMLElementToWidget(org.jdom2.Element element) Convert an XML element to widget.static AbstractWidgetModelXMLUtil.XMLElementToWidget(org.jdom2.Element element, DisplayModel displayModel) Construct widget model from XML element.static AbstractWidgetModelXMLUtil.XMLStringToWidget(String xmlString) Convert an XML String to widget modelMethods in org.csstudio.opibuilder.persistence with parameters of type AbstractWidgetModelModifier and TypeMethodDescriptionstatic voidXMLUtil.widgetToOutputStream(AbstractWidgetModel widgetModel, OutputStream out, boolean prettyFormat) Write widget to an output stream.static org.jdom2.ElementXMLUtil.widgetToXMLElement(AbstractWidgetModel widgetModel) Flatten a widget to XML element.static StringXMLUtil.widgetToXMLString(AbstractWidgetModel widgetModel, boolean prettyFormat) Flatten a widget to XML String. -
Uses of AbstractWidgetModel in org.csstudio.opibuilder.properties
Fields in org.csstudio.opibuilder.properties declared as AbstractWidgetModelModifier and TypeFieldDescriptionprotected AbstractWidgetModelAbstractWidgetProperty.widgetModelMethods in org.csstudio.opibuilder.properties with parameters of type AbstractWidgetModelModifier and TypeMethodDescriptionvoidAbstractWidgetProperty.setWidgetModel(AbstractWidgetModel widgetModel) voidActionsProperty.setWidgetModel(AbstractWidgetModel widgetModel) voidComplexDataProperty.setWidgetModel(AbstractWidgetModel widgetModel) -
Uses of AbstractWidgetModel in org.csstudio.opibuilder.properties.support
Constructors in org.csstudio.opibuilder.properties.support with parameters of type AbstractWidgetModelModifierConstructorDescriptionFilePathPropertyDescriptor(Object id, String displayName, AbstractWidgetModel widgetModel, String[] fileExtensions) Creates an property descriptor with the given id and display name.FilePathPropertyDescriptorWithFilter(Object id, String displayName, AbstractWidgetModel widgetModel, String[] filters) RulesPropertyDescriptor(Object id, AbstractWidgetModel widgetModel, String displayName) Creates an property descriptor with the given id and display name.ScriptPropertyDescriptor(Object id, AbstractWidgetModel widgetModel, String displayName) Creates an property descriptor with the given id and display name. -
Uses of AbstractWidgetModel in org.csstudio.opibuilder.script
Methods in org.csstudio.opibuilder.script that return AbstractWidgetModelConstructors in org.csstudio.opibuilder.script with parameters of type AbstractWidgetModel -
Uses of AbstractWidgetModel in org.csstudio.opibuilder.util
Methods in org.csstudio.opibuilder.util that return AbstractWidgetModelMethods in org.csstudio.opibuilder.util with parameters of type AbstractWidgetModelModifier and TypeMethodDescriptionvoidSchemaService.applySchema(AbstractWidgetModel widgetModel) static IPathResourceUtil.buildAbsolutePath(AbstractWidgetModel model, IPath relativePath) Build the absolute path from the file path (without the file name part) of the widget model and the relative path.GuideUtil.getGuide(AbstractWidgetModel model, boolean horizontal) Returns the guide to which the givenAbstractWidgetModelis attached in the given orientation.OPIBuilderMacroUtil.getWidgetMacroMap(AbstractWidgetModel widgetModel) voidGuideUtil.removeGuide(AbstractWidgetModel model, boolean horizontal) Removes the vertical or the horizontal Guide of aAbstractWidgetModeldepending on the boolean flag.static StringOPIBuilderMacroUtil.replaceMacros(AbstractWidgetModel widgetModel, String input) Replace the macros in the input with the real value.voidGuideUtil.setGuide(AbstractWidgetModel model, GuideModel guide) Sets the Guide for the givenAbstractWidgetModel. -
Uses of AbstractWidgetModel in org.csstudio.opibuilder.visualparts
Constructors in org.csstudio.opibuilder.visualparts with parameters of type AbstractWidgetModelModifierConstructorDescriptionFilePathCellDialogEditorWithFilter(Composite parent, AbstractWidgetModel widgetModel, String[] fileExtensions) FilePathCellEditor(Composite parent, AbstractWidgetModel widgetModel, String[] fileExtensions) Creates a new string cell editor parented under the given control.PropertiesSelectDialog(Shell parentShell, AbstractWidgetModel widgetModel) RulesInputCellEditor(Composite parent, AbstractWidgetModel widgetModel, String title) RulesInputDialog(Shell parentShell, RulesInput scriptsInput, AbstractWidgetModel widgetModel, String dialogTitle) RuntimePropertiesEditDialog(Shell parentShell, AbstractWidgetModel widgetModel) ScriptsInputCellEditor(Composite parent, AbstractWidgetModel widgetModel, String title) ScriptsInputDialog(Shell parentShell, ScriptsInput scriptsInput, String dialogTitle, AbstractWidgetModel widgetModel) TooltipLabel(AbstractWidgetModel widgetModel) -
Uses of AbstractWidgetModel in org.csstudio.opibuilder.widgetActions
Methods in org.csstudio.opibuilder.widgetActions that return AbstractWidgetModelModifier and TypeMethodDescriptionAbstractWidgetAction.getWidgetModel()ActionsInput.getWidgetModel()Methods in org.csstudio.opibuilder.widgetActions with parameters of type AbstractWidgetModelModifier and TypeMethodDescriptionvoidAbstractWidgetAction.setWidgetModel(AbstractWidgetModel widgetModel) voidActionsInput.setWidgetModel(AbstractWidgetModel widgetModel) -
Uses of AbstractWidgetModel in org.csstudio.opibuilder.widgets
Methods in org.csstudio.opibuilder.widgets with parameters of type AbstractWidgetModelModifier and TypeMethodDescriptionstatic voidFigureTransparencyHelper.addProperty(AbstractWidgetModel model) static booleanFigureTransparencyHelper.isTransparency(AbstractWidgetModel model) static voidFigureTransparencyHelper.setBackground(SymbolImage symbolImage, Color backgroundColor, AbstractWidgetModel model) -
Uses of AbstractWidgetModel in org.csstudio.opibuilder.widgets.actions
Methods in org.csstudio.opibuilder.widgets.actions that return types with arguments of type AbstractWidgetModelModifier and TypeMethodDescriptionprotected final List<AbstractWidgetModel>CreateGroupAction.getSelectedWidgetModels()Gets the widget models of all currently selected EditParts. -
Uses of AbstractWidgetModel in org.csstudio.opibuilder.widgets.editparts
Methods in org.csstudio.opibuilder.widgets.editparts that return types with arguments of type AbstractWidgetModelModifier and TypeMethodDescriptionprotected List<AbstractWidgetModel>ArrayEditPart.getModelChildren()Method parameters in org.csstudio.opibuilder.widgets.editparts with type arguments of type AbstractWidgetModelModifier and TypeMethodDescriptionList<org.eclipse.draw2d.geometry.Rectangle>GridLayoutEditpart.getNewBounds(List<AbstractWidgetModel> widgetModelList, org.eclipse.draw2d.geometry.Rectangle containerBounds) -
Uses of AbstractWidgetModel in org.csstudio.opibuilder.widgets.feedback
Methods in org.csstudio.opibuilder.widgets.feedback with parameters of type AbstractWidgetModelModifier and TypeMethodDescriptionorg.eclipse.gef.commands.CommandAbstractFixRatioSizeFeedbackFactory.createChangeBoundsCommand(AbstractWidgetModel widgetModel, org.eclipse.gef.requests.ChangeBoundsRequest request, org.eclipse.draw2d.geometry.Rectangle targetBounds) org.eclipse.draw2d.IFigureAbstractFixRatioSizeFeedbackFactory.createDragSourceFeedbackFigure(AbstractWidgetModel model, org.eclipse.draw2d.geometry.Rectangle initalBounds) org.eclipse.gef.commands.CommandAbstractFixRatioSizeFeedbackFactory.createInitialBoundsCommand(AbstractWidgetModel widgetModel, org.eclipse.gef.requests.CreateRequest request, org.eclipse.draw2d.geometry.Rectangle targetBounds) intAbstractFixRatioSizeFeedbackFactory.getHeightFromWidth(int width, AbstractWidgetModel widgetModel) Calculate height from width.intMeterFeedbackFactory.getHeightFromWidth(int width, AbstractWidgetModel widgetModel) intAbstractFixRatioSizeFeedbackFactory.getWidthFromHeight(int height, AbstractWidgetModel widgetModel) Calculate width from height.intMeterFeedbackFactory.getWidthFromHeight(int height, AbstractWidgetModel widgetModel) booleanAbstractFixRatioSizeFeedbackFactory.isSquareSizeRequired(AbstractWidgetModel widgetModel) booleanLEDFeedbackFactory.isSquareSizeRequired(AbstractWidgetModel widgetModel) voidAbstractFixRatioSizeFeedbackFactory.showChangeBoundsFeedback(AbstractWidgetModel widgetModel, org.eclipse.draw2d.geometry.PrecisionRectangle newBounds, org.eclipse.draw2d.IFigure feedbackFigure, org.eclipse.gef.requests.ChangeBoundsRequest request) voidArrayFeedbackFactory.showChangeBoundsFeedback(AbstractWidgetModel widgetModel, org.eclipse.draw2d.geometry.PrecisionRectangle bounds, org.eclipse.draw2d.IFigure feedbackFigure, org.eclipse.gef.requests.ChangeBoundsRequest request) -
Uses of AbstractWidgetModel in org.csstudio.opibuilder.widgets.figures
Methods in org.csstudio.opibuilder.widgets.figures with parameters of type AbstractWidgetModelModifier and TypeMethodDescriptionvoidImageFigure.setSymbolProperties(SymbolImageProperties symbolProperties, AbstractWidgetModel model) -
Uses of AbstractWidgetModel in org.csstudio.opibuilder.widgets.model
Subclasses of AbstractWidgetModel in org.csstudio.opibuilder.widgets.modelModifier and TypeClassDescriptionclassAbstract model for boolean controls.classThis class defines a common widget model for all the boolean widgets.classThe abstract model for choice widget.classThis class defines a common widget model for any widget which has one scale and standard markers.classclassThis class defines a common widget model for any widget which has a scale.classThe abstract widget model for all shape based widgets.classAn action button widget model.classThe widget modelclassThe model for array widget.classThe widget model for Boolean Button.classThe widget model for Boolean Switch.classclassThe model for checkbox widgetclassModel of Choice Button.classThe model for combo widget.classThe widget model of ellipse widget.classThis class defines a gauge widget model.classThe widget model for grid layout widget which layout widgets in grids.classThe model for grouping container widget.classThe widget model for Boolean Switch.classThe widget model for Boolean Switch.final classAn image widget model.classThe model for intensity graph.classThis class defines a knob widget model.classThe model for label widget.classThe widget model for LED.classThe model for linking container widget.final classclassThis class defines a XMeter widget model.final classDeprecated.the native button is not used anymore.final classDeprecated.not used anymore.classA polygon widget modelclassThe model for polyline widget.classThis class defines a scaled slider widget model.classModel of Radio Box.classThe model for rectangle widget.classThe model for a rounded rectangle widget.classThe model for sash container widget.classThis class defines a scaled slider widget model.classThe model of scroll bar widget.classThe model of spinner widget.classModel for the Table widget.classThe model for a tab widget.classThis class defines a tank widget model.classThe model for text input.classThe model for text indicator.classThis class defines a thermometer widget model.classModel for the ThumbWheel.classThe model for web browser widget.classThe model for XYGraphMethods in org.csstudio.opibuilder.widgets.model that return types with arguments of type AbstractWidgetModelMethods in org.csstudio.opibuilder.widgets.model with parameters of type AbstractWidgetModelModifier and TypeMethodDescriptionvoidArrayModel.addChild(int index, AbstractWidgetModel child) voidArrayModel.addChild(AbstractWidgetModel child, boolean changeParent) voidArrayModel.removeChild(AbstractWidgetModel child) -
Uses of AbstractWidgetModel in org.yamcs.studio.script
Methods in org.yamcs.studio.script that return AbstractWidgetModelModifier and TypeMethodDescriptionstatic AbstractWidgetModelWidgetUtil.createWidgetModel(String widgetTypeID) Create a new widget model with the give widget type ID.