| Package | Description |
|---|---|
| org.jboss.forge.addon.ui.util |
| Modifier and Type | Method and Description |
|---|---|
Metadata |
Metadata.category(UICategory category)
Set the
UICategory of the corresponding UICommand. |
Metadata |
Metadata.deprecated(boolean deprecated)
Set the deprecated flag for this command
|
Metadata |
Metadata.deprecatedMessage(String deprecatedMessage)
Set the deprecated message for this command
|
Metadata |
Metadata.description(String description)
Set the description for the corresponding
UICommand. |
Metadata |
Metadata.docLocation(URL docLocation)
|
static Metadata |
Metadata.forCommand(Class<?> type)
Create a new
UICommandMetadata for the given UICommand type. |
static Metadata |
Metadata.from(UICommandMetadata origin,
Class<? extends UICommand> type)
Create a new
UICommandMetadata implementation from the given UICommandMetadata origin, and the
given UICommand type. |
Metadata |
Metadata.name(String name)
Set the name for the corresponding
UICommand. |
Copyright © 2016 JBoss by Red Hat. All rights reserved.