gui.workSpace
Class WorkspaceSaver

java.lang.Object
  extended by gui.workSpace.WorkspaceSaver

public class WorkspaceSaver
extends java.lang.Object

This class allows the invocation of the save process of a WS from any point of the interface

Version:
1.0
Author:
Oscar Flores

Constructor Summary
WorkspaceSaver()
           
 
Method Summary
static void save(java.awt.Container pare, Workspace ws)
          That function generates the dialog needed to prompt information about the place to export and calls a lower layer class to do that
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorkspaceSaver

public WorkspaceSaver()
Method Detail

save

public static void save(java.awt.Container pare,
                        Workspace ws)
That function generates the dialog needed to prompt information about the place to export and calls a lower layer class to do that

Parameters:
pare - The parent container from wich is invoked that process