Uses of Enum Class
org.csstudio.opibuilder.visualparts.BorderStyle
Packages that use BorderStyle
Package
Description
-
Uses of BorderStyle in org.csstudio.opibuilder.model
Methods in org.csstudio.opibuilder.model that return BorderStyleMethods in org.csstudio.opibuilder.model with parameters of type BorderStyleModifier and TypeMethodDescriptionvoidAbstractWidgetModel.setBorderStyle(BorderStyle borderStyle) -
Uses of BorderStyle in org.csstudio.opibuilder.util
Methods in org.csstudio.opibuilder.util with parameters of type BorderStyleModifier and TypeMethodDescriptionstatic org.eclipse.draw2d.BorderAlarmRepresentationScheme.getInvalidBorder(BorderStyle borderStyle) static org.eclipse.draw2d.BorderAlarmRepresentationScheme.getMajorBorder(BorderStyle borderStyle) static org.eclipse.draw2d.BorderAlarmRepresentationScheme.getMinorBorder(BorderStyle borderStyle) -
Uses of BorderStyle in org.csstudio.opibuilder.visualparts
Methods in org.csstudio.opibuilder.visualparts that return BorderStyleModifier and TypeMethodDescriptionstatic BorderStyleReturns the enum constant of this class with the specified name.static BorderStyle[]BorderStyle.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.csstudio.opibuilder.visualparts with parameters of type BorderStyleModifier and TypeMethodDescriptionstatic org.eclipse.draw2d.AbstractBorderBorderFactory.createBorder(BorderStyle style, int width, RGB rgbColor, String text)