salomeTMF_plug.pluginxlsxml.Export
Class CallPackageDocXML

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

public class CallPackageDocXML
extends java.lang.Object

Class which call DocXml plugin to import or Export Data

Author:
adm_dfej

Nested Class Summary
static class CallPackageDocXML.OutFormat
          Class that call package DocXML to parse XML file
 
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
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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.