public class TodoAttributes
extends java.lang.Object
implements java.lang.Cloneable
Constructor and Description |
---|
TodoAttributes(Element element,
TextAttributes defaultTodoAttributes) |
TodoAttributes(TextAttributes textAttributes) |
Modifier and Type | Method and Description |
---|---|
TodoAttributes |
clone() |
boolean |
equals(java.lang.Object o) |
TextAttributes |
getCustomizedTextAttributes() |
javax.swing.Icon |
getIcon() |
TextAttributes |
getTextAttributes() |
int |
hashCode() |
void |
setIcon(javax.swing.Icon icon) |
void |
setUseCustomTodoColor(boolean useCustomColors,
TextAttributes defaultTodoAttributes) |
boolean |
shouldUseCustomTodoColor() |
void |
writeExternal(Element element) |
public TodoAttributes(Element element, TextAttributes defaultTodoAttributes)
public TodoAttributes(TextAttributes textAttributes)
public javax.swing.Icon getIcon()
public TextAttributes getTextAttributes()
public TextAttributes getCustomizedTextAttributes()
public void setIcon(javax.swing.Icon icon)
public void writeExternal(Element element)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public boolean shouldUseCustomTodoColor()
public void setUseCustomTodoColor(boolean useCustomColors, TextAttributes defaultTodoAttributes)
public TodoAttributes clone()
clone
in class java.lang.Object