| Constructor and Description |
|---|
ActionImpl(String providerId,
String title,
String description,
URL url) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getId() |
String |
getTitle() |
URL |
getUrl() |
void |
setDescription(String description) |
void |
setId(String id) |
void |
setTitle(String title) |
void |
setUrl(URL url) |
public URL getUrl()
public void setUrl(URL url)
public String getTitle()
public void setTitle(String title)
public String getDescription()
getDescription in interface ActionAction does and the expected
result when the Action is invoked. The description, for example, could be used to
provide more information when a link is hovered upon.public void setDescription(String description)
public String getId()
getId in interface ActionActionProvider that supplied the ActionActionProviderpublic void setId(String id)
This work is licensed under a Creative Commons Attribution 4.0 International License.