gov.nasa.pds.ltdt.gui
Class Export

java.lang.Object
  extended by gov.nasa.pds.ltdt.gui.Export

public class Export
extends java.lang.Object

Export (template, WDD, etc) related event handling

Author:
jwang

Constructor Summary
Export()
           
 
Method Summary
static void exportTemplate(java.util.Properties props, MainWindow window)
          Export a template from editor pane to a file
static void exportWDD(java.util.Properties props, MainWindow window)
          Export WDD of the current project to a file.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Export

public Export()
Method Detail

exportTemplate

public static void exportTemplate(java.util.Properties props,
                                  MainWindow window)
Export a template from editor pane to a file

Parameters:
props - Properties
window - Main Window

exportWDD

public static void exportWDD(java.util.Properties props,
                             MainWindow window)
Export WDD of the current project to a file.

Parameters:
props - Properties
window - Main Window


Copyright © 2005-2008 NASA Jet Propulsion Laboratory, California Institute of Technology. All Rights Reserved.