Home
last modified time | relevance | path

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

/aoo4110/main/qadevOOo/tests/java/ifc/ui/dialogs/
H A D_XControlAccess.java54 private String[][] supProperties = null ; field in _XControlAccess
72 supProperties = new String[supControls.length][]; in before()
75 supProperties[i] = in before()
95 for (int j = 0; j < supProperties[i].length; j++) { in _setControlProperty()
96 log.println("\t" + supProperties[i][j]); in _setControlProperty()
99 supProperties[i][j]); in _setControlProperty()
101 if (supProperties[i][j].startsWith("Help")) { in _setControlProperty()
105 (supControls[i], supProperties[i][j], newVal) ; in _setControlProperty()
107 supProperties[i][j]); in _setControlProperty()
111 error += "####Property '"+supProperties[i][j]+ in _setControlProperty()
H A D_XControlInformation.java46 private String[][] supProperties = null ; field in _XControlInformation
106 supProperties = new String[supControls.length][]; in _getSupportedControlProperties()
110 supProperties[i] = in _getSupportedControlProperties()
116 result &= supProperties[i] != null; in _getSupportedControlProperties()
155 for (int j = 0; j < supProperties[i].length; j++) { in _isControlPropertySupported()
156 log.println(" " + supProperties[i][j]); in _isControlPropertySupported()
159 (supControls[i], supProperties[i][j]) ; in _isControlPropertySupported()

Completed in 17 milliseconds