harmonic.mz.gui
Interface Documentable

All Known Implementing Classes:
FunctionStarter, ModelNode, ValueEntry

public interface Documentable

Implement this to make an element of an application the user should cares about documentable.


Method Summary
 java.lang.String getInstanceURL()
          Return a URL associated with this instance of the object.
 java.lang.String getTypeURL()
          Return a URL associated with this objects type.
 

Method Detail

getInstanceURL

public java.lang.String getInstanceURL()
Return a URL associated with this instance of the object.


getTypeURL

public java.lang.String getTypeURL()
Return a URL associated with this objects type.