Uses of Enum Class
org.csstudio.opibuilder.visualparts.BorderStyle
Package
Description
-
Uses of BorderStyle in org.csstudio.opibuilder.model
Modifier and TypeMethodDescriptionvoid
AbstractWidgetModel.setBorderStyle
(BorderStyle borderStyle) -
Uses of BorderStyle in org.csstudio.opibuilder.util
Modifier 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
Modifier 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.Modifier and TypeMethodDescriptionstatic org.eclipse.draw2d.AbstractBorder
BorderFactory.createBorder
(BorderStyle style, int width, RGB rgbColor, String text)