Package conga.gui

Interface Summary
CongaContainerController The class, BaseControllerGroupWidget, is capable of instantiating controllers.
DateInfo An interface for 'date' classes that want to provide a consistent api for getting and setting date-related information.
ImageConstants This interface defines a couple of image id's (constants) that can be used in other classes by implementing this interface.
 

Class Summary
AbstractPopupMenu An abstract implementation of a popup menu.
AnimatedGifWidget This widget is the same as the ImageWidget, except that it also frequently repaints new frames in an animated gif if the image is an animated image.
AudioControlWidget A Widget that displays a simple audio control with a start and stop button.
CalendarWidget A Calendar in which a date can be selected by clicking or using the keyboard.
ClockWidget Displays a clock.
CongaAdapter This is a base implementation of a container controller.
ControllerGroupWidget This class is an event listener and distributor for base Bongo containers.
DateFieldWidget The DateFieldWidget is a powerful widget for entering and displaying dates.
DividerWidget The DividerWidget allows percentage resizing and user resizing.
FieldElement An element inside the field widget, used for formatted input.
FieldWidget A generic class for formatted input fields.
FileBrowserWidget A widget to browse the file system with a browse button.
FlatButtonWidget A flat rollover command button widget.
It is essentially the same as the normal command button widget, but this button is by default not focusable: if it is made focusable again it will act like a normal command button.
FlatColorButtonWidget A flat rollover color button widget.
It is essentially the same as the normal color button widget, with the only difference that it looks flat unless the mouse is over it.
FlatDDComboBoxWidget A flat rollover dropdown combo box widget.
FlatDDListBoxWidget A flat rollover dropdown listbox widget.
FlatDDTextBoxWidget A DropDownTextBox with a flat look and feel.
FlatMenuButtonWidget A flat rollover menu button widget.
It is essentially the same as the normal menu button widget, but this button is by default not focusable: if it is made focusable again it will act like a normal command button.
FontWidget A widget for choosing a font.
GrayImageFilter A filter that turns an image into a gray image that looks 'disabled'.
HotGroupWidget This class provides general purpose events about a mouse entering/exiting the hot area of a bounded container.
ImageResource A class that contains several images that are used a lot in applications, like toolbar images (file-open, file-save, etc.).
IntegerFieldWidget An input field for integers.
IntRange This class can be used to identify a range of integers that has to lie between a minimum and maximum value (from...to).
JavaEditorWidget A java editor that enables syntax coloring using the rich text editor.
LabelWidget A simple one-line text label.
This widget acts the same as the initial StaticTextBoxWidget does, but that text widget can still act like a normal TextBox which means a lot of functionality that's not needed for simple labels.
This LabelWidget is not a subclass of TextWidget, because TextWidgets can also be editable, which a label will never be!
LayoutGroupWidget LayoutGroupWidget is a GroupWidget that is WidgetLayoutMgr2 (WLM2) friendly.
MultiLineButtonWidget A multi-line command button widget.
It is essentially the same as the normal command button widget, but this button suppports more than one line of text in its label.
PixelWidget A widget that displays a pixel array.
PlayerWindow A window for displaying presentations.
RichTextEditorWidget A RichTextBoxWidget that provides some additional api calls and dispatches CaretEvents.
SmartDDListBoxWidget This widget is a smart list that extends the Drop Down List Box.
ToolbarButtonWidget A button for toolbars, which contains a list with possible icons for this button.
ToolbarContent The content of a toolbar.
ToolbarWidget A toolbar that embeds itself inside its parent widget.
VisualWidget A Bongo widget class instantiated using a composite resource widget within a GUI.
WidgetMenu An advanced popup menu, that replaces the popupmenu as used in marimba.gui.
WidgetMenuItem A menu item inside a WidgetMenu, that enables selections.
WidgetUtil A collection of utility methods for Bongo widgets.