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()
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 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