Uses of Enum Class
org.csstudio.opibuilder.widgets.model.TabModel.TabProperty
Packages that use TabModel.TabProperty
-
Uses of TabModel.TabProperty in org.csstudio.opibuilder.widgets.editparts
Methods in org.csstudio.opibuilder.widgets.editparts with parameters of type TabModel.TabPropertyModifier and TypeMethodDescriptionTabItem.getPropertyValue(TabModel.TabProperty tabProperty) voidTabItem.setPropertyValue(TabModel.TabProperty tabProperty, Object value) -
Uses of TabModel.TabProperty in org.csstudio.opibuilder.widgets.model
Methods in org.csstudio.opibuilder.widgets.model that return TabModel.TabPropertyModifier and TypeMethodDescriptionstatic TabModel.TabPropertyReturns the enum constant of this class with the specified name.static TabModel.TabProperty[]TabModel.TabProperty.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.csstudio.opibuilder.widgets.model with parameters of type TabModel.TabPropertyModifier and TypeMethodDescriptionTabModel.getTabPropertyValue(int index, TabModel.TabProperty tabProperty) Get the property value of a tabItem.