medi.swing.filler
Class AuthorDetailsFiller

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

public class AuthorDetailsFiller
extends SubPanelFiller

Panel filler for AuthorDetailsPanel.


Field Summary
 
Fields inherited from class javatools.swing.panel.SubPanelFiller
panel
 
Constructor Summary
AuthorDetailsFiller()
          Creates a new instance of AuthorDataFiller
AuthorDetailsFiller(javax.swing.JPanel pPanel)
          Creates a new AuthorDetailsFiller.
 
Method Summary
 void fillPanel(java.lang.Object[] IDs)
          Fills a 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

AuthorDetailsFiller

public AuthorDetailsFiller()
Creates a new instance of AuthorDataFiller


AuthorDetailsFiller

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

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

fillPanel

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

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