Package de.hunsicker.jalopy.swing

Provides some building blocks to make implementing a Swing-based, graphical user interface for the Jalopy code convention settings easy.

See:
          Description

Interface Summary
ProgressMonitor Common interface for objects that monitor the progress of an operation.
 

Class Summary
AbstractSettingsPage Skeleton implementation of a settings page.
BlankLinesSettingsPage Settings page for the Jalopy printer blank lines settings.
BracesSettingsPage Settings page for the Jalopy printer general brace settings.
CodeInspectorSettingsPage Settings page for the Jalopy Code Inspector general settings.
ComboBoxPanelCheckBox A component that combines a check box and a combo box panel.
CommentsSettingsPage Settings page for the Jalopy printer comment settings.
EnumSettingsPage Settings page for the Jalopy printer comment settings.
EnvironmentSettingsPage Settings page for the Jalopy printer environment settings.
FooterSettingsPage Settings page for the Jalopy printer footer settings.
GeneralSettingsPage Settings page for the general Jalopy settings.
HeaderSettingsPage Settings page for the Jalopy printer header settings.
ImportsSettingsPage Settings page for the Jalopy printer import statement settings.
IndentationSettingsPage Settings page for the Jalopy printer indentation settings.
JavadocSettingsPage Settings page for the Jalopy printer Javadoc settings.
MessagesSettingsPage Settings page for the Jalopy messaging settings.
MiscSettingsPage Settings page for the miscellaneous Jalopy settings.
NamingSettingsPage Settings page for the Jalopy Code Inspector naming settings.
NumberComboBoxPanel DOCUMENT ME!
NumberComboBoxPanelCheckBox DOCUMENT ME!
ProgressPanel A component that can be used to display progress information to the user.
ProjectSettingsPage Settings page for the Jalopy project settings.
SettingsContainer The main container that provides a tree view on the left where users may choose the different settings pages that are then displayed.
SettingsDialog The Jalopy settings dialog provides a graphical user interface to manage, display and interactively test and edit the available code convention and asorted configuration settings.
SortingSettingsPage Settings page for the Jalopy printer sorting settings.
WhitespaceSettingsPage Settings page for the Jalopy printer whitespace settings.
WrappingSettingsPage Settings page for the Jalopy printer wrapping settings.
 

Exception Summary
ValidationException Indicates that some user specified input violates some data constraint.
 

Package de.hunsicker.jalopy.swing Description

Provides some building blocks to make implementing a Swing-based, graphical user interface for the Jalopy code convention settings easy.



Copyright © 1997-2005 Jalopy. All Rights Reserved.