Modifier and Type | Field and Description |
---|---|
int |
indent |
boolean |
link |
ISimpleDrawable |
startIcon
Can be any of the boxes, any icon with dimensions different to these will render incorrectly.
|
ISimpleDrawable |
startIconHovered |
java.lang.String |
text
This will be wrapped automatically when it is rendered.
|
Constructor and Description |
---|
PageLine(int indent,
java.lang.String text,
boolean isLink) |
PageLine(ISimpleDrawable startIcon,
ISimpleDrawable startIconHovered,
int indent,
java.lang.String text,
boolean isLink) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(PageLine o) |
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
java.lang.String |
toString() |
public ISimpleDrawable startIcon
public ISimpleDrawable startIconHovered
public final int indent
public final java.lang.String text
public final boolean link
public PageLine(int indent, java.lang.String text, boolean isLink)
public PageLine(ISimpleDrawable startIcon, ISimpleDrawable startIconHovered, int indent, java.lang.String text, boolean isLink)
public java.lang.String toString()
toString
in class java.lang.Object
public int compareTo(PageLine o)
compareTo
in interface java.lang.Comparable<PageLine>
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object