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, wait
customize
protected 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 CellAppearanceEx
public java.lang.String getText()
getText
in interface CellAppearanceEx
public void setCommentAttributes(SimpleTextAttributes commentAttributes)
public void setTextAttributes(SimpleTextAttributes textAttributes)