Uses of Class
com.tensegrity.gui.swt.dialog.AbstractPreviewDialog

Packages that use AbstractPreviewDialog
com.tensegrity.gui.swt.control.preview   
com.tensegrity.gui.swt.dialog   
com.tensegrity.gui.swt.print   
 

Uses of AbstractPreviewDialog in com.tensegrity.gui.swt.control.preview
 

Constructors in com.tensegrity.gui.swt.control.preview with parameters of type AbstractPreviewDialog
AbstractPreview(org.eclipse.swt.widgets.Composite parent, int style, AbstractPreviewDialog previewDialog)
          Constructor which requires the AbstractPreviewDialog to use
GradientPreview(org.eclipse.swt.widgets.Composite parent, int style, AbstractPreviewDialog previewDialog)
          Constructor which requires an instance of an AbstractPreviewDialog to which this GradientPreview is registered
StrokeFormatPreview(org.eclipse.swt.widgets.Composite parent, int style, AbstractPreviewDialog previewDialog)
          Constructor which requires an instance of an AbstractPreviewDialog to which this StrokeFormatPreview is registered
PaintFormatPreview(org.eclipse.swt.widgets.Composite parent, int style, AbstractPreviewDialog previewDialog)
          Constructor which requires an instance of an AbstractPreviewDialog to which this PaintFormatPreview is registered
MarkerFormatPreview(org.eclipse.swt.widgets.Composite parent, int style, AbstractPreviewDialog previewDialog)
          Constructor which requires an instance of an AbstractPreviewDialog to which this MarkerFormatPreview is registered
 

Uses of AbstractPreviewDialog in com.tensegrity.gui.swt.dialog
 

Subclasses of AbstractPreviewDialog in com.tensegrity.gui.swt.dialog
 class SwtFontFormatDialog
           This class is our own implementation of a FontDialog.
 class SwtMarkerFormatDialog
          A preview dialog for changing marker formats.
 class SwtPaintFormatDialog
          A preview dialog for paint formats.
 class SwtStrokeFormatDialog
          A preview dialog for StrokeFormats
 

Uses of AbstractPreviewDialog in com.tensegrity.gui.swt.print
 

Subclasses of AbstractPreviewDialog in com.tensegrity.gui.swt.print
 class PageSetupDialog
           The PageSetupDialog allows the user influence the printing.
 

Constructors in com.tensegrity.gui.swt.print with parameters of type AbstractPreviewDialog
PageSetupPreview(org.eclipse.swt.widgets.Composite parent, int style, AbstractPreviewDialog previewDialog)
          Constructor which creates a new PageSetupPreview object.
 



Copyright © 2005 Tensegrity Software GmbH. All Rights Reserved. Date of creation: 09.06.2006.