|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Theme | |
---|---|
com.leafdigital.ui.api | The UI API provides a basic windowing interface library of widgets that can be constructed from XML. |
Uses of Theme in com.leafdigital.ui.api |
---|
Methods in com.leafdigital.ui.api that return Theme | |
---|---|
Theme[] |
UI.getAvailableThemes()
Obtains the list of available themes. |
Theme |
UI.getTheme()
Obtains the user's selected theme. |
Methods in com.leafdigital.ui.api with parameters of type Theme | |
---|---|
void |
UI.setTheme(Theme t)
Sets the selected theme (should be called by preferences, which for technical reasons has to be in a different plugin). |
void |
Pic.setThemeFile(Theme t,
java.lang.String filename)
Set an image directly from a theme without going through the theme property interface. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |