Package org.openswing.swing.miscellaneous.client

Interface Summary
IconifableWindowListener Title: OpenSwing Framework Description: Listener of the IconifableWindow component, used to listen several events fired by that window: - window just created but not yet showed - window created and just showed - window closed - window reduced to icon - window restored to its original dimension (from the reduce to icon dimensions) Copyright: Copyright (C) 2006 Mauro Carniel This file is part of OpenSwing Framework.
TipPanelContent Title: OpenSwing Framework Description: Interface used to notify the 'show 'tip of the day' check-box selection event and to retrieve tips of the day.
 

Class Summary
AlertWindow Title: OpenSwing Framework Description: this class inherits from IconifableWidėndow, so it allows to show an iconifable window, i.e. a window that can contains any kind of graphics component within it, since it inherits from JPanel.
AlertWindowBeanInfo Title: OpenSwing Framework
IconifableWindow Title: OpenSwing Framework Description: this class allows to show an iconifable window, i.e. a window that can contains any kind of graphics component within it, since it inherits from JPanel.
IconifableWindowBeanInfo Title: OpenSwing Framework Description: Copyright: Copyright (C) 2006 Mauro Carniel
IconifableWindowsContainer Title: OpenSwing Framework Description: JPanel used to contain IconifableWindow objects.
LicencePanel Title: OpenSwing Framework Description: Panel that shows a licence agreement.
LicencePanelBeanInfo Title: OpenSwing Framework Description: Copyright: Copyright (C) 2006 Mauro Carniel
ProgressBar Title: OpenSwing Framework Description: Progress bar that allows to: - define minimum and maxixum values - background color - internal intervals and colors to use inside each interval.
ProgressBarBeanInfo Title: OpenSwing Framework Description: Copyright: Copyright (C) 2006 Mauro Carniel
ProgressDialog Title: OpenSwing Framework Description: Dialog used to show a progress bar and messages related to progress state.
ProgressDialogBeanInfo Title: OpenSwing Framework Description: Copyright: Copyright (C) 2006 Mauro Carniel
ProgressEvent Title: OpenSwing Framework Description: Class used to store a progress bar event, used by the progress dialog to update progress bar showing and messages.
ProgressPanel Title: OpenSwing Framework Description: Panel that contains a progress bar and messages related to progress state.
ProgressPanelBeanInfo Title: OpenSwing Framework Description: Copyright: Copyright (C) 2006 Mauro Carniel
TestAlertWindow Title: OpenSwing Framework Description: Copyright: Copyright (C) 2006 Mauro Carniel
TestFinestre Title: OpenSwing Framework Description: Copyright: Copyright (C) 2006 Mauro Carniel
TestOutlook Title: OpenSwing Framework Description: Copyright: Copyright (C) 2006 Mauro Carniel
TipFrame Title: OpenSwing Framework Description: Frame that contains a tip of the day panel.
TipGenericInternalFrame Title: OpenSwing Framework Description: Internal frame that contains a tip of the day panel; it can be used in any JFrame.
TipInternalFrame Title: OpenSwing Framework Description: Internal frame that contains a tip of the day panel: it must be used with MDIFrame.