uk.ac.ic.doc.automed.p2p.gui.layout
Class LayoutComponent

java.lang.Object
  extended by uk.ac.ic.doc.automed.p2p.gui.layout.LayoutComponent
Direct Known Subclasses:
SplitLayoutComponent

public abstract class LayoutComponent
extends java.lang.Object


Field Summary
protected  java.util.List components
           
protected  javax.swing.JComponent container
           
 
Constructor Summary
LayoutComponent()
           
 
Method Summary
abstract  void addComponent(javax.swing.JComponent com)
          Add a component to the layout
 javax.swing.JComponent getUI()
          Obtain the parent container component which holds all the child components, for example, for displaying it on a GUI frame.
protected  void init()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

components

protected java.util.List components

container

protected javax.swing.JComponent container
Constructor Detail

LayoutComponent

public LayoutComponent()
Method Detail

init

protected void init()

addComponent

public abstract void addComponent(javax.swing.JComponent com)
Add a component to the layout

Parameters:
com -

getUI

public javax.swing.JComponent getUI()
Obtain the parent container component which holds all the child components, for example, for displaying it on a GUI frame.

Returns: