public class SelectionOutline
extends java.lang.Object
NOTE: This class is for internal use only by EditContext.
| Constructor and Description | 
|---|
| SelectionOutline() | 
| Modifier and Type | Method and Description | 
|---|---|
| static void | getBorder()Returns the CSS border of this component. | 
| static void | getLabelBackgroundColor()Returns the background color for the selection label. | 
| static void | setBorder(java.lang.String border)Set the CSS border of this component as a CSS string including border-width, border-style, and/or color (eg "1px dashed
 blue"). | 
| static void | setLabelBackgroundColor(java.lang.String color)Set the background color for the selection label. | 
public static void getBorder()
public static void getLabelBackgroundColor()
public static void setBorder(java.lang.String border)
This property applies the same border to all four sides of this component.
border - css border stringpublic static void setLabelBackgroundColor(java.lang.String color)
color - css color