com.openpcl.viewer.printing
Class PosBuildListOfPagesToPrint

java.lang.Object
  extended by com.openpcl.viewer.printing.PosBuildListOfPagesToPrint

public class PosBuildListOfPagesToPrint
extends Object

Build tree node list to process Print All/Selected/Remaining

Author:
HowardH, Created 8/31/06, and 6 previous methods from 8/23/06 moved here into this class

Constructor Summary
PosBuildListOfPagesToPrint(PosView pPosView)
           
 
Method Summary
 com.openpcl.viewer.printing.PosBuildListOfPagesToPrint.PosTreeNodeComparator getPosTreeNodeComparator()
           
 PosView getPosView()
           
 ArrayList<PosTreeNode> makeArrayListofAllPages()
          Make the ArrayList of "Print All" pages in a PCL file
 ArrayList<PosTreeNode> makeArrayListofChangedPages()
          Return null here because this method is implemented in the subclass
 ArrayList<PosTreeNode> makeArrayListofRemainingPages()
          Make the ArrayList of "Print Remaining" pages in a PCL file
 ArrayList<PosTreeNode> makeArrayListofSelectedPages()
          Make the ArrayList of "Print Selected" pages in a PCL file
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PosBuildListOfPagesToPrint

public PosBuildListOfPagesToPrint(PosView pPosView)
Method Detail

getPosView

public PosView getPosView()

getPosTreeNodeComparator

public com.openpcl.viewer.printing.PosBuildListOfPagesToPrint.PosTreeNodeComparator getPosTreeNodeComparator()

makeArrayListofAllPages

public ArrayList<PosTreeNode> makeArrayListofAllPages()
Make the ArrayList of "Print All" pages in a PCL file


makeArrayListofSelectedPages

public ArrayList<PosTreeNode> makeArrayListofSelectedPages()
Make the ArrayList of "Print Selected" pages in a PCL file


makeArrayListofChangedPages

public ArrayList<PosTreeNode> makeArrayListofChangedPages()
Return null here because this method is implemented in the subclass


makeArrayListofRemainingPages

public ArrayList<PosTreeNode> makeArrayListofRemainingPages()
Make the ArrayList of "Print Remaining" pages in a PCL file



OpenPCL http://www.openpcl.com