eTextReader
Interface ContentContainer

All Known Implementing Classes:
Browser, ContentPane, TabbedContentPane

public interface ContentContainer

An interface for objects that is displaying a page of content

Author:
mcfall

Method Summary
 ContentPane getContent()
           
 java.lang.String getCurrentPage()
          Returns a string version of the URL currently being shown by this ContentContainer
 

Method Detail

getCurrentPage

java.lang.String getCurrentPage()
Returns a string version of the URL currently being shown by this ContentContainer


getContent

ContentPane getContent()