ccs.cpc
Interface Titleable


Deprecated. This is a fossil.

public interface Titleable

An interface for Internal viewers that delegate their content to some other UI object, and wish to allow that UI object to manipulate their title bar. Currently only ImageViewer does this.


Method Summary
 void updateTitle(java.lang.String text)
          Deprecated. Update the title bar.
 

Method Detail

updateTitle

void updateTitle(java.lang.String text)
Deprecated. 
Update the title bar. Typically the implementer will add the supplied text to their own in a suitable fashion.