|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.silverpeas.viewer.AbstractPreview
org.silverpeas.viewer.AbstractView
public abstract class AbstractView
| Constructor Summary | |
|---|---|
protected |
AbstractView(String originalFileName,
File physicalFile,
int nbPages)
Default constructor |
| Method Summary | |
|---|---|
boolean |
areSearchDataComputed()
Indicates if search data have been computed. |
String |
getDisplayLicenseKey()
Getting the license of display software product if any |
int |
getNbPages()
Gets total of pages |
boolean |
isDocumentSplit()
Indicates if the document view is split into several pieces. |
void |
markDocumentSplit(boolean documentSplit)
|
void |
markSearchDataComputed(boolean searchDataComputed)
|
| Methods inherited from class org.silverpeas.viewer.AbstractPreview |
|---|
getHeight, getOriginalFileName, getPhysicalFile, getURLAsString, getWidth |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.silverpeas.viewer.Preview |
|---|
getHeight, getOriginalFileName, getPhysicalFile, getURLAsString, getWidth |
| Constructor Detail |
|---|
protected AbstractView(String originalFileName,
File physicalFile,
int nbPages)
originalFileName - physicalFile - | Method Detail |
|---|
public String getDisplayLicenseKey()
Preview
getDisplayLicenseKey in interface PreviewgetDisplayLicenseKey in class AbstractPreviewpublic int getNbPages()
DocumentView
getNbPages in interface DocumentViewpublic boolean isDocumentSplit()
DocumentView
isDocumentSplit in interface DocumentViewpublic void markDocumentSplit(boolean documentSplit)
public boolean areSearchDataComputed()
DocumentView
areSearchDataComputed in interface DocumentViewpublic void markSearchDataComputed(boolean searchDataComputed)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||