|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nasa.pds.ltdt.gui.util.ProjectUtility
public class ProjectUtility
Utilities for project management related functions.
Constructor Summary | |
---|---|
ProjectUtility()
|
Method Summary | |
---|---|
static boolean |
keepCurrentTemplate(java.util.Properties props,
MainWindow window)
Prompts user of their wish to keep the existing template. |
static void |
openBlankPage(java.util.Properties props,
MainWindow window)
Open an editing are for fragment template, which is blank |
static void |
openFile(java.util.Properties props,
MainWindow window,
boolean returning)
Prepare to open a local file. |
static void |
openURL(java.util.Properties props,
MainWindow window,
boolean returning)
Prepare to open a URL |
static int |
openURL(java.util.Properties props,
MainWindow window,
java.net.URL url)
Open a named local or remote file through url. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ProjectUtility()
Method Detail |
---|
public static void openFile(java.util.Properties props, MainWindow window, boolean returning)
returning
- This is a boolean flag to signal whether this method was
called from a new reuqest or as an error retry
false - a new request selected from the menu
true - invoked internally due to invalid entrypublic static void openURL(java.util.Properties props, MainWindow window, boolean returning)
public static int openURL(java.util.Properties props, MainWindow window, java.net.URL url)
url
-
public static void openBlankPage(java.util.Properties props, MainWindow window)
public static boolean keepCurrentTemplate(java.util.Properties props, MainWindow window)
props
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |