Package | Description |
---|---|
griffon.javafx.support.feedicons | |
griffon.plugins.feedicons | |
griffon.swing.support.feedicons |
Modifier and Type | Method and Description |
---|---|
Feed |
FeedIcon.getFeed() |
Constructor and Description |
---|
FeedIcon(Feed feed) |
FeedIcon(Feed feed,
int size) |
Modifier and Type | Method and Description |
---|---|
static Feed |
Feed.findByDescription(String description) |
static Feed |
Feed.findByDescription(String description,
int size) |
static Feed |
Feed.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Feed[] |
Feed.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Feed |
FeedIcon.getFeed() |
Modifier and Type | Method and Description |
---|---|
void |
FeedIcon.setFeed(Feed feed) |
Constructor and Description |
---|
FeedIcon(Feed feed) |
FeedIcon(Feed feed,
int size) |