phenote.config
Class ConfigFileQueryGui

java.lang.Object
  extended by phenote.config.ConfigFileQueryGui

public class ConfigFileQueryGui
extends java.lang.Object


Nested Class Summary
static class ConfigFileQueryGui.CancelEx
           
 
Method Summary
static java.util.SortedSet<java.lang.String> getConfigNames()
          query conf directories in app conf, jar conf(webstart) and .phenote/conf List? soreted alphabeitcally? these strings are the actual filenames as in name-with-dash.cfg
static java.lang.String queryUserForConfigFile()
           
static java.lang.String queryUserForConfigFile(boolean doCancel)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

queryUserForConfigFile

public static java.lang.String queryUserForConfigFile()

queryUserForConfigFile

public static java.lang.String queryUserForConfigFile(boolean doCancel)
                                               throws ConfigFileQueryGui.CancelEx
Throws:
ConfigFileQueryGui.CancelEx

getConfigNames

public static java.util.SortedSet<java.lang.String> getConfigNames()
query conf directories in app conf, jar conf(webstart) and .phenote/conf List? soreted alphabeitcally? these strings are the actual filenames as in name-with-dash.cfg