Home
last modified time | relevance | path

Searched refs:getValueAt (Results 1 – 5 of 5) sorted by relevance

/aoo4110/main/l10ntools/java/receditor/java/transex3/controller/
H A DEditorController.java133 String lang = (String) recTable.getValueAt(n , 0 ); in updateData()
134 String text = (String) recTable.getValueAt(n , 1 ); in updateData()
135 String htext = (String) recTable.getValueAt(n , 2 ); in updateData()
136 String qhtext = (String) recTable.getValueAt(n , 3 ); in updateData()
137 String ttext = (String) recTable.getValueAt(n , 4 ); in updateData()
/aoo4110/main/scripting/workben/installer/
H A DIdeVersion.java130 Object o = getValueAt(row, col); in initComponents()
148 Object o = getValueAt(row,col); in initComponents()
327 public Object getValueAt(int row, int col) { in getValueAt() method in MyTableModelIDE
337 return getValueAt(0, c).getClass(); in getColumnClass()
H A DVersion.java103 Object o = getValueAt(row, col); in initComponents()
121 Object o = getValueAt(row,col); in initComponents()
318 public Object getValueAt(int row, int col) { in getValueAt() method in MyTableModel
328 return getValueAt(0, c).getClass(); in getColumnClass()
/aoo4110/main/xmlsecurity/tools/uno/
H A DUnsolvedReferenceTableModel.java60 public Object getValueAt(int row, int col) in getValueAt() method in UnsolvedReferenceTableModel
/aoo4110/main/scripting/java/org/openoffice/idesupport/ui/
H A DScriptPanel.java175 public Object getValueAt(int row, int col) { in getValueAt() method in ScriptPanel.ScriptTableModel

Completed in 66 milliseconds