Searched refs:setValueAt (Results 1 – 4 of 4) sorted by relevance
/aoo4110/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() 279 recTable.setValueAt( aEntity.getLangid() , n+1 , 0 ); in initView() 280 recTable.setValueAt( aEntity.getText() , n+1 , 1 ); in initView() 281 recTable.setValueAt( aEntity.getHelptext() , n+1 , 2 ); in initView() 282 recTable.setValueAt( aEntity.getQuickhelptext() , n+1 , 3 ); in initView() [all …]
|
/aoo4110/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
|
/aoo4110/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
|
Completed in 24 milliseconds