Runtime

Uses of Interface
org.eclipse.gmf.runtime.common.ui.action.actions.IPrintActionHelper

Packages that use IPrintActionHelper
org.eclipse.gmf.runtime.diagram.ui.printing.actions Package Specification This package contains a set of classes for defining Actions which are run in order to carry out application behaviour that the user has requested through the user-interface.  
org.eclipse.gmf.runtime.diagram.ui.printing.render.actions Package Specification This package contains printing actions or action helpers.  
 

Uses of IPrintActionHelper in org.eclipse.gmf.runtime.diagram.ui.printing.actions
 

Methods in org.eclipse.gmf.runtime.diagram.ui.printing.actions with parameters of type IPrintActionHelper
protected  void PrintPreviewAction.setPrintActionHelper(IPrintActionHelper printActionHelper)
          Set the print action helper that helps perform the print action in the print preview dialog.
 

Constructors in org.eclipse.gmf.runtime.diagram.ui.printing.actions with parameters of type IPrintActionHelper
PrintPreviewAction(IPrintActionHelper printActionHelper, org.eclipse.gmf.runtime.diagram.ui.printing.internal.printpreview.PrintPreviewHelper printPreviewHelper)
          Creates a new instance.
PrintPreviewAction(IPrintActionHelper printActionHelper)
          Creates a new instance.
 

Uses of IPrintActionHelper in org.eclipse.gmf.runtime.diagram.ui.printing.render.actions
 

Classes in org.eclipse.gmf.runtime.diagram.ui.printing.render.actions that implement IPrintActionHelper
 class EnhancedPrintActionHelper
          Enhanced printing.
 

Constructors in org.eclipse.gmf.runtime.diagram.ui.printing.render.actions with parameters of type IPrintActionHelper
RenderedPrintPreviewAction(IPrintActionHelper printActionHelper)
          Creates a new instance.
 


Runtime

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.