|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The Outsider interface that is implemented by non visual beans that hold data. They have a setSpPanel method with the following implementation: public void setSpPanel(SpPanel SpPanel) { fieldSpPanel = SpPanel; SpPanel.registerOutsider(this); }
Method Summary | |
---|---|
SpPanel |
getSpPanel()
Gets the panel associated to the outsider. |
void |
setSpPanel(SpPanel sp)
Sets the panel to be associated to the outsider. |
Methods inherited from interface com.ibm.dse.gui.PanelActions |
---|
getDataToClear, getDSECoordinatedPanel |
Method Detail |
public SpPanel getSpPanel()
getSpPanel
in interface PanelActions
public void setSpPanel(SpPanel sp)
sp
- SpPanel, the panel to be associated to the outsider
|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |