public class StaticResource extends Resource implements IPresentationSupport
ATTR_DESCRIPTION, ATTR_ICON, ATTR_LABEL, ATTR_TIP| Constructor and Description |
|---|
StaticResource(String id) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getDescription()
A long, descriptive string representation.
|
String |
getIconName()
A name for an icon.
|
String |
getId() |
String |
getLabel()
A short string representation (suitable for example for use with an icon
or menu item).
|
String |
getTip()
An "intermediate" length description (suitable for example with a
tooltip).
|
int |
hashCode() |
void |
setLabel(String label) |
public StaticResource(String id)
public String getDescription()
IPresentationSupportgetDescription in interface IPresentationSupportpublic String getIconName()
IPresentationSupportgetIconName in interface IPresentationSupportpublic String getLabel()
IPresentationSupportgetLabel in interface IPresentationSupportpublic String getTip()
IPresentationSupportgetTip in interface IPresentationSupportpublic void setLabel(String label)
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.