|
JComponentPack 1.5.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.zfqjava.swing.cell.CellStyle.Comment
public static final class CellStyle.Comment
The comment
| Constructor Summary | |
|---|---|
CellStyle.Comment(String comment)
Constructs a comment. |
|
CellStyle.Comment(String text,
String author)
Constructs a comment. |
|
CellStyle.Comment(String text,
String author,
Object helper)
Constructs a comment. |
|
| Method Summary | |
|---|---|
String |
getAuthor()
Returns the author of the comment. |
Object |
getHelper()
Returns the helper of the comment. |
String |
getText()
Returns the text of the comment. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CellStyle.Comment(String comment)
comment - the text of the comment
public CellStyle.Comment(String text,
String author)
text - the text of the commentauthor - the author of the comment
public CellStyle.Comment(String text,
String author,
Object helper)
text - the text of the commentauthor - the author of the commenthelper - the helper to display comment| Method Detail |
|---|
public String getText()
public String getAuthor()
public Object getHelper()
|
JComponentPack 1.5.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||