com.f1j.ss
Interface ViewContainer

All Known Subinterfaces:
BookModel

public interface ViewContainer

An interface representing an object such as a high-level API or a Swing component, that contains view information for a workbook.

Since:
12.0
See Also:
BookView

Method Summary
 BookView getBookView()
          Returns the BookView associated with this ViewContainer.
 

Method Detail

getBookView

public BookView getBookView()
Returns the BookView associated with this ViewContainer.