com.sage.swt.client.format
Class StringFormat.PartialParseResult

java.lang.Object
  extended by com.sage.swt.client.format.StringFormat.PartialParseResult
Enclosing class:
StringFormat

public static final class StringFormat.PartialParseResult
extends java.lang.Object

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

partialDisplay

public java.lang.String partialDisplay

indexModified

public int indexModified

charArray

public char[] charArray

posArray

public int[] posArray

nextNode

public int nextNode

posResult

public int posResult

idxSearch

public int idxSearch
Constructor Detail

StringFormat.PartialParseResult

public StringFormat.PartialParseResult()


Copyright © 2011 Sage Software, Inc. All rights reserved.