Home
last modified time | relevance | path

Searched refs:setValueAt (Results 1 – 4 of 4) sorted by relevance

/trunk/main/l10ntools/java/receditor/java/transex3/controller/
H A DEditorController.java119 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 …]
/trunk/main/scripting/java/org/openoffice/idesupport/ui/
H A DScriptPanel.java121 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 DIdeVersion.java348 public void setValueAt(Object value, int row, int col) { in setValueAt() method in MyTableModelIDE
H A DVersion.java339 public void setValueAt(Object value, int row, int col) { in setValueAt() method in MyTableModel

Completed in 29 milliseconds