public interface IconThemeManager
| Modifier and Type | Method and Description | 
|---|---|
| boolean | add(IconTheme theme) | 
| void | clear() | 
| boolean | contains(IconTheme theme) | 
| IconTheme | get(int index) | 
| IconTheme | get(String themeID)Returns the theme that has been registered with the name that receives like
 parameter | 
| int | getCount() | 
| IconTheme | getCurrent()Gets the current theme | 
| IconTheme | getDefault()Gets the default theme | 
| FolderSet | getRepository() | 
| Iterator<IconTheme> | iterator() | 
| boolean | remove(IconTheme theme) | 
| void | setCurrent(IconTheme iconTheme)Sets the iconTheme like current theme | 
IconTheme getDefault()
void setCurrent(IconTheme iconTheme)
iconTheme - IconTheme getCurrent()
IconTheme get(String themeID)
themeName - int getCount()
IconTheme get(int index)
boolean contains(IconTheme theme)
boolean add(IconTheme theme)
boolean remove(IconTheme theme)
void clear()
FolderSet getRepository()