|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectuk.ac.ic.doc.automed.p2p.gui.layout.LayoutComponent
public abstract class LayoutComponent
| 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 |
|---|
protected java.util.List components
protected javax.swing.JComponent container
| Constructor Detail |
|---|
public LayoutComponent()
| Method Detail |
|---|
protected void init()
public abstract void addComponent(javax.swing.JComponent com)
com - public javax.swing.JComponent getUI()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||