Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

recoin.gui
Interface Writable  view Writable download Writable.java

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.