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(java.lang.String themeID)
Returns the theme that has been registered with the name that receives like
parameter
|
IconTheme |
getActive()
Gets the current theme
|
int |
getCount() |
IconTheme |
getCurrent()
Deprecated.
use getActive
|
IconTheme |
getDefault()
Gets the default theme
|
FolderSet |
getRepository() |
double |
getScaleFactor() |
java.util.Iterator<IconTheme> |
iterator() |
boolean |
remove(IconTheme theme) |
void |
setActive(IconTheme iconTheme)
Sets the iconTheme like current theme
|
void |
setCurrent(IconTheme iconTheme)
Deprecated.
use getActive
|
void |
setScaleFactor(double scaleFactor) |
IconTheme getDefault()
void setActive(IconTheme iconTheme)
iconTheme
- void setCurrent(IconTheme iconTheme)
iconTheme
- IconTheme getActive()
IconTheme getCurrent()
IconTheme get(java.lang.String themeID)
themeName
- int getCount()
IconTheme get(int index)
boolean contains(IconTheme theme)
java.util.Iterator<IconTheme> iterator()
boolean add(IconTheme theme)
boolean remove(IconTheme theme)
void clear()
FolderSet getRepository()
double getScaleFactor()
void setScaleFactor(double scaleFactor)