medi.swing.filler
Class ExecutionDetailsFiller

java.lang.Object
  |
  +--javatools.swing.panel.SubPanelFiller
        |
        +--medi.swing.filler.ExecutionDetailsFiller

public class ExecutionDetailsFiller
extends SubPanelFiller

Panel filler for ExecutionDetailsPanel.


Field Summary
 
Fields inherited from class javatools.swing.panel.SubPanelFiller
panel
 
Constructor Summary
ExecutionDetailsFiller()
          Creates a new instance of AuthorDataFiller
ExecutionDetailsFiller(javax.swing.JPanel pPanel)
          Creates a new ExecutionDetailsFiller.
 
Method Summary
 void fillPanel(java.lang.Object[] IDs)
          Fills the panel.
 
Methods inherited from class javatools.swing.panel.SubPanelFiller
setPanel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExecutionDetailsFiller

public ExecutionDetailsFiller()
Creates a new instance of AuthorDataFiller


ExecutionDetailsFiller

public ExecutionDetailsFiller(javax.swing.JPanel pPanel)
Creates a new ExecutionDetailsFiller.

Parameters:
pPanel - The panel to be filled.
Method Detail

fillPanel

public void fillPanel(java.lang.Object[] IDs)
Fills the panel.

Specified by:
fillPanel in class SubPanelFiller
Parameters:
IDs - The IDs to use.