|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--javatools.swing.panel.SubPanelFiller
It is an abstract class that will contain the instruction on how to fill subpanels.
Field Summary | |
protected javax.swing.JPanel |
panel
It is the panel to be filled up. |
Constructor Summary | |
SubPanelFiller()
Creates a new instance of SubPanelFiller |
|
SubPanelFiller(javax.swing.JPanel pPanel)
Creates a new instance of SubPanelFiller |
Method Summary | |
abstract void |
fillPanel(java.lang.Object[] IDs)
Fills the panel. |
void |
setPanel(javax.swing.JPanel pPanel)
Sets the panel to be filled up. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected javax.swing.JPanel panel
Constructor Detail |
public SubPanelFiller()
public SubPanelFiller(javax.swing.JPanel pPanel)
pPanel
- The panel to be filled up.Method Detail |
public void setPanel(javax.swing.JPanel pPanel)
pPanel
- The needed panel.public abstract void fillPanel(java.lang.Object[] IDs)
IDs
- The IDs of selected objects somewhere else in the application.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |