Package | Description |
---|---|
bibliothek.gui.dock.common.action |
Contains different
DockAction s and subclasses of CAction to
create buttons, checkboxes, menus and other components as button in the titles and tabs of
CDockable s. |
bibliothek.gui.dock.common.action.panel |
Supporting classes for
CPanelPopup . |
Class and Description |
---|
DialogWindow
A
PanelPopupWindow managing a JDialog . |
MenuWindow
A wrapper around a
JPopupMenu . |
PanelPopupWindow
A
PanelPopupWindow is a wrapper around the element (window, dialog,
menu...) which shows the content of a CPanelPopup . |
Class and Description |
---|
AbstractPanelPopupWindow
Abstract implementation of
PanelPopupWindow , handles
the PanelPopupWindowListener s.Subclasses should call AbstractPanelPopupWindow.validateBounds(Rectangle, GraphicsConfiguration) before they get visible |
PanelPopupWindow
A
PanelPopupWindow is a wrapper around the element (window, dialog,
menu...) which shows the content of a CPanelPopup . |
PanelPopupWindowListener
A listener to a
PanelPopupWindow . |