|
JCommon 1.0.17-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jfree.ui.about.Contributor
public class Contributor
A simple class representing a contributor to a software project.
Used in the AboutFrame class.
Constructor Summary | |
---|---|
Contributor(String name,
String email)
Creates a new contributor. |
Method Summary | |
---|---|
String |
getEmail()
Returns the contributor's e-mail address. |
String |
getName()
Returns the contributor's name. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Contributor(String name, String email)
name
- the name.email
- the e-mail address.Method Detail |
---|
public String getName()
public String getEmail()
|
JCommon 1.0.17-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |