public class ViewerInfo extends Object
| Constructor and Description |
|---|
ViewerInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getLongDescription()
Gets the long text description.
|
String |
getShortDescription()
Gets the short text description.
|
void |
setLongDescription(String longDescription)
Sets the long text description.
|
void |
setShortDescription(String shortDescription)
Sets the short text description.
|
public String getLongDescription()
public String getShortDescription()
public void setLongDescription(String longDescription)
longDescription - a short text description of the viewer, suitable
for displaying in a dialog.public void setShortDescription(String shortDescription)
shortDescription - a short text description of the viewer, suitable
for displaying in a tool tip. This may be null.