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

Quick Search    Search Deep

com.memoire.bu: Javadoc index of package com.memoire.bu.


Package Samples:

com.memoire.bu

Classes:

BuTextArea: This component extends a JTextArea, providing methods to undo/redo, find/replace and read/save. This component extends a JTextArea. This component provides its own methods to read and save files (even to zip them).
BuActionEnabler: An utility class to enable/disable controls by their command name. The command name is a string defined for each control using setActionCommand().
BuActionChecker: An utility class to check/uncheck controls by their command name. The command name is a string defined for each control using setActionCommand().
BuGridLayout: Lays out in a grid a set of components. Not like the java.awt.GridLayout, rows may have different heigths and columns may have different widths.
BuNumericValueValidator: A validator for numerical input values with a min/max control. Provides standard ones for ints, doubles, positive ints and positive doubles.
BuActionRemover: An utility class to remove controls by their command name. The command name is a string defined for each control using setActionCommand().
BuBrowserControl: An utility class to control an external browser. Enables to launch a browser with a specified url or to modify the current displayed page.
BuMenu: A menu with simplified adding methods. A few static methods are available for standard menus as File, Edition, Windows and Help.
BuHelpFrame: A tiny HTML browser for on-line help. Is an internal frame on the desktop and an alternative to an external browser as lynx ;-)
BuApplication: A root class for stand-alone applications. Compatible with Bu et Swing. Delegates quite everything to BuCommonImplementation.
BuUpdateGUI: A way to safely repaint a component. This code is very slow under 1.4 so it is all commented (or maybe it is an XFree bug ?).
BuMainPanel: The main panel. Contains a status bar, a specific button bar, two columns of components and a desktop with internal frames.
BuBmpLoader: A decoder for Windows bitmap (.Bmp) files. Compression not supported. Source code provided by JavaZoom under the LGPL.
BuTextPane: This component extends a JTextPane. This component provides its own methods to read and save files (even to zip them).
BuDesktop: A DesktopPane with a few additional services. Auto-resizing, optionnaly tabbed, custom-friendly, icons management, ...
BuLookPreferencesPanel: desktop.decor desktop.texture desktop.background lookandfeel.name lookandfeel.class lookandfeel.theme icons.size
BuCommonInterface: A common interface for Applications, Applets and SubApps. To access uniformly to services and avoid redundant coding.
BuStringValidator: An abstract root class to specify a validator for input strings. Provides standard ones for ints, doubles, dates, ...
BuValueValidator: An abstract root class to specify a validator for input values. Provides standard ones for ints, doubles, dates, ...
BuCharValidator: An abstract root class to specify a validator for input chars. Provides standard ones for ints, doubles, dates, ...
BuTableRowHeaderRenderer: A displayer for table cells, which darkens every second line and accepts different formats for numbers and dates.
BuTableCellRenderer: A displayer for table cells, which darkens every second line and accepts different formats for numbers and dates.
BuBrowserFrame: A tiny HTML browser. Is an internal frame on the desktop and an alternative to an external browser as lynx ;-)
BuApplet: A root class for applets. Compatible with Bu et Swing. Delegates quite everything to BuCommonImplementation.
BuCheckBox3States: Un checkbox permettant 3 états (activé, désactivé, mixte). Dans ce dernier cas, le bouton apparaît en grisé

Home | Contact Us | Privacy Policy | Terms of Service