|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sage.swt.client.format.StringFormat.PartialParseResult
public static final class StringFormat.PartialParseResult
The StringFormat.PartialParseResult class provides a structure to return the
results of a call to StringFormat.partialFormat(String).
| Field Summary | |
|---|---|
char[] |
charArray
|
int |
idxSearch
|
int |
indexModified
|
int |
nextNode
|
java.lang.String |
partialDisplay
|
int[] |
posArray
|
int |
posResult
|
| Constructor Summary | |
|---|---|
StringFormat.PartialParseResult()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public java.lang.String partialDisplay
public int indexModified
public char[] charArray
public int[] posArray
public int nextNode
public int posResult
public int idxSearch
| Constructor Detail |
|---|
public StringFormat.PartialParseResult()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||