org.archiviststoolkit.importer
Class HandleDidAction

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

public class HandleDidAction
extends java.lang.Object
implements Action


Constructor Summary
HandleDidAction()
           
 
Method Summary
 java.util.List getChildren(java.lang.Object element)
           
static java.lang.String getLabel(Did did)
           
 void processElement(ArchDescription archDescription, java.lang.Object did, InfiniteProgressPanel progressPanel)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HandleDidAction

public HandleDidAction()
Method Detail

processElement

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

getChildren

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

getLabel

public static java.lang.String getLabel(Did did)