public class HelpExample extends java.lang.Object
An example that can be displayed in the help.
Constructor and description |
---|
HelpExample(java.lang.String description, java.lang.String example) Create a new HelpExample instance. |
Type Params | Return Type | Name and description |
---|---|---|
|
public java.lang.String |
getDescription() |
|
public java.lang.String |
getExample() |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Create a new HelpExample instance.
description
- the description (in the form "to ....")example
- the example