| java.lang.Object org.apache.harmony.awt.text.ComposedTextParams
ComposedTextParams | public class ComposedTextParams (Code) | | Stores composed text parameters: the composed text itself,
its length and where it starts in a document. Also stores the latest
committed text start. Instance of this class is used
as a value of document property
AbstractDocument.ComposedTextProperty .
|
getComposedTextLength | public int getComposedTextLength()(Code) | | |
getComposedTextStart | public int getComposedTextStart()(Code) | | |
getLastCommittedTextLength | public int getLastCommittedTextLength()(Code) | | |
getLastCommittedTextStart | public int getLastCommittedTextStart()(Code) | | |
resetComposedText | public void resetComposedText()(Code) | | |
setComposedTextLength | public void setComposedTextLength(int length)(Code) | | |
setComposedTextStart | public void setComposedTextStart(int offset)(Code) | | |
setLastCommittedTextStart | public void setLastCommittedTextStart(int offset)(Code) | | |
|
|