class StyleEntry
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private StyleList.StyleFilter |
filter |
private boolean |
isEnabled |
private Style |
style |
Constructor and Description |
---|
StyleEntry(Style style) |
StyleEntry(Style style,
StyleList.StyleFilter filter) |
Modifier and Type | Method and Description |
---|---|
Style |
getStyle() |
boolean |
isEnabled() |
boolean |
isFiltered() |
boolean |
isFullyEnabled() |
void |
setEnabled(boolean isEnabled) |
private Style style
private boolean isEnabled
private StyleList.StyleFilter filter
public StyleEntry(Style style)
public StyleEntry(Style style, StyleList.StyleFilter filter)
public void setEnabled(boolean isEnabled)
public boolean isEnabled()
public boolean isFiltered()
public boolean isFullyEnabled()
public Style getStyle()