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 TypeMethodDescriptionvoid
AbstractWidgetModel.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.Border
AlarmRepresentationScheme.getInvalidBorder
(BorderStyle borderStyle) static org.eclipse.draw2d.Border
AlarmRepresentationScheme.getMajorBorder
(BorderStyle borderStyle) static org.eclipse.draw2d.Border
AlarmRepresentationScheme.getMinorBorder
(BorderStyle borderStyle) -
Uses of BorderStyle in org.csstudio.opibuilder.visualparts
Methods in org.csstudio.opibuilder.visualparts that return BorderStyleModifier and TypeMethodDescriptionstatic BorderStyle
Returns 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.AbstractBorder
BorderFactory.createBorder
(BorderStyle style, int width, RGB rgbColor, String text)