|
JBframe by OOIT.com | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
The JBFrame interface represents a managing component
for JAVA beans. The JAVA beans are wrapped by JBAdapters.
A JBFrame implementation usually has
sub-components such as:
But, the implementation is not limited to such an interpretation.
| Method Summary | |
void |
addNode(JBAdapter adapter)
Add an adapter node to the JBFrame. |
void |
gotoNode(JBAdapter adapter)
Go to the node and show the diplay component. |
void |
removeNode(JBAdapter adapter)
Remove an adapter node from the JBFrame. |
void |
writeStatusMessage(java.lang.String message)
Write a message to the status bar |
| Method Detail |
public void addNode(JBAdapter adapter)
JBFrame.adapter - the adapter node added to the JBFrame.public void removeNode(JBAdapter adapter)
JBFrame.adapter - the adapter node to be removed.public void gotoNode(JBAdapter adapter)
adapter - the adapter node to which is to switch.public void writeStatusMessage(java.lang.String message)
|
JBframe by OOIT.com | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||