Package | Description |
---|---|
ej.mwt | |
ej.mwt.stylesheet | |
ej.mwt.stylesheet.cascading |
Modifier and Type | Method and Description |
---|---|
Stylesheet |
Desktop.getStylesheet()
Gets the stylesheet instance.
|
Modifier and Type | Method and Description |
---|---|
void |
Desktop.setStylesheet(Stylesheet stylesheet)
Sets the stylesheet instance.
|
Modifier and Type | Class and Description |
---|---|
class |
CachedStylesheet
Wraps a stylesheet and provides a cache to avoid having several instances of the same style.
|
class |
VoidStylesheet
Stylesheet that always returns the default style.
|
Constructor and Description |
---|
CachedStylesheet(Stylesheet stylesheet)
Creates a cached stylesheet with the given stylesheet to wrap and the default cache size.
|
CachedStylesheet(Stylesheet stylesheet,
int size)
Creates a cached stylesheet with the given stylesheet to wrap and the given cache size.
|
Modifier and Type | Class and Description |
---|---|
class |
CascadingStylesheet
Cascading stylesheet implementation strongly inspired by CSS.
|