com.levigo.jadice.document
Interface PageSelection

All Known Implementing Classes:
ThumbnailView

public interface PageSelection

An interface to be implemented by classes providing for a list of selected pages.


Method Summary
 Document getDocument()
          Return the document to which the pages belong or null if the pages are not (currently) associated with a document or the association is unknown.
 List<Page> getSelectedPages()
          Return a list of selected pages.
 

Method Detail

getDocument

Document getDocument()
Return the document to which the pages belong or null if the pages are not (currently) associated with a document or the association is unknown.

Returns:
the document or null

getSelectedPages

List<Page> getSelectedPages()
Return a list of selected pages. The must may be empy but must not be null.

Returns:
a (possibly empty) list of selected pages


Copyright © 1995-2020 levigo holding gmbh. All Rights Reserved.