public interface OutlineableView
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
KEY |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isShowOutline() |
void |
setShowOutline(boolean showOutline)
Sets whether the view should display itself as an outline or not.
|
static final java.lang.String KEY
void setShowOutline(boolean showOutline)
showOutline - true to display as an outline, otherwise falseboolean isShowOutline()