salomeTMF_plug.pluginxlsxml.Export
Class CallPackageDocXML

java.lang.Object
  extended by salomeTMF_plug.pluginxlsxml.Export.CallPackageDocXML

public class CallPackageDocXML
extends java.lang.Object

Class whitch call DocXml plugin to import ort Export Data

Author:
adm_dfej

Field Summary
private  java.lang.String fs
          Get the File Separator (different between Unix and Windows)
(package private)  boolean initSelection
           
 
Constructor Summary
CallPackageDocXML(org.objectweb.salome_tmf.plugins.IPlugObject pIhm, java.lang.String saveFileName2)
          Creates a new instance of CallPackageDocXML
 
Method Summary
 boolean isInitSelection()
          Return initSelection
 void setInitSelection(boolean initSelection)
          Set initSelection
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

initSelection

boolean initSelection

fs

private java.lang.String fs
Get the File Separator (different between Unix and Windows)

Constructor Detail

CallPackageDocXML

public CallPackageDocXML(org.objectweb.salome_tmf.plugins.IPlugObject pIhm,
                         java.lang.String saveFileName2)
Creates a new instance of CallPackageDocXML

Parameters:
pIhm - Interface Homme Machine
saveFileName2 - Name of the XML file
Method Detail

isInitSelection

public boolean isInitSelection()
Return initSelection

Returns:
initSelection

setInitSelection

public void setInitSelection(boolean initSelection)
Set initSelection

Parameters:
initSelection - The initSelection to set.