org.archiviststoolkit.importer
Class HandleBibliographyAction

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

public class HandleBibliographyAction
extends java.lang.Object
implements Action


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

Constructor Detail

HandleBibliographyAction

public HandleBibliographyAction()
Method Detail

processElement

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

getChildren

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