Uses of Class
com.openpcl.viewer.tree.PosTreeNode

Packages that use PosTreeNode
com.openpcl.viewer   
com.openpcl.viewer.api   
com.openpcl.viewer.panels   
com.openpcl.viewer.printing   
com.openpcl.viewer.tree   
 

Uses of PosTreeNode in com.openpcl.viewer
 

Methods in com.openpcl.viewer with parameters of type PosTreeNode
 boolean OpenPCLViewer.forceFrontSideWhenDuplexing(PosTreeNode pPosTreeNode)
          Returns true if this tree node page must print on the front side (not on the back of a page) when duplexing.
 String OpenPCLViewer.getFormNameForTreeNode(PosTreeNode pPosTreeNode)
          Get the Form Name for a tree node page.
 byte[] OpenPCLViewer.getPclBytesForTreeNode(PosTreeNode pPosTreeNode)
          Get the PCL bytes for a tree node page.
 boolean OpenPCLViewer.isTreeNodePageLetterSize(PosTreeNode pPosTreeNode)
          See if the selected tree node is a Letter Size PCL page.
 BufferedImage OpenPCLViewer.renderImageForPrintingFromTreeNode(PosTreeNode pPosTreeNode)
          Render the BufferedImage from the tree node.
 

Uses of PosTreeNode in com.openpcl.viewer.api
 

Methods in com.openpcl.viewer.api that return PosTreeNode
 PosTreeNode IPluginHooksPosTree.getClickedNode()
          Get the left clicked PosTreeNode.
 PosTreeNode IPluginHooksPosTree.getRightClickedNode()
          Get the right clicked PosTreeNode.
 

Methods in com.openpcl.viewer.api with parameters of type PosTreeNode
 boolean IPluginHooksOpenPCL.forceFrontSideWhenDuplexing(PosTreeNode pPosTreeNode)
          Returns true if this tree node page must print on the front side (not on the back of a page) when duplexing.
 String IPluginHooksOpenPCL.getFormNameForTreeNode(PosTreeNode pPosTreeNode)
          Get the Form Name for a tree node page.
 byte[] IPluginHooksOpenPCL.getPclBytesForTreeNode(PosTreeNode pPosTreeNode)
          Get the PCL bytes for a tree node page.
 boolean IPluginHooksOpenPCL.isTreeNodePageLetterSize(PosTreeNode pPosTreeNode)
          See if the selected tree node is a Letter Size PCL page.
 BufferedImage IPluginHooksOpenPCL.renderImageForPrintingFromTreeNode(PosTreeNode pPosTreeNode)
          Render the BufferedImage from the tree node
 

Uses of PosTreeNode in com.openpcl.viewer.panels
 

Methods in com.openpcl.viewer.panels that return PosTreeNode
 PosTreeNode PosView.getCurrentTreeNode()
           
 

Methods in com.openpcl.viewer.panels with parameters of type PosTreeNode
 void PosView.setCurrentTreeNode(PosTreeNode pCurrentTreeNode)
           
 

Uses of PosTreeNode in com.openpcl.viewer.printing
 

Methods in com.openpcl.viewer.printing that return types with arguments of type PosTreeNode
 ArrayList<PosTreeNode> PosBuildListOfPagesToPrint.makeArrayListofAllPages()
          Make the ArrayList of "Print All" pages in a PCL file
 ArrayList<PosTreeNode> PosBuildListOfPagesToPrint.makeArrayListofChangedPages()
          Return null here because this method is implemented in the subclass
 ArrayList<PosTreeNode> PosBuildListOfPagesToPrint.makeArrayListofRemainingPages()
          Make the ArrayList of "Print Remaining" pages in a PCL file
 ArrayList<PosTreeNode> PosBuildListOfPagesToPrint.makeArrayListofSelectedPages()
          Make the ArrayList of "Print Selected" pages in a PCL file
 

Method parameters in com.openpcl.viewer.printing with type arguments of type PosTreeNode
 void PosPrintPageableInterface.setPagesToPrint(ArrayList<PosTreeNode> pPagesToPrintArrayList)
           
 void PosPrintBufferedImage.setPagesToPrint(ArrayList<PosTreeNode> pPagesToPrintArrayList)
           
 

Uses of PosTreeNode in com.openpcl.viewer.tree
 

Methods in com.openpcl.viewer.tree that return PosTreeNode
 PosTreeNode PosTree.getClickedNode()
          Get the left clicked PosTreeNode.
Subclass plugins override this method so do not delete or rename this method.
 PosTreeNode PosTree.getCurrentClickedPageTreeNodeUsrObj()
           
 PosTreeNode PosTree.getRightClickedNode()
          Get the right clicked PosTreeNode.
Subclass plugins override this method so do not delete or rename this method.
 PosTreeNode PosTree.makePclPageTreeNode(int pPageNumber)
          Make a Pcl page node in the tree under the root node.
 

Methods in com.openpcl.viewer.tree with parameters of type PosTreeNode
 String PosTree.getPclPageNodeDetailName(PosTreeNode pPosTreeNode)
          Get the String text out of the tree node user object that is the detail name.
 void PosTree.setClickedNode(PosTreeNode pClickedNode)
           
 



OpenPCL http://www.openpcl.com