fr.lri.bd.olap.gui
Class SwingUtils

java.lang.Object
  extended by fr.lri.bd.olap.gui.SwingUtils

public class SwingUtils
extends Object

SwingUtils class represtents set of static methods which are reusable along all application

Author:
holubec

Constructor Summary
SwingUtils()
           
 
Method Summary
static String selectFileName(Component comp)
          Shows open/save file dialog and returns string of selected absolute path to file
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SwingUtils

public SwingUtils()
Method Detail

selectFileName

public static String selectFileName(Component comp)
Shows open/save file dialog and returns string of selected absolute path to file

Parameters:
comp - starting component (frame)
Returns:
path of selected file