Package jimm.datavision.gui

Provides the classes and interfaces that make up the graphical user interface used to build and run DataVision reports.

See:
          Description

Interface Summary
FieldWidgetWalker The field widget walker interface is used by those wishing to perform an action on every field widget in a report design window.
 

Class Summary
AggregatesWin An aggregates editor for a single field that lets the user add and delete aggregates at each level (group footers, report footer).
AggregatesWin.Slot  
AskStringDialog A modal dialog used to ask the user for a simple string like a formula or parameter name.
BoundsWin A field bounds (position and size) editing dialog box.
Clipboard A simple clipboard class.
CodeEditorWin This is the abstract superclass of windows used for editing paragraphs of code such as formulas and where clauses.
ColumnInfo  
DescripWin A report description (name, title, author, etc.) editing dialog box.
Designer The abstract superclass of Report designer windows and applets.
DesignWin The main GUI Report design window.
DesignWinLayout A custom layout manager for the section widgets inside a design window.
DropListenerTextArea A text area that accepts drags containing report fields.
EditFieldLayout Lays out a bunch of label/edit widget pairs.
EditFieldLayout.Row Represents a label/component pair.
EditWin The abstract parent of all edit windows except the main design window.
EditWinWidget An abstract superclass for widgets that open separate windows used to edit the widget.
ExportWin This dialog lets the user export report results using one of the layout engines.
FieldPickerTree The {#link FieldPickerWin} uses this JTree subclass.
FieldPickerWin A window that lets the user drag any field available onto the report and create, edit, delete, and rename formulas, parameters, and user columns.
FieldWidget A field widget is the visual representation of a text-based report field.
FocusSetter Gives focus to a component, since often after building a frame the component we want to have focus doesn't get it.
FormatWin A field format editing dialog box.
FormatWin.EdgeWidgets Holds a border edge and the widgets used for editing it.
FormulaInfo  
FormulaWidget A formula widget must be able to edit its formula's code and perform a few other formula-specific actions.
FormulaWin This dialog is for editing Formula code.
FPLeafInfo The classes in this file are leaf nodes for the FieldPickerTree.
FPTableInfo An internal table node for the FieldPickerTree.
FWBorder A border for field widgets.
GroupWin This dialog is used for editing report groups.
GroupWinListItem Group win list items are used by the group editing window GroupWin and the GroupEditCommand to remember a group and its sort order.
HelpURLStack A URL stack manages the browser-like behaviour of having a current URL and a list of previous and next URLs.
HelpWin A help window.
ImageFieldWidget  
MenuUtils Menu creation utilities.
NewGroupWin A dialog for creating a new group.
ParameterInfo  
ParameterWidget A parameter widget must be able to edit its parameter's settings and perform a few other parameter-specific actions.
PreMoveInfo We save pre-move information because we need to know the original mouse position, we may need to the field's original position, and because we need to know our original position when finally moving.
PreStretchInfo We save pre-stretch information so we have a place to hold information like original mouse click position and minimum legal mouse position.
ScriptEditorWin This is the abstract superclass of windows used for editing paragraphs of scripting code such as formulas
ScriptingWin Editor dialog for a report's scripting language list and default language.
SectionFieldPanel This is the panel that holds FieldWidgets within a SectionWidget.
SectionLayout A layout manager for SectionWidgets' contents.
SectionNameLabel A section name label displays the name of a section, for example "Report Header (a)".
SectionResizer A section resizer is a bar that the user can drag to resize a section.
SectionWidget A section widget is the visual representation of a report section.
SortedListModel Implements a sorted list model suitable for use with a JList.
SortWin This dialog is used for editing the report query's list of sort orders.
SortWinListItem Sort win list items are used by the sort editing window SortWin and the SortEditCommand to remember a sort column and its sort order.
SpecialInfo  
StartupDialog This class is called from the DataVision class when the designer is started with no command line.
StartupScriptEditor This dialog is for editing Formula code.
StatusDialog An extremely simple status display dialog.
SuppressionProcWin An edit dialog for suppression procs.
TextFieldWidget A text field widget is a field widget that is editable.
TLWListItem Used in lists to hold and display database column and sort order.
TwoListWin An abstract superclass for edit windows that manipulate a list of sortable, orderable items.
UserColumnInfo  
UserColumnWidget A user column widget must be able to edit its user column's code and perform a few other user column-specific actions.
UserColumnWin This dialog is for editing UserColumn code.
 

Package jimm.datavision.gui Description

Provides the classes and interfaces that make up the graphical user interface used to build and run DataVision reports.