Home
last modified time | relevance | path

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

/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/view/
H A DComponentView.java67 maRelativeLocationLabel = aLayout.AddLabeledEntry ("Relative Location: "); in ComponentView()
68 maAbsoluteLocationLabel = aLayout.AddLabeledEntry ("Location on Screen: "); in ComponentView()
69 maSizeLabel = aLayout.AddLabeledEntry ("Size"); in ComponentView()
70 maBoundingBoxLabel = aLayout.AddLabeledEntry ("Bounding Box: "); in ComponentView()
71 maConsistencyLabel = aLayout.AddLabeledEntry ("Consistent: "); in ComponentView()
72 maForegroundColorLabel = aLayout.AddLabeledEntry ("Foreground Color: "); in ComponentView()
73 maBackgroundColorLabel = aLayout.AddLabeledEntry ("Background Color: "); in ComponentView()
H A DTextView.java93 maCharacterArrayLabel = aLayout.AddLabeledEntry ("Characters: "); in TextView()
94 maCharacterCountLabel = aLayout.AddLabeledEntry ("Character Count: "); in TextView()
95 maSelectionLabel = aLayout.AddLabeledEntry ("Selection: "); in TextView()
96 maBoundsLabel = aLayout.AddLabeledEntry ("Bounds Test: "); in TextView()
101 maCaretLineNoLabel = aLayout.AddLabeledEntry ("Line number at caret: "); in TextView()
102 maCaretLineTextLabel = aLayout.AddLabeledEntry ("Text of line at caret: "); in TextView()
103 maLineNoFromCaretPosLabel = aLayout.AddLabeledEntry ("Line number at index of caret: "); in TextView()
104 maLineTextFromCaretPosLabel = aLayout.AddLabeledEntry ("Text of line at index of caret: "); in TextView()
H A DTableView.java64 maRowCountLabel = aLayout.AddLabeledEntry ("Row Count: "); in TableView()
65 maColumnCountLabel = aLayout.AddLabeledEntry ("Column Count: "); in TableView()
66 maCellCountLabel = aLayout.AddLabeledEntry ("Cell Count: "); in TableView()
67 maSelectedRowsLabel = aLayout.AddLabeledEntry ("Selected Rows: "); in TableView()
68 maSelectedColumnsLabel = aLayout.AddLabeledEntry ("Selected Columns: "); in TableView()
H A DParentView.java63 maParentLabel = aLayout.AddLabeledEntry ("Has parent: "); in ParentView()
64 maIndexLabel = aLayout.AddLabeledEntry ("Index in parent: "); in ParentView()
65 maValidLabel = aLayout.AddLabeledEntry ("Parent/Child relationship valid: "); in ParentView()
66 maChildrenLabel = aLayout.AddLabeledEntry ("Child count: "); in ParentView()
H A DViewGridLayout.java48 public JLabel AddLabeledEntry (String sTitle) in AddLabeledEntry() method in ViewGridLayout
55 JLabel aLabel = AddLabeledEntry (sTitle); in AddLabeledString()
H A DContextView.java66 maRoleLabel = aLayout.AddLabeledEntry ("Role:"); in ContextView()

Completed in 32 milliseconds