xflow.client.manager
Class Utilities
java.lang.Object
xflow.client.manager.Utilities
- public class Utilities
- extends java.lang.Object
Created by
User: kosta
Date: May 11, 2004
Time: 10:58:46 PM
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Utilities
public Utilities()
getFileChooser
public static javax.swing.JFileChooser getFileChooser()
createListModel
public static javax.swing.DefaultListModel createListModel(java.util.List v)
createTableModel
public static javax.swing.table.TableModel createTableModel(java.util.List v)
throws java.lang.IllegalAccessException,
java.lang.NoSuchMethodException,
java.lang.reflect.InvocationTargetException
- Throws:
java.lang.IllegalAccessException
java.lang.NoSuchMethodException
java.lang.reflect.InvocationTargetException
getNamesOfObjectProperties
public static java.lang.String[] getNamesOfObjectProperties(java.lang.Object o)
throws java.lang.NoSuchMethodException,
java.lang.IllegalAccessException,
java.lang.reflect.InvocationTargetException
- Throws:
java.lang.NoSuchMethodException
java.lang.IllegalAccessException
java.lang.reflect.InvocationTargetException
getColumnValue
public static java.lang.Object getColumnValue(javax.swing.JTable t,
java.lang.String colName,
int row)