Uses of Class
org.csstudio.opibuilder.widgets.model.TabModel
Packages that use TabModel
-
Uses of TabModel in org.csstudio.opibuilder.widgets.editparts
Methods in org.csstudio.opibuilder.widgets.editparts that return TabModelMethods in org.csstudio.opibuilder.widgets.editparts with parameters of type TabModelModifier and TypeMethodDescriptionvoid
TabItem.injectPropertiesValue
(TabModel tabModel, int index) Copy the properties from TabModel to this tab item.Constructors in org.csstudio.opibuilder.widgets.editparts with parameters of type TabModelModifierConstructorDescriptionTabItem
(TabModel tabModel, int index, GroupingContainerModel groupingContainerModel) The tab item will be initialized with the corresponding tab properties value in tab model.