Uses of Interface
com.leafdigital.ui.api.Theme

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.
 



Copyright © 2011 Samuel Marshall. All rights reserved.