jimm.datavision.gui

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Report » datavision 1.1.0 » jimm.datavision.gui 
jimm.datavision.gui
jimm.datavision.gui

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

Java Source File NameTypeComment
AggregatesWin.javaClass An aggregates editor for a single field that lets the user add and delete aggregates at each level (group footers, report footer).
AskStringDialog.javaClass A modal dialog used to ask the user for a simple string like a formula or parameter name.
BoundsWin.javaClass A field bounds (position and size) editing dialog box.
Clipboard.javaClass A simple clipboard class.
CodeEditorWin.javaClass This is the abstract superclass of windows used for editing paragraphs of code such as formulas and where clauses.
DescripWin.javaClass A report description (name, title, author, etc.) editing dialog box.
Designer.javaClass The abstract superclass of Report designer windows and applets.
DesignWin.javaClass The main GUI Report design window.
DesignWinLayout.javaClass A custom layout manager for the section widgets inside a design window.
DropListenerTextArea.javaClass A text area that accepts drags containing report fields.
EditFieldLayout.javaClass Lays out a bunch of label/edit widget pairs.
EditWin.javaClass The abstract parent of all edit windows except the main design window.
EditWinWidget.javaClass An abstract superclass for widgets that open separate windows used to edit the widget.
ExportWin.javaClass This dialog lets the user export report results using one of the layout engines.
FieldPickerTree.javaClass The {#link FieldPickerWin} uses this JTree subclass.
FieldPickerWin.javaClass A window that lets the user drag any field available onto the report and create, edit, delete, and rename formulas, parameters, and user columns.

Uses a FieldPickerTree .

FieldWidget.javaClass A field widget is the visual representation of a text-based report field.
FieldWidgetWalker.javaInterface The field widget walker interface is used by those wishing to perform an action on every field widget in a report design window.
FocusSetter.javaClass Gives focus to a component, since often after building a frame the component we want to have focus doesn't get it.
FormatWin.javaClass A field format editing dialog box.
FormulaWidget.javaClass A formula widget must be able to edit its formula's code and perform a few other formula-specific actions.
FormulaWin.javaClass This dialog is for editing Formula code.
FPLeafInfo.javaClass The classes in this file are leaf nodes for the FieldPickerTree .
FPTableInfo.javaClass An internal table node for the FieldPickerTree .
FWBorder.javaClass A border for field widgets.
GroupWin.javaClass This dialog is used for editing report groups.
GroupWinListItem.javaClass Group win list items are used by the group editing window GroupWin and the jimm.datavision.gui.cmd.GroupEditCommand to remember a group and its sort order.
HelpURLStack.javaClass A URL stack manages the browser-like behaviour of having a current URL and a list of previous and next URLs.
HelpWin.javaClass A help window.
ImageFieldWidget.javaClass
MenuUtils.javaClass Menu creation utilities.
NewGroupWin.javaClass A dialog for creating a new group.
ParameterWidget.javaClass A parameter widget must be able to edit its parameter's settings and perform a few other parameter-specific actions.
PreMoveInfo.javaClass 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.javaClass We save pre-stretch information so we have a place to hold information like original mouse click position and minimum legal mouse position.
ScriptEditorWin.javaClass
ScriptingWin.javaClass Editor dialog for a report's scripting language list and default language.
SectionFieldPanel.javaClass This is the panel that holds FieldWidget s within a SectionWidget .
SectionLayout.javaClass A layout manager for SectionWidget s' contents.
SectionNameLabel.javaClass A section name label displays the name of a section, for example "Report Header (a)".
SectionResizer.javaClass A section resizer is a bar that the user can drag to resize a section.
SectionWidget.javaClass A section widget is the visual representation of a report section.
SortedListModel.javaClass Implements a sorted list model suitable for use with a JList.
SortWin.javaClass This dialog is used for editing the report query's list of sort orders.
SortWinListItem.javaClass Sort win list items are used by the sort editing window SortWin and the jimm.datavision.gui.cmd.SortEditCommand to remember a sort column and its sort order.
StartupDialog.javaClass This class is called from the DataVision class when the designer is started with no command line.
StartupScriptEditor.javaClass This dialog is for editing Formula code.
StatusDialog.javaClass An extremely simple status display dialog.
SuppressionProcWin.javaClass An edit dialog for suppression procs.
TextFieldWidget.javaClass A text field widget is a field widget that is editable.
TLWListItem.javaClass Used in lists to hold and display database column and sort order.
TwoListWin.javaClass An abstract superclass for edit windows that manipulate a list of sortable, orderable items.
UserColumnWidget.javaClass A user column widget must be able to edit its user column's code and perform a few other user column-specific actions.
UserColumnWin.javaClass This dialog is for editing UserColumn code.
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.