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

Quick Search    Search Deep

Uses of Class
com.memoire.bu.BuCommonImplementation

Uses of BuCommonImplementation in com.memoire.bu
 

Fields in com.memoire.bu declared as BuCommonImplementation
protected  BuCommonImplementation BuSubApp.implementation_
           
protected  BuCommonImplementation BuApplet.implementation_
           
(package private)  BuCommonImplementation BuMonitorPreferencesPanel.appli_
           
private  BuCommonImplementation BuFrameImage.app_
           
protected  BuCommonImplementation BuApplication.implementation_
           
protected  BuCommonImplementation BuBrowserFrame.app_
           
 

Methods in com.memoire.bu that return BuCommonImplementation
 BuCommonImplementation BuSubApp.getImplementation()
           
 BuCommonImplementation BuApplet.getImplementation()
           
 BuCommonImplementation BuCommonInterface.getImplementation()
           
 BuCommonImplementation BuApplication.getImplementation()
           
 BuCommonImplementation BuCommonImplementation.getImplementation()
           
 

Methods in com.memoire.bu with parameters of type BuCommonImplementation
 void BuSubApp.setImplementation(BuCommonImplementation _implementation)
           
 void BuApplet.setImplementation(BuCommonImplementation _implementation)
           
static void BuPrinter.preview(BuCommonImplementation _app, java.lang.String _name, BuPrintable _composant)
           
 void BuApplication.setImplementation(BuCommonImplementation _implementation)
           
 

Constructors in com.memoire.bu with parameters of type BuCommonImplementation
BuHelpFrame(BuCommonImplementation _app)
           
BuMonitorPreferencesPanel(BuCommonImplementation _appli)
           
BuFrameImage(BuCommonImplementation _app, java.lang.String _file, java.awt.Image _img)
           
BuPreviewFrame(BuCommonImplementation _app, java.awt.Image[] _images)
           
BuPreviewFrame(BuCommonImplementation _app, java.awt.Image[] _images, java.awt.Frame _parent, java.lang.String _name, BuPrintable _composant)
           
BuPreferencesFrame(BuCommonImplementation _app)
           
BuBrowserFrame(BuCommonImplementation _app)
           
BuBrowserFrame(BuCommonImplementation _app, java.lang.String _source)