Searched refs:supProperties (Results 1 – 2 of 2) sorted by relevance
54 private String[][] supProperties = null ; field in _XControlAccess72 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()
46 private String[][] supProperties = null ; field in _XControlInformation106 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 13 milliseconds