Package org.bs.mdi.swing

Interface Summary
MDIWindowManager An interface for window managers.
SwingDocumentWindow Interface for all document window implementations in org.bs.mdi.swing.
 

Class Summary
ScrollableDesktopPane Enhanced JDesktopPane with scrolling, tile & cascade support.
SwingCommand SwingCommand is basically a Command with icon support.
SwingCommandAdapter Adapter for SwingCommand to simplify subclassing
SwingCommandButton A Wrapper for AbstractButtons which adds CommandTrigger functionality.
SwingCommandMenu A Wrapper for JMenus which adds CommandTrigger functionality.
SwingCommandTrigger Enhanced CommandTrigger with additional GUI functionality
SwingDefaultCommands SwingDefaultCommands - a default set of commands
SwingMainWindow An implementation of a MainWindow using Swing technology.
SwingProgressMonitor A ProgressMonitor which uses Swing components for display.
SwingRootView An implementation of a RootView using Swing technology.
SwingStatusBar Swing implementation of a status bar.
SwingView An implementation of a View using Swing technology.
SwingWindowCommand Command subclass which activates a particular TraditionalDocumentWindow
TabDocumentWindow An implementation of a DocumentWindow using Tabs.
TabMDIWindowManager Alternative MDI window manager using tabs
TraditionalDocumentWindow An implementation of a DocumentWindow using Swing's JInternalFrames.
TraditionalMDIWindowManager Traditional MDI window manager using JDesktopPane and JInternalFrames