medi.swing.filler
Class SessionDataFiller

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

public class SessionDataFiller
extends SubPanelFiller

Panel filler for SessionDataPanel.


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

SessionDataFiller

public SessionDataFiller()
Creates a new instance of AuthorDataFiller


SessionDataFiller

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

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.