public class EntryTypeStatement extends PageEntryType<IStatement>
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ID |
static EntryTypeStatement |
INSTANCE |
REGISTRY
Constructor and Description |
---|
EntryTypeStatement() |
Modifier and Type | Method and Description |
---|---|
ISimpleDrawable |
createDrawable(IStatement value) |
IStatement |
deserialise(java.lang.String source) |
java.util.List<java.lang.String> |
getTooltip(IStatement value) |
matches, register
public static final java.lang.String ID
public static final EntryTypeStatement INSTANCE
@Nullable public IStatement deserialise(java.lang.String source)
deserialise
in class PageEntryType<IStatement>
public java.util.List<java.lang.String> getTooltip(IStatement value)
getTooltip
in class PageEntryType<IStatement>
@Nullable public ISimpleDrawable createDrawable(IStatement value)
createDrawable
in class PageEntryType<IStatement>