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

Quick Search    Search Deep

Uses of Interface
com.memoire.bu.BuCommonInterface

Uses of BuCommonInterface in com.memoire.bu
 

Classes in com.memoire.bu that implement BuCommonInterface
 class BuApplet
          A root class for applets.
 class BuApplication
          A root class for stand-alone applications.
 class BuCommonImplementation
          Main part of the code to manage BuApplets and BuApplications.
 class BuMacEnv
          An application which can contain others applications (as Mac).
 class BuSubApp
          Classe de base pour une sous-application.
 

Fields in com.memoire.bu declared as BuCommonInterface
(package private)  BuCommonInterface BuDesktopPreferencesPanel.appli_
           
(package private)  BuCommonInterface BuLanguagePreferencesPanel.appli_
           
protected  BuCommonInterface BuScriptPreferencesPanel.appli_
           
private  BuCommonInterface BuGenericPreferencesPanel.appli_
           
(package private)  BuCommonInterface BuBrowserPreferencesPanel.appli_
           
protected  BuCommonInterface BuToolsPreferencesPanel.appli_
           
(package private)  BuCommonInterface BuUserPreferencesPanel.appli_
           
private  BuCommonInterface BuMonitorAbstract.app_
           
(package private)  BuCommonInterface BuLookPreferencesPanel.appli_
           
(package private)  BuCommonInterface BuCommandPreferencesPanel.appli_
           
private  BuCommonInterface BuAutoStyledDocument.Colorizer.app_
           
private  BuCommonInterface BuTaskOperation.app_
           
protected  BuCommonInterface BuExplorer.app_
           
protected  BuCommonInterface BuCommonImplementation.app_
           
protected  BuCommonInterface BuDirWinPreferencesPanel.appli_
           
 

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

Methods in com.memoire.bu with parameters of type BuCommonInterface
 void BuMonitorAbstract.setApp(BuCommonInterface _app)
           
 void BuStatusBar.setApp(BuCommonInterface _app)
           
static void BuShell.runCommand(BuCommonInterface _app, java.lang.String _cmd)
           
static void BuShell.runCommand(BuCommonInterface _app, java.lang.String _cmd, boolean _confirm)
           
 void BuTextPane.colorize(BuCommonInterface _app)
           
 void BuAutoStyledDocument.colorize(BuCommonInterface _app)
           
 void BuCommonImplementation.setApp(BuCommonInterface _app)
           
 

Constructors in com.memoire.bu with parameters of type BuCommonInterface
BuDialog(BuCommonInterface _parent, BuInformationsSoftware _isoft, java.lang.String _titre)
           
BuDialog(BuCommonInterface _parent, BuInformationsSoftware _isoft, java.lang.String _titre, java.lang.Object _message)
           
BuDesktopPreferencesPanel(BuCommonInterface _appli)
           
BuDialogMessage(BuCommonInterface _parent, BuInformationsSoftware _isoft, java.lang.Object _message)
           
BuLanguagePreferencesPanel(BuCommonInterface _appli)
           
BuScriptPreferencesPanel(BuCommonInterface _appli)
           
BuDialogError(BuCommonInterface _parent, BuInformationsSoftware _isoft, java.lang.Object _message)
           
BuDialogChoice(BuCommonInterface _parent, BuInformationsSoftware _isoft, java.lang.String _title, java.lang.String _label, java.lang.String[] _values)
           
BuDialogChoice(BuCommonInterface _parent, BuInformationsSoftware _isoft, java.lang.String _title, java.lang.String _label, java.lang.String[] _values, java.lang.String _value, boolean _editable, java.lang.String _comment)
           
BuGenericPreferencesPanel(BuCommonInterface _appli, java.lang.String _title, com.memoire.fu.FuPreferences _options)
           
BuGenericPreferencesPanel(BuCommonInterface _appli, java.lang.String _title, com.memoire.fu.FuPreferences _options, java.lang.String _mask, boolean _editable, boolean _growable)
           
BuBrowserPreferencesPanel(BuCommonInterface _appli)
           
BuToolsPreferencesPanel(BuCommonInterface _appli, com.memoire.fu.FuPreferences _options)
           
BuUserPreferencesPanel(BuCommonInterface _appli)
           
BuFontChooser(BuCommonInterface _parent, BuInformationsSoftware _isoft, java.lang.String _title, java.awt.Font _value)
           
BuMonitorAbstract(BuCommonInterface _app)
           
BuDialogList(BuCommonInterface _parent, BuInformationsSoftware _isoft, java.lang.String _title, java.lang.String _label, java.lang.String[] _values)
           
BuDialogList(BuCommonInterface _parent, BuInformationsSoftware _isoft, java.lang.String _title, java.lang.String _label, java.lang.String[] _values, java.lang.String _value, java.lang.String _comment)
           
BuLookPreferencesPanel(BuCommonInterface _appli)
           
BuDialogReplace(BuCommonInterface _parent, BuInformationsSoftware _isoft, BuTextComponentInterface _texte)
           
BuDialogMulti(BuCommonInterface _parent, BuInformationsSoftware _isoft, java.lang.String _title, java.lang.String _label, java.lang.String _value)
           
BuCommandPreferencesPanel(BuCommonInterface _appli)
           
BuDialogConfirmation(BuCommonInterface _parent, BuInformationsSoftware _isoft, java.lang.Object _message)
           
BuAutoStyledDocument.Colorizer(BuCommonInterface _app)
           
BuTaskOperation(BuCommonInterface _app, java.lang.String _nom, java.lang.String _methode)
           
BuTaskOperation(BuCommonInterface _app, java.lang.String _nom, java.lang.String _methode, java.lang.String _param)
           
BuTaskOperation(BuCommonInterface _app, java.lang.String _nom, java.lang.Runnable _runnable)
           
BuTaskOperation(BuCommonInterface _app, java.lang.String _nom)
           
BuTaskOperation(BuCommonInterface _app, java.lang.String _nom, boolean _act, java.lang.Runnable _runnable, java.lang.String _methode, java.lang.String _param)
           
BuDialogFind(BuCommonInterface _parent, BuInformationsSoftware _isoft, BuTextComponentInterface _texte)
           
BuDialogWarning(BuCommonInterface _parent, BuInformationsSoftware _isoft, java.lang.Object _message)
           
BuDialogInput(BuCommonInterface _parent, BuInformationsSoftware _isoft, java.lang.String _title, java.lang.String _label, java.lang.String _value)
           
BuExplorer(BuCommonInterface _app)
           
BuExplorer(BuCommonInterface _app, boolean _viewer)
           
BuExplorer(BuCommonInterface _app, boolean _viewer, com.memoire.fu.FuFile _path)
           
BuDirWinPreferencesPanel(BuCommonInterface _appli)