| Package | Description |
|---|---|
| griffon.javafx.support.weathericons | |
| griffon.plugins.weathericons | |
| griffon.swing.support.weathericons |
| Modifier and Type | Method and Description |
|---|---|
WeatherIconFont |
WeatherIcon.getWeatherIconFont() |
| Modifier and Type | Method and Description |
|---|---|
javafx.beans.property.ObjectProperty<WeatherIconFont> |
WeatherIcon.getWeatherIconProperty() |
javafx.beans.property.ObjectProperty<WeatherIconFont> |
WeatherIcon.weatherIconProperty() |
| Modifier and Type | Method and Description |
|---|---|
void |
WeatherIcon.setWeatherIconFont(WeatherIconFont weatherIcon) |
| Constructor and Description |
|---|
WeatherIcon(WeatherIconFont weatherIcon) |
| Modifier and Type | Method and Description |
|---|---|
static WeatherIconFont |
WeatherIconFont.findByDescription(String description) |
static WeatherIconFont |
WeatherIconFont.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WeatherIconFont[] |
WeatherIconFont.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
WeatherIconFont |
WeatherIcon.getWeatherIcon() |
| Modifier and Type | Method and Description |
|---|---|
void |
WeatherIcon.setWeatherIcon(WeatherIconFont weatherIconFont) |
| Constructor and Description |
|---|
WeatherIcon(WeatherIconFont weatherIconFont) |