Package net.sf.doolin.gui.window.support

Interface Summary
IWindow This interface is a wrapper around either a JFrame or a JDialog.
IWindowFactory Factory for a window implementation.
 

Class Summary
AbstractGUIWindow<B> Utility ancestor for application windows.
AbstractIWindow<W extends Window> Abstract IWindow implementation that holds the concrete implementation of a Window.
AbstractRootPaneGUIWindow<B> Window implementation that allows the management of tool bars and menu bars.
DefaultIWindowFactory Default window implementation factory that creates a dialog for modal purpose and a frame for the modeless purpose.
DialogIWindow Window implementation based on a JDialog.
DialogWindowFactory GUIWindowFactory for a dialog.
FrameGUIWindow<B> Application window based on a JFrame.
FrameIWindow Window implementation based on a JFrame.
FrameWindowFactory GUIWindowFactory for a frame.
WindowActionContext<B> Action context for a window
WindowSize Window size specification.
WindowValidationSupportImpl<T> Implementation for the validation support for a window.
 



Copyright © 2011. All Rights Reserved.