medi.swing.filler
Class EditorDetailsFiller

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

public class EditorDetailsFiller
extends SubPanelFiller

Panel filler for EditorDetailsPanel.


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

EditorDetailsFiller

public EditorDetailsFiller()
Creates a new instance of AuthorDataFiller


EditorDetailsFiller

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

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.