|
|||||||||
| Home >> All >> recoin >> [ gui overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
recoin.gui
Interface Writable

- All Known Implementing Classes:
- SubmitSubPanel
- public interface Writable
Interface that can be implemented by subclasses of ContentPanel if they want to provide the possibility to dynamically add content.
- Version:
- 0.2.9
| Method Summary | |
void |
addContent(java.lang.String n,
recoin.util.SelfDescription sd)
Adds the specified header and selfdescription to this ContentPanel. |
void |
addContent(java.lang.String n,
java.lang.String v)
Adds the specified header and content to this ContentPanel. |
| Method Detail |
addContent
public void addContent(java.lang.String n, java.lang.String v)
- Adds the specified header and content to this ContentPanel.
addContent
public void addContent(java.lang.String n, recoin.util.SelfDescription sd)
- Adds the specified header and selfdescription to this ContentPanel.
|
|||||||||
| Home >> All >> recoin >> [ gui overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC