com.openpcl.viewer.api
Interface IPluginHooksPosView

All Known Implementing Classes:
PosView

public interface IPluginHooksPosView

The methods in this interface are designed to be overridden by a subclass of PosView that is a plugin that adds additional features. Therefore, it is mandatory to not delete or rename these methods or else you'll break the plugin support that adds additional features.

Author:
DocMagic, Document Systems Inc, Howard. 11/20/06

Method Summary
 void createPclPagesJTree()
          Make the pages JTree and show on the screen.
 void createPrintingSupport()
          The PosPrintPages class instantiates all printing capability.
 void freeUpMemory()
          When the user is done with this rendering session, then free up memory.
 int getDefaultSplitterLocation()
          Get the default splitter location.
 PosBuildListOfPagesToPrint getPosBuildListOfPagesToPrint()
          Get the PosBuildListOfPagesToPrint reference.
 PosTree getPosTree()
          Get the PosTree reference.
 

Method Detail

getPosTree

PosTree getPosTree()
Get the PosTree reference. Could be a subclass of PosTree.


getPosBuildListOfPagesToPrint

PosBuildListOfPagesToPrint getPosBuildListOfPagesToPrint()
Get the PosBuildListOfPagesToPrint reference. Could be a subclass of PosBuildListOfPagesToPrint.


createPclPagesJTree

void createPclPagesJTree()
Make the pages JTree and show on the screen.


createPrintingSupport

void createPrintingSupport()
The PosPrintPages class instantiates all printing capability.


freeUpMemory

void freeUpMemory()
When the user is done with this rendering session, then free up memory.


getDefaultSplitterLocation

int getDefaultSplitterLocation()
Get the default splitter location. Could be subclassed and return different values for different file formats.



OpenPCL http://www.openpcl.com