anl.aida.client
Class ShowDocViewOp

java.lang.Object
  extended by anl.aida.client.ShowDocViewOp
All Implemented Interfaces:
DocSetOperation

public class ShowDocViewOp
extends java.lang.Object
implements DocSetOperation

DocSetOperation that will show the documents in the documents view. Date: Mar 4, 2009 9:48:26 AM


Field Summary
private  CacheElement element
           
private static java.text.DateFormat format
           
private  AIDAGui gui
           
 
Constructor Summary
ShowDocViewOp(AIDAGui gui, CacheElement element)
           
 
Method Summary
 java.lang.String getLabel()
          Gets a label for this op.
 void run(java.util.List<anl.aida.core.DocumentID> docs)
          Runs the op on this specified list of doc
 void setElement(CacheElement element)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

format

private static java.text.DateFormat format

element

private CacheElement element

gui

private AIDAGui gui
Constructor Detail

ShowDocViewOp

public ShowDocViewOp(AIDAGui gui,
                     CacheElement element)
Method Detail

setElement

public void setElement(CacheElement element)

getLabel

public java.lang.String getLabel()
Description copied from interface: DocSetOperation
Gets a label for this op.

Specified by:
getLabel in interface DocSetOperation
Returns:
a label for this op.

run

public void run(java.util.List<anl.aida.core.DocumentID> docs)
Description copied from interface: DocSetOperation
Runs the op on this specified list of doc

Specified by:
run in interface DocSetOperation
Parameters:
docs - the docs to run the op on