org.archiviststoolkit.importer
Class HandleStructuredDataAction

java.lang.Object
  extended by org.archiviststoolkit.importer.HandleStructuredDataAction
All Implemented Interfaces:
Action

public class HandleStructuredDataAction
extends java.lang.Object
implements Action


Constructor Summary
HandleStructuredDataAction()
           
 
Method Summary
 java.util.ArrayList getChildren(java.lang.Object element)
           
 void processElement(ArchDescription archDescription, java.lang.Object archDesc, InfiniteProgressPanel progressPanel)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HandleStructuredDataAction

public HandleStructuredDataAction()
Method Detail

processElement

public void processElement(ArchDescription archDescription,
                           java.lang.Object archDesc,
                           InfiniteProgressPanel progressPanel)
Specified by:
processElement in interface Action

getChildren

public java.util.ArrayList getChildren(java.lang.Object element)
Specified by:
getChildren in interface Action