public abstract class BaseTextCommentCellAppearance extends java.lang.Object implements CellAppearanceEx
| Constructor and Description |
|---|
BaseTextCommentCellAppearance() |
| Modifier and Type | Method and Description |
|---|---|
void |
customize(SimpleColoredComponent component) |
protected abstract javax.swing.Icon |
getIcon() |
protected abstract java.lang.String |
getPrimaryText() |
protected abstract java.lang.String |
getSecondaryText() |
java.lang.String |
getText() |
void |
setCommentAttributes(SimpleTextAttributes commentAttributes) |
void |
setTextAttributes(SimpleTextAttributes textAttributes) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcustomizeprotected abstract javax.swing.Icon getIcon()
protected abstract java.lang.String getSecondaryText()
protected abstract java.lang.String getPrimaryText()
public void customize(SimpleColoredComponent component)
customize in interface CellAppearanceExpublic java.lang.String getText()
getText in interface CellAppearanceExpublic void setCommentAttributes(SimpleTextAttributes commentAttributes)
public void setTextAttributes(SimpleTextAttributes textAttributes)