Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Interface
com.memoire.bu.BuPrintable

Uses of BuPrintable in com.memoire.bu
 

Classes in com.memoire.bu that implement BuPrintable
 class BuFrameImage
          A small image displayer.
 

Fields in com.memoire.bu declared as BuPrintable
private  BuPrintable BuPreviewFrame.composant_
           
 

Methods in com.memoire.bu with parameters of type BuPrintable
static void BuPrinter.print(java.awt.Frame _parent, java.lang.String _name, BuPrintable _composant)
           
private static java.awt.Image[] BuPrinter.preview(java.awt.Frame _parent, java.lang.String _name, BuPrintable _composant)
           
static void BuPrinter.preview(BuDesktop _desktop, java.awt.Frame _parent, java.lang.String _name, BuPrintable _composant)
           
static void BuPrinter.preview(BuCommonImplementation _app, java.lang.String _name, BuPrintable _composant)
           
 

Constructors in com.memoire.bu with parameters of type BuPrintable
BuPreviewFrame(BuCommonImplementation _app, java.awt.Image[] _images, java.awt.Frame _parent, java.lang.String _name, BuPrintable _composant)