Searched refs:setValueAt (Results 1 – 4 of 4) sorted by relevance
| /trunk/main/l10ntools/java/receditor/java/transex3/controller/ |
| H A D | EditorController.java | 119 aTable.setValueAt( null , n , 0 ); in clearAllRows() 120 aTable.setValueAt( null , n , 1 ); in clearAllRows() 121 aTable.setValueAt( null , n , 2 ); in clearAllRows() 122 aTable.setValueAt( null , n , 3 ); in clearAllRows() 123 aTable.setValueAt( null , n , 4 ); in clearAllRows() 270 recTable.setValueAt( "en-US" , 0, 0 ); in initView() 271 recTable.setValueAt( aSdfString.getSourceString().getText() , 0, 1 ); in initView() 272 recTable.setValueAt( aSdfString.getSourceString().getHelptext() , 0, 2 ); in initView() 273 recTable.setValueAt( aSdfString.getSourceString().getQuickhelptext() , 0, 3 ); in initView() 274 recTable.setValueAt( aSdfString.getSourceString().getTitle() , 0, 4 ); in initView() [all …]
|
| /trunk/main/scripting/java/org/openoffice/idesupport/ui/ |
| H A D | ScriptPanel.java | 121 model.setValueAt(value, in tableFocusLost() 196 public void setValueAt(Object value, int row, int col) { in setValueAt() method in ScriptPanel.ScriptTableModel
|
| /trunk/main/scripting/workben/installer/ |
| H A D | IdeVersion.java | 348 public void setValueAt(Object value, int row, int col) { in setValueAt() method in MyTableModelIDE
|
| H A D | Version.java | 339 public void setValueAt(Object value, int row, int col) { in setValueAt() method in MyTableModel
|