public static class PresentableNodeDescriptor.ColoredFragment
extends java.lang.Object
| Constructor and Description |
|---|
ColoredFragment(java.lang.String aText,
SimpleTextAttributes aAttributes) |
ColoredFragment(java.lang.String aText,
java.lang.String toolTip,
SimpleTextAttributes aAttributes) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
SimpleTextAttributes |
getAttributes() |
java.lang.String |
getText() |
java.lang.String |
getToolTip() |
int |
hashCode() |
public ColoredFragment(java.lang.String aText,
SimpleTextAttributes aAttributes)
public ColoredFragment(java.lang.String aText,
java.lang.String toolTip,
SimpleTextAttributes aAttributes)
public java.lang.String getToolTip()
public java.lang.String getText()
public SimpleTextAttributes getAttributes()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object