Home
last modified time | relevance | path

Searched refs:CreateNode (Results 1 – 1 of 1) sorted by relevance

/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/view/
H A DTextView.java201 aRoot.add (CreateNode ("Character", AccessibleTextType.CHARACTER)); in Update()
202 aRoot.add (CreateNode ("Word", AccessibleTextType.WORD)); in Update()
203 aRoot.add (CreateNode ("Sentence", AccessibleTextType.SENTENCE)); in Update()
204 aRoot.add (CreateNode ("Paragraph", AccessibleTextType.PARAGRAPH)); in Update()
205 aRoot.add (CreateNode ("Line", AccessibleTextType.LINE)); in Update()
206 aRoot.add (CreateNode ("Attribute", AccessibleTextType.ATTRIBUTE_RUN)); in Update()
207 aRoot.add (CreateNode ("Glyph", AccessibleTextType.GLYPH)); in Update()
323 private MutableTreeNode CreateNode (String sTitle, short nTextType) in CreateNode() method in TextView

Completed in 13 milliseconds