com.unitesk.requality.eclipse.wizards
Class DocumentImportWizardPage

java.lang.Object
  extended by WizardPage
      extended by com.unitesk.requality.eclipse.wizards.DocumentImportWizardPage

public class DocumentImportWizardPage
extends WizardPage


Constructor Summary
protected DocumentImportWizardPage()
           
 
Method Summary
 void createControl(Composite parent)
           
 TreeNode getDocumentParent()
           
 java.lang.String getEncoding(java.lang.String filename)
           
 java.lang.String[] getImportFileNames()
           
 TreeDB getSelectedDB()
           
 boolean isDataReady()
           
 int selectEncoding(java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocumentImportWizardPage

protected DocumentImportWizardPage()
Method Detail

createControl

public void createControl(Composite parent)

getDocumentParent

public TreeNode getDocumentParent()

getSelectedDB

public TreeDB getSelectedDB()

getImportFileNames

public java.lang.String[] getImportFileNames()

getEncoding

public java.lang.String getEncoding(java.lang.String filename)

isDataReady

public boolean isDataReady()

selectEncoding

public int selectEncoding(java.lang.String name)