|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nasa.pds.ltdt.gui.ProjectOpen
public class ProjectOpen
Open a project.
Constructor Summary | |
---|---|
ProjectOpen()
|
Method Summary | |
---|---|
static int |
open(java.util.Properties props,
MainWindow window,
java.lang.String project_name,
boolean fromCommandline)
Open a project. |
static void |
populateKeywords(java.util.Properties props,
MainWindow window,
java.lang.String dictStr)
Populate dictionary keyword map |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ProjectOpen()
Method Detail |
---|
public static int open(java.util.Properties props, MainWindow window, java.lang.String project_name, boolean fromCommandline)
props
- propertieswindow
- main windowproject_name
- name of the projectfromCommandline
- a flag indicating whether this is a commandline or menu triggered open
dictionaries entered at command line will be attached to the dictionary list for
a project.
public static void populateKeywords(java.util.Properties props, MainWindow window, java.lang.String dictStr)
dictStr
- The combined string of props.dictionaries and wdd names
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |