Package org.fife.ui.dockablewindows

A simple dockable window framework for Swing applications.

See:
          Description

Interface Summary
DockableWindowConstants Interface defining constants pertinent to dockable windows.
DockableWindowListener Interface for classes interested in listening for dockable window events.
 

Class Summary
Actions Actions related to dockable windows.
Actions.CloseAction Closes the selected docked window.
Actions.RedockAction Moves the selected dockable window to a new location in the parent DockableWindowPanel.
DockableWindow A dockable window that is a panel either docked to one of the four sides of a DockableWindowPanel, or in a floating window.
DockableWindowEvent Event fired by DockableWindows.
DockableWindowPanel A panel capable of having "windows" docked to any of its four sides, as well as manage "floating" windows.
DockableWindowScrollPane A scroll pane to go into a dockable window.
 

Package org.fife.ui.dockablewindows Description

A simple dockable window framework for Swing applications.