medi.swing.filler
Class DataSetDetailsFiller

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

public class DataSetDetailsFiller
extends SubPanelFiller

Panel filler for DataSetDetailsPanel.


Field Summary
 
Fields inherited from class javatools.swing.panel.SubPanelFiller
panel
 
Constructor Summary
DataSetDetailsFiller()
          Creates a new instance of AuthorDataFiller
DataSetDetailsFiller(javax.swing.JPanel pPanel)
          Creates a new DataSetDetailsPanel.
 
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

DataSetDetailsFiller

public DataSetDetailsFiller()
Creates a new instance of AuthorDataFiller


DataSetDetailsFiller

public DataSetDetailsFiller(javax.swing.JPanel pPanel)
Creates a new DataSetDetailsPanel.

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 be used.