|
|||||||||
| Home >> All >> javatools >> swing >> [ panel overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
javatools.swing.panel
Class SubPanelFiller

java.lang.Objectjavatools.swing.panel.SubPanelFiller
- public abstract class SubPanelFiller
- extends java.lang.Object
It is an abstract class that will contain the instruction on how to fill subpanels.
- Version:
- 0.1.7
| 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 |
panel
protected javax.swing.JPanel panel
- It is the panel to be filled up.
| Constructor Detail |
SubPanelFiller
public SubPanelFiller()
- Creates a new instance of SubPanelFiller
SubPanelFiller
public SubPanelFiller(javax.swing.JPanel pPanel)
- Creates a new instance of SubPanelFiller
| Method Detail |
setPanel
public void setPanel(javax.swing.JPanel pPanel)
- Sets the panel to be filled up.
fillPanel
public abstract void fillPanel(java.lang.Object[] IDs)
- Fills the panel.
|
|||||||||
| Home >> All >> javatools >> swing >> [ panel overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
javatools.swing.panel.SubPanelFiller