Searched refs:getValueAt (Results 1 – 5 of 5) sorted by relevance
/aoo41x/main/l10ntools/java/receditor/java/transex3/controller/ |
H A D | EditorController.java | 133 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()
|
/aoo41x/main/scripting/workben/installer/ |
H A D | IdeVersion.java | 130 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 D | Version.java | 103 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()
|
/aoo41x/main/xmlsecurity/tools/uno/ |
H A D | UnsolvedReferenceTableModel.java | 60 public Object getValueAt(int row, int col) in getValueAt() method in UnsolvedReferenceTableModel
|
/aoo41x/main/scripting/java/org/openoffice/idesupport/ui/ |
H A D | ScriptPanel.java | 175 public Object getValueAt(int row, int col) { in getValueAt() method in ScriptPanel.ScriptTableModel
|
Completed in 18 milliseconds