use of org.apache.pivot.wtk.Theme in project pivot by apache.
the class TerraListViewSkin method setDisabledColor.
public final void setDisabledColor(int disabledColor) {
Theme theme = currentTheme();
setDisabledColor(theme.getColor(disabledColor));
}
use of org.apache.pivot.wtk.Theme in project pivot by apache.
the class TerraListViewSkin method setColor.
public final void setColor(int color) {
Theme theme = currentTheme();
setColor(theme.getColor(color));
}
use of org.apache.pivot.wtk.Theme in project pivot by apache.
the class TerraMenuBarSkin method setDisabledColor.
public final void setDisabledColor(int color) {
Theme theme = currentTheme();
setDisabledColor(theme.getColor(color));
}
use of org.apache.pivot.wtk.Theme in project pivot by apache.
the class TerraMenuBarSkin method setActiveBackgroundColor.
public final void setActiveBackgroundColor(int color) {
Theme theme = currentTheme();
setActiveBackgroundColor(theme.getColor(color));
}
use of org.apache.pivot.wtk.Theme in project pivot by apache.
the class TerraMenuBarSkin method setColor.
public final void setColor(int color) {
Theme theme = currentTheme();
setColor(theme.getColor(color));
}
Aggregations