xflow.client.manager
Class Utilities

java.lang.Object
  extended byxflow.client.manager.Utilities

public class Utilities
extends java.lang.Object

Created by User: kosta Date: May 11, 2004 Time: 10:58:46 PM


Constructor Summary
Utilities()
           
 
Method Summary
static javax.swing.DefaultListModel createListModel(java.util.List v)
           
static javax.swing.table.TableModel createTableModel(java.util.List v)
           
static java.lang.Object getColumnValue(javax.swing.JTable t, java.lang.String colName, int row)
           
static javax.swing.JFileChooser getFileChooser()
           
static java.lang.String[] getNamesOfObjectProperties(java.lang.Object o)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Utilities

public Utilities()
Method Detail

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)