Package com.jgoodies.uifextras.convenience

Provides prepared dialogs and panels that minimize the effort required to build a rich Swing application

See:
          Description

Interface Summary
SetupManager.WizardPanel An interface that describes the welcome and license agreement panels.
TipOfTheDayModel Describes the data and operations required for the TipOfTheDayDialog.
 

Class Summary
DefaultAboutDialog Provides the layout and actions for a generic about dialog.
DefaultAboutToolView Provides the default tool card in the default about dialog.
DefaultSetupDialog Builds the default setup dialog, which consists of two pages: a welcome page and the license acceptance page.
DefaultSetupWelcomePanel Builds the default welcome panel for the setup dialog.
DefaultTipOfTheDayModel Provides a dialog and managing behavior for a tip of the day functionality.
DefaultUIFApplication This class is used during the startup process and extends the more generic superclass behavior of the AbstractUIFApplication.
MessageLogHandler This class pops up message dialogs to log messages with a level greater or equal to Level.WARNING.
ResourceIDs Consists only of resource keys shared by the JGoodies UI Framework and the JGoodies UI Framework Extras.
SendFeedbackDialog A dialog that is used to send feedback.
SetupLicensePanel Builds the license acceptance page of the default setup dialog.
SetupManager Manages the setup procedure: checks whether the user has accepted an appropriate license agreement, opens a license acceptance dialog, and stores the result in the user preferences.
SystemTable A PropertiesTable for the System properties.
TipOfTheDayDialog Provides a dialog and managing behavior for a tip of the day functionality.
 

Package com.jgoodies.uifextras.convenience Description

Provides prepared dialogs and panels that minimize the effort required to build a rich Swing application.



Copyright © 2000-2008 JGoodies Karsten Lentzsch. All Rights Reserved.