| Interface | Description |
|---|---|
| FrameContainer |
The FrameContainer interface defines the methods that a class must implement
in order to be considered a frame container.
|
| GuiWindow |
The interface provides an API for operations related to top level
GUI windows.
|
| ProgressBarGui | |
| TreeViewDelegate |
TreeView methods which are delegated for execution.
|
| Class | Description |
|---|---|
| AlertBoxGuiImpl |
This class is the specific implementation of the AlertBox for GUI.
|
| BorderedPanelGuiImpl |
GUI implementation of bordered panel.
|
| BrowseColumnGuiImpl |
GUI implementation of browse column.
|
| BrowseConfirmPanel |
Panel containing Apply/Reset buttons for in-browse sorting or filtering.
|
| BrowseFilterEntryField |
Entry field containing the value of the column filter used in enhanced browse filtering.
|
| BrowseGuiImpl |
GUI implementation of BROWSE widget.
|
| BrowseGuiImpl.RowClickInfo |
Information about mouse click on a browse row.
|
| BrowsePopupMenu |
Popup menu for browse
|
| ButtonFactory |
Implements the factory method to create buttons based on the provided parameters: its width and
height and its image setter.
|
| ButtonGuiImpl |
GUI implementation of the BUTTON widget.
|
| ButtonListGuiImpl |
Implements the button list widget.
|
| CalendarGuiImpl |
Implements the calendar widget.
|
| CalendarPopup |
Represents the calendar popup that helps to select a date via a calendar sheet using
mouse or keyboard keys.
|
| CalendarPopup.CalendarLookAndFeelResolver |
Calendar look and feel resolver.
|
| CalendarPopup.CalendarOwnerContainer |
Represents the calendar owner container.
|
| CaptionButton |
A caption button associated with a window.
|
| ComboBoxGuiImpl |
Specific GUI implementation of COMBO-BOX widget.
|
| DesktopHelpers |
This class is the native desktop interface.
|
| DialogBoxWindow |
The class implements a window container for a FRAME displayed in DIALOG-BOX.
|
| DragDropHelper |
Helper methods to handle drag and drop client side processing.
|
| DriverWidgetHost<C extends BaseConfig> |
Base driver widget host class.
|
| DropDownGuiImpl |
Implements the drop-down window for a combo-box in GUI mode.
|
| EditorGuiImpl |
Implementation of Progress EDITOR component for GUI.
|
| EditorGuiImpl.UndoableEditor |
This class implements the editor's undo (CTRL-Z) behavior.
|
| EditorPopupGuiImpl |
GUI client implementation class of system popups.
|
| EntryFieldGuiImpl |
Implementation of Progress entry field inside for GUI combo-box.
|
| FillInGuiImpl |
Implementation of Progress FILL-IN component for GUI.
|
| FontChooserGuiImpl |
This is a frame viewed as dialog that allows to select a font and its properties.
|
| FrameGuiImpl |
A
Frame is a top-level window with a title and a border. |
| FrameOverlay |
The FrameOverlay class represents an overlay window that contains a frame.
|
| GuiButton |
This abstract class add mouse sensitiveness to
Button objects. |
| GuiColorResolver |
Resolve widget color.
|
| GuiFontResolver |
Resolve widget font.
|
| GuiFontResolver.FontCache |
Font cache item.
|
| GuiKeyboard |
This class contains the configurations for a Keyboard compatible with the Windows GUI clients.
|
| GuiWidgetFactory |
GUI-specific widget factory implementation.
|
| GuiWindowCommons |
The class holds logic common to all GUI windows - types implementing
the interface
GuiWindow. |
| HtmlBrowserGuiImpl |
HTML-BROWSER widget client-side implementation.
|
| Hyperlink |
Hyperlink GUI widget.
|
| ImageGuiImpl |
Implementation of a IMAGE widget for the GUI driver.
|
| ImageListGuiImpl |
IMAGE-LIST widget client-side implementation.
|
| InputDialog<T extends AbstractWidget<GuiOutputManager> & DataContainer> |
Text input dialog containing a character input field with OK and Cancel buttons.
|
| KeyboardLayout |
Abstract Keyboard layout for Windows.
|
| LabelGuiImpl |
Implementation for a widget's LABEL, in a GUI client.
|
| LineBorderGuiImpl |
Simple GUI line border.
|
| LineEditor |
A line editor based on
FillInGuiImpl. |
| MenuGuiImpl |
Menu GUI client implementation class. |
| MenuItemGuiImpl |
MenuItem GUI client implementation class. |
| MenuOverlayWindow |
An overlay window providing support for submenu bodies.
|
| MessageAreaGuiImpl |
GUI message area is a scroll pane widget having a vertical scroll bar and a scrollable list
which holds messages.
|
| MnemonicInfoGuiImpl |
This class accumulates label information:
label after processing of special character '&' denoting mnemonic.
mnemonic character, used to call menu item, that it is assigned on.
mnemonic index in preprocessed label for mnemonic drawing.
|
| ModalWindow |
The class implements GUI modal top level window.
|
| OcxMouseHelper |
Helper class to trigger mouse events for OCX's.
|
| OleDragDrop |
Storage clipboard like for OLE Drag & Drop.
|
| OleDragDropHelper |
Helper class to fire OLE Drag & Drop events (triggers)
|
| OverlayWindow<TChild extends Widget<GuiOutputManager>> |
The class implements GUI top level window that can overlay the main window.
|
| PrintSetupDialog |
GUI print setup dialog.
|
| ProgressBarGuiImpl |
PROGRESS-BAR widget client-side implementation.
|
| RadioButtonGuiImpl |
GUI-specific portion of RadioButton.
|
| RadioSetGuiImpl |
RadioSet is a implementation of radio-set widget, a mutually exclusive set
of
RadioButton objects. |
| RectangleGuiImpl |
Specific GUI implementation of RECTANGLE widget.
|
| ScrollableListGuiImpl |
Scrollable list GUI implementation.
|
| ScrollableSelectionListGuiImpl |
Scrollable selection list GUI implementation.
|
| ScrollBarControllerGuiImpl |
Scroll bar controller with basic functionality for all GUI scroll bar controllers.
|
| ScrollbarExecutor |
Helper to run and manage the thread that creates repeated scroll events for a scrollbar.
|
| ScrollBarGuiButton |
A scroll bar button.
|
| ScrollBarGuiImpl |
A GUI scroll bar implementation.
|
| ScrollPaneGuiImpl |
A GUI scroll pane implementation.
|
| ScrollPopupGuiImpl |
GUI client implementation class of "scroll" system popup.
|
| SelectionListBodyGuiImpl |
GUI-specific part of the SelectionListBody.
|
| SelectionListGuiImpl |
Specific GUI implementation of SELECTION-LIST widget.
|
| SharpPNGTranscoder |
Transcoder to replace regular PNG transcoder from SVG batik package.
|
| SignatureClientGuiImpl |
Signature widget client-side implementation.
|
| SimpleImageButton |
This button rewrites the rendering routine and instead of using multiple primitives to draw
it, a pre-rendered image is used for each of its four states: disabled/pressed/hovered and
normal (enabled).
|
| SimpleLabel |
This label just displays a text, in the sense of
javax.swing.JLabel does. |
| SkipGuiImpl |
SKIP implementation is GUI clients.
|
| SliderGuiImpl |
Specific GUI implementation of SLIDER widget.
|
| SpreadsheetGuiImpl |
SPREADSHEET widget client-side implementation.
|
| StatusLineGuiImpl |
In GUI implementation the window status line is implemented as widget.
|
| SubMenuGuiImpl |
SubMenu client abstract implementation class. |
| TabSetGuiImpl |
TABSET widget client-side implementation.
|
| TextCell |
Represents a simple text cell.
|
| TextGuiImpl |
GUI-specific static text widget (
Text) implementation. |
| TextGuiImpl.GuiContentMnemonic |
Container class for the TEXT's content mnemonic.
|
| ThreeDBorderGuiImpl |
3D border GUI implementation.
|
| ToggleBoxGuiImpl |
Specific GUI implementation of TOGGLE-BOX widget.
|
| ToolTip |
The help string showing when mouse become over the GUI widget.
|
| TreeBodyGuiImpl |
Implementation of the tree view body, this is the part of the widget where the user input-output happens.
|
| TreeGuiImpl |
Base class for client-side implementations of TREEVIEW and TREELIST widgets.
|
| TreeGuiImpl.TreeEditor |
Represents the tree node editor.
|
| TreeGuiImpl.TreeNode |
The class represents one tree node.
|
| TreeListBodyGuiImpl |
Implementation of the tree view body, this is the part of the widget where the user input-output happens.
|
| TreeListCaption |
Treelist caption widget.
|
| TreeListCaptionItem |
Treelist caption widget.
|
| TreeListGuiImpl |
TREELIST widget client-side implementation.
|
| TreeListGuiImpl.ColumnCache |
Column cache.
|
| TreeViewBodyGuiImpl |
Implementation of the tree view body, this is the part of the widget where the user input-output happens.
|
| TreeViewGuiImpl |
TREEVIEW widget client-side implementation.
|
| USAKeyboardLayout |
USA Keyboard layout class for Windows.
|
| VectorGraphicsHelper |
Image helper methods to handle pending image loading.
|
| WindowBorder |
The class implements border for main and modal top-level windows.
|
| WindowGuiImpl |
This class implement WINDOW widget drawing on GUI interfaces.
|
| WindowLayout |
Layout the elements of a legacy-style window.
|
| WindowTitleBar |
Implementation of a GUI window title bar.
|
| WindowTitlePopupGuiImpl |
GUI client implementation class of "window title" system popup.
|
| WindowWorkSpace |
Window work area.
|
| Enum | Description |
|---|---|
| BrowseColumnGuiImpl.ResizeArea |
Enumeration for different resize areas.
|
| ButtonGuiImpl.Images |
Helper class to provide uniform access to all button images.
|
| CaptionButtonType |
Define the possible button types for a window caption.
|
| ScrollPaneGuiImpl.ShowBars |
Container show bars options:
AS_NEEDED - Only when needed.
|
| SliderGuiImpl.TicMarks |
Working tic-marks mode.
|
| SpreadsheetGuiImpl.Events |
High-level spreadsheet events.
|
| TextCell.VerticalAlignment |
Defines vertical alignment enumeration type.
|