JClass DataSource

PreviousNextIndex

Preface

Introducing JClass DataSource  Assumptions  Typographical Conventions in this Manual

Overview of the Manual  API Reference  Licensing  Related Documents  About Quest

Contacting Quest Software  Customer Support  Product Feedback and Announcements

Introducing JClass DataSource

JClass DataSource includes a number of data-bound components of its own and is designed to be used with a wide class of GUI components to manage the display of master-detail relational data. JClass DataSource provides enhanced Java components that add data binding to their equivalent AWT and Swing components. JClass DataSource may be used in conjunction with any data-bound component, such as Quest's JClass LiveTable and JClass Field, and it can be tied to a grid or multiple tables to display hierarchical data.

All JClass DataSource components are written entirely in Java; so as long as the Java implementation for a particular platform works, JClass DataSource will work. You can freely distribute Java applets and applications containing JClass components according to the terms of the License Agreement that appears at install time.

Feature Overview

JClass DataSource is composed of JavaBeans that facilitate the presentation of data extracted from a database or elsewhere in a hierarchical, or master-detail, form. Their full-featured customizers can be used in IDEs to quickly develop a data retrieval application. The default behavior exhibits a highly interactive interface that allows end-users to perform all the common data operations without extensive coding. Moreover, for those whose application may demand more in-depth programming, the products' APIs contain a number of helper methods designed to make common tasks easy to accomplish.

You can set the properties of JClass DataSource components to determine how your data entry elements will look and behave. You can:

JClass DataSource also provides several methods which:

Assumptions

This manual assumes that you have some experience with the Java programming language. You should have a basic understanding of object-oriented programming and Java programming concepts such as classes, methods, and packages before proceeding with this manual. See Related Documents later in this section of the manual for additional sources of Java-related information.

Typographical Conventions in this Manual

Typewriter Font

  • Java language source code and examples of file contents.
  • JClass DataSource and Java classes, objects, methods, properties, constants, and events.
  • HTML documents, tags, and attributes.
  • Commands that you enter on the screen.
  • Italic Text

  • Pathnames, filenames, URLs, programs, and method parameters.
  • New terms as they are introduced, and to emphasize important words.
  • Figure and table titles.
  • The names of other documents referenced in this manual, such as Java in a Nutshell.
  • Bold

  • Keyboard key names and menu references.
  • Overview of the Manual

    Part I -Using JClass DataSource - describes how to use the JClass DataSource programming components.

    Chapter 1, Using JClass DataSource presents a general overview of JClass DataSource's general structure and use.

    Chapter 2, JClass DataSource Overview provides additional information on using JClass DataSource.

    Chapter 3, The Data Model describes how a connection to a database is established.

    Chapter 4, The JClass DataSource Beans discusses JClass DataSource's Bean properties and shows how to use the custom property editor.

    Chapter 5, DataSource's Data Bound Components presents the suite of data bound components that accompany the product.

    Chapter 6, Sample Programs illustrates some selected techniques for accessing data sources and displaying them in hierarchical grids.

    Part II - Reference Appendices - contains detailed technical reference information.

    Appendix A, Bean Properties Reference, contains tables listing the property names, return types, and default values for JClass DataSource's JavaBeans.

    Appendix B, Distributing Applets and Applications, illustrates how to use JClass JarMaster to help you combine only those JClass JARs that are required for deploying your application.

    API Reference

    The API reference documentation (Javadoc) is installed automatically when you install JClass DataSource and is found in the JCLASS_HOME/docs/api/ directory.

    Licensing

    In order to use JClass DataSource, you need a valid license. Complete details about licensing are outlined in the JClass DesktopViews Installation Guide, which is automatically installed when you install JClass DataSource.

    Related Documents

    The following is a sample of useful references to Java and JavaBeans programming:

    These documents are not required to develop applications using JClass DataSource, but they can provide useful background information on various aspects of the Java programming language.

    About Quest

    Quest Software, Inc. (NASDAQ: QSFT) is a leading provider of application management solutions. Quest provides customers with Application Confidencesm by delivering reliable software products to develop, deploy, manage and maintain enterprise applications without expensive downtime or business interruption. Targeting high availability, monitoring, database management and Microsoft infrastructure management, Quest products increase the performance and uptime of business-critical applications and enable IT professionals to achieve more with fewer resources. Headquartered in Irvine, Calif., Quest Software has offices around the globe and more than 18,000 global customers, including 75% of the Fortune 500. For more information on Quest Software, visit www.quest.com.

    Contacting Quest Software

    E-mail

    sales@quest.com

    Address

    Quest Software, Inc.
    World Headquarters
    8001 Irvine Center Drive
    Irvine, CA 92618
    USA

    Web site

    www.quest.com

    Phone

    949.754.8000 (United States and Canada)

    Please refer to our Web site for regional and international office information.

    Customer Support

    Quest Software's world-class support team is dedicated to ensuring successful product installation and use for all Quest Software solutions.

    SupportLink

    www.quest.com/support

    E-mail

    support@quest.com

    You can use SupportLink to do the following:

    Please note that many of the initial questions you may have will concern basic installation or configuration issues. Consult this product's readme file and the JClass DesktopViews Installation Guide (available in HTML and PDF formats) for help with these types of problems.

    To Contact JClass Support

    Any request for support must include your JClass product serial number. Supplying the following information will help us serve you better:

    JClass Direct Technical Support

    JClass Support Email

    support@quest.com

    Telephone

    949-754-8000

    Fax

    949-754-8999

    European Customers

    Contact Information

    Telephone: +31 (0)20 510-6700

    Fax: +31 (0)20 470-0326

          

    Product Feedback and Announcements

    We are interested in hearing about how you use JClass DataSource, any problems you encounter, or any additional features you would find helpful. The majority of enhancements to JClass products are the result of customer requests.

    Please send your comments to:
    Quest Software
    8001 Irvine Center Drive
    Irvine, CA 92618

    Telephone: 949-754-8000
    Fax: 949-752-8999


    PreviousNextIndex