public static class SimpleEditor.HighlightEntry extends Object
Constructor and Description |
---|
HighlightEntry(Collection<String> pStyles,
int pLength) |
Modifier and Type | Method and Description |
---|---|
SimpleEditor.HighlightEntry |
create(Collection<String> pStyles) |
SimpleEditor.HighlightEntry |
create(int pLength) |
int |
getLength()
The length of the text to which the styles will be applied.
|
Collection<String> |
getStyles() |
String |
toString() |
public HighlightEntry(Collection<String> pStyles, int pLength)
public final Collection<String> getStyles()
public final int getLength()
public SimpleEditor.HighlightEntry create(int pLength)
public SimpleEditor.HighlightEntry create(Collection<String> pStyles)
Copyright © 2023. All rights reserved.