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

Quick Search    Search Deep

Package com.memoire.bu

Interface Summary
BuAbilityInterface Defines a way to ask and call a command using a string.
BuCommonInterface A common interface for Applications, Applets and SubApps.
BuCutCopyPasteInterface Interface for Cut/Copy/Paste services.
BuPreferencesInterface Deprecated. use BuAbstractPreferencesPanel instead
BuPrintable An interface to declare a component printable.
BuSelectFindReplaceInterface Interface for Select/Find/Replace services.
BuTextComponentInterface  
BuUndoRedoInterface Interface for Undo/Redo services.
 

Class Summary
BuAbstractCellRenderer  
BuAbstractPreferencesPanel An abstract root class for panels attended to be added in the BuPreferencesFrame.
BuActionChecker An utility class to check/uncheck controls by their command name.
BuActionEnabler An utility class to enable/disable controls by their command name.
BuActionRemover An utility class to remove controls by their command name.
BuApplet A root class for applets.
BuApplication A root class for stand-alone applications.
BuAssistant An always-happy assistant.
BuAutoStyledDocument A auto-colorized document (using regular expressions).
BuBackgroundPainter An utility class to paint the background of a component.
BuBmpLoader A decoder for Windows bitmap (.Bmp) files.
BuBorderLayout A better BorderLayout.
BuBrowserControl An utility class to control an external browser.
BuBrowserFrame A tiny HTML browser.
BuBrowserPreferencesPanel browser.type browser.exec
BuButton Like JButton but with better management of icons.
BuButtonLayout Lays out horizontally a set of components (buttons) with the same size and aligned on right.
BuCharValidator An abstract root class to specify a validator for input chars.
BuCheckBox The Swing checkbox...
BuCheckBox3States Un checkbox permettant 3 états (activé, désactivé, mixte).
BuCheckBox3States.IconStateMixed Doit être remplacé par getState
BuCheckBoxMenuItem Like JCheckBoxMenuItem but with better management of icons.
BuColorIcon A simple icon which displays a 16x16 rect filled with a given color.
BuColumn A simple column of components with associated toggle-buttons.
BuComboBox Nothing more than a JComboBox.
BuCommandPreferencesPanel command.*
BuCommonImplementation Main part of the code to manage BuApplets and BuApplications.
BuComposedIcon An icon composer which overlays other icons.
BuDesktop A DesktopPane with a few additional services.
BuDesktopManager A desktop manager which adjust size of the internal frames.
BuDesktopPreferencesPanel A panel where the user can choose which elements to put on his desktop.
BuDialog An abstract class for dialogs.
BuDialogChoice A standard dialog for input.
BuDialogConfirmation A standard confirm dialog (yes/no).
BuDialogError A standard error dialog (continue).
BuDialogFind A standard dialog to find, with history.
BuDialogInput A standard dialog for input.
BuDialogList A standard dialog for input using a list.
BuDialogMessage A standard message dialog (continue).
BuDialogMulti A standard dialog for input.
BuDialogReplace A standard dialog to replace, with history.
BuDialogWarning A standard warning dialog (continue).
BuDirWinPreferencesPanel directory.open directory.save window.size
BuDynamicMenu  
BuEditorPane  
BuEmptyIcon A simple empty icon.
BuEmptyList A list which changes its background and displays a message when it's empty.
BuExplorer  
BuFileChooser Similar to JFileChooser but with a size adapted to the screen.
BuFileFilter A simple implementation of FileFilter.
BuFileFilterAll A simple implementation of a non-filtering FileFilter.
BuFileFilterDirectory A simple implementation of a FileFilter to choose a directory.
BuFileRenderer  
BuFileViewer  
BuFilters A set of basic image filters, all derived from RGBImageFilter.
BuFilters.AlphaFilter  
BuFilters.AntialiasFilter  
BuFilters.BlackAndWhiteFilter  
BuFilters.BrighterFilter  
BuFilters.DarkerFilter  
BuFilters.DisabledFilter  
BuFilters.EmbossFilter  
BuFilters.EnabledFilter  
BuFilters.GreyFilter  
BuFilters.PressedFilter  
BuFilters.RedFilter  
BuFilters.RolloverFilter  
BuFixedSizeIcon An Icon but with fixed size.
BuFontChooser A simple font chooser.
BuFrameImage A small image displayer.
BuGenericPreferencesModel A table model for the user preferences.
BuGenericPreferencesPanel A panel where the user can view/edit preferences.
BuGlassPaneHelp Used by pointer-sensitive help.
BuGlassPaneStop Used to stop any user event at the beginning.
BuGridLayout Lays out in a grid a set of components.
BuHelpFrame A tiny HTML browser for on-line help.
BuHorizontalLayout Lays out horizontally a set of components.
BuIcon An ImageIcon but with always some image.
BuImageEncoder  
BuInformationsDocument Basic informations for a document.
BuInformationsSoftware Basic informations for a software.
BuInformationsUser Basic informations for a user.
BuInternalFrame An internal frame having specific menus, tools and actions.
BuLabel The Swing label...
BuLabelMultiLine A multi-line label.
BuLanguagePreferencesPanel locale.language
BuLib Utility class with only static methods.
BuLightBorder A simple bevel border of thickness 1.
BuList The Swing list.
BuLookPreferencesPanel desktop.decor desktop.texture desktop.background lookandfeel.name lookandfeel.class lookandfeel.theme icons.size
BuLookPreferencesPanel.OptionItem  
BuMacEnv An application which can contain others applications (as Mac).
BuMainPanel The main panel.
BuMenu A menu with simplified adding methods.
BuMenuBar A menu bar with simplified adding methods.
BuMenuInternalFrames  
BuMenuItem Like JMenuItem but with better management of icons.
BuMenuLayout A layout for 3-column menus.
BuMenuRecentFiles  
BuMenuTools  
BuMetalCustomTheme A simple customizable theme for Metal.
BuMonitorAbstract A base class for monitors.
BuMonitorClock A clock.
BuMonitorCpu A monitor to watch cpu usage.
BuMonitorMemory A monitor to watch free and used memories.
BuMonitorPreferencesPanel monitor.memory ...
BuMonitorTime A monitor to watch time since the beginning.
BuMultiLabel Deprecated. use BuMultiLineLabel instead.
BuNumericValueValidator A validator for numerical input values with a min/max control.
BuOverlayLayout An overlay layout where all the components have the same size.
BuPalette A component derived from JInternalFrame to make palettes.
BuPanel Nothing more than a JPanel.
BuPicture A component to display images.
BuPopupButton A toggle button for toolbar which hides/shows a given component.
BuPopupMenu A popup menu which follows action events and has simplified adding methods.
BuPopupWindow A small window with a title.
BuPreferences A class to manage user preferences for the standard GUI.
BuPreferencesFrame An internal frame which groups all the panels to set user preferences.
BuPreviewFrame  
BuPreviewFrame.PCR  
BuPreviewFrame.PRI  
BuPreviewJob  
BuPrinter An utility class to print components, strings and tables.
BuProgressBar A progress bar which displays the value as a number.
BuRadioButton The Swing radiobutton...
BuRadioButtonMenuItem Like JRadioButtonMenuItem but with better management of icons.
BuRegistry The registry of the running applications.
BuResource Utility class to manage resources.
BuRobustIcon An ImageIcon which cares about exceptions.
BuScriptPreferencesPanel script.directory script.interpreters
BuScrollPane Nothing more than JScrollPane.
BuSeparator A separator for menus which displays a string.
BuShell  
BuSlafCustomTheme A simple theme chooser for Slaf.
BuSpecificBar A tool bar with simplified adding methods.
BuSplashScreen An easy-to-use splash screen which takes a list of classes to load.
BuSplit2Pane A split panel into 2 (resizable by the user).
BuSplit3Pane A split panel into 3 (resizable by the user).
BuSplitPane Nothing more than a JSplitPane.
BuStatusBar A status bar which contains a memory monitor, a text line and a progress bar.
BuStringValidator An abstract root class to specify a validator for input strings.
BuSubApp Classe de base pour une sous-application.
BuTabbedPane Nothing more than a JTabbedPane.
BuTable Similar to JTable but add copy/select operations and row headers.
BuTableCellEditor An editor for table cells, which controls input through input validators like date or integer validators.
BuTableCellRenderer A displayer for table cells, which darkens every second line and accepts different formats for numbers and dates.
BuTableDelegateModel  
BuTableRowHeader  
BuTableRowHeaderRenderer A displayer for table cells, which darkens every second line and accepts different formats for numbers and dates.
BuTableSortModel  
BuTableStaticModel A simple static model.
BuTask Simple extension of thread more easily viewable.
BuTaskOperation A task which invokes a named method of an application.
BuTaskView A simple list to display running tasks.
BuTaskView.Cell  
BuTaskView.XCR  
BuTerminal A small terminal (mainly for script interpreters).
BuTerminalDisplay A component to display the content of a terminal.
BuTerminalKey A struct to describe how to display in terminals.
BuTextArea This component extends a JTextArea, providing methods to undo/redo, find/replace and read/save.
BuTextField An extended text field which takes validators.
BuTextPane This component extends a JTextPane.
BuTextureIcon A simple icon which displays an image in a 16x16 rect.
BuTimer Alias for the Swing Timer.
BuToggleButton Like JToggleButton but with better management of icons.
BuToolBar A tool bar with simplified adding methods.
BuToolButton Like BuButton but for toolbars.
BuToolsModel A table model for the favorite user tools.
BuToolsPreferencesPanel tool.#.name tool.#.exec tool.#.icon
BuTranslatedIcon An Icon but with fixed size.
BuTree The Swing tree.
BuUpdateGUI A way to safely repaint a component.
BuUserPreferencesPanel user.*
BuValueValidator An abstract root class to specify a validator for input values.
BuVerticalLayout Lays out vertically a set of components.