|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.openpcl.viewer.printing.PosBuildListOfPagesToPrint
public class PosBuildListOfPagesToPrint
Build tree node list to process Print All/Selected/Remaining
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 |
---|
public PosBuildListOfPagesToPrint(PosView pPosView)
Method Detail |
---|
public PosView getPosView()
public com.openpcl.viewer.printing.PosBuildListOfPagesToPrint.PosTreeNodeComparator getPosTreeNodeComparator()
public ArrayList<PosTreeNode> makeArrayListofAllPages()
public ArrayList<PosTreeNode> makeArrayListofSelectedPages()
public ArrayList<PosTreeNode> makeArrayListofChangedPages()
public ArrayList<PosTreeNode> makeArrayListofRemainingPages()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |