Lines Matching refs:ControlRow
217 ControlRow oControlRow = new ControlRow(i, ypos, locHelpID); in insertControlGroup()
223 ControlRow oControlRow = (ControlRow) ControlRowVector.elementAt(_index); in setControlGroupVisible()
237 ControlRow oControlRow = (ControlRow) ControlRowVector.elementAt(fieldcount); in addRow()
243 …ControlRow oControlRow = (ControlRow) ControlRowVector.elementAt(super.getBlockIncrementation() - … in addRow()
258 ControlRow oControlRow; in removeRow()
262 oControlRow = (ControlRow) ControlRowVector.elementAt(fieldcount); in removeRow()
275 ControlRow curcontrolrow = null; in toggleButtons()
282 curcontrolrow = (ControlRow) ControlRowVector.elementAt(super.getCurFieldCount() - 1); in toggleButtons()
351 ControlRow oControlRow = (ControlRow) ControlRowVector.elementAt(i); in hideControlRowsfromindex()
441 ControlRow curControlRow; in initializeScrollFields()
446 curControlRow = (ControlRow) ControlRowVector.elementAt(i); in initializeScrollFields()
500 … ControlRow curcontrolrow = (ControlRow) this.ControlRowVector.elementAt(maxfieldcount - 1); in hasonlycompletefunctions()
509 protected class ControlRow class in AggregateComponent
516 protected ControlRow(int _index, int ypos, int _curHelpID) in ControlRow() method in AggregateComponent.ControlRow