Uses of Interface
bibliothek.gui.dock.common.action.panel.PanelPopupWindow
Packages that use PanelPopupWindow
Package
Description
Contains different
DockActions and subclasses of CAction to
create buttons, checkboxes, menus and other components as button in the titles and tabs of
CDockables.Supporting classes for
CPanelPopup.-
Uses of PanelPopupWindow in bibliothek.gui.dock.common.action
Methods in bibliothek.gui.dock.common.action with parameters of type PanelPopupWindowModifier and TypeMethodDescriptionvoidCPanelPopup.openPopup(PanelPopupWindow window) Informs thisCPanelPopupthat its content is shown and allows this to handle the closing event. -
Uses of PanelPopupWindow in bibliothek.gui.dock.common.action.panel
Classes in bibliothek.gui.dock.common.action.panel that implement PanelPopupWindowModifier and TypeClassDescriptionclassAbstract implementation ofPanelPopupWindow, handles thePanelPopupWindowListeners.
Subclasses should callAbstractPanelPopupWindow.validateBounds(Rectangle, GraphicsConfiguration)before they get visibleclassAPanelPopupWindowmanaging aJDialog.classA wrapper around aJPopupMenu.Methods in bibliothek.gui.dock.common.action.panel with parameters of type PanelPopupWindowModifier and TypeMethodDescriptionvoidPanelPopupWindowListener.closed(PanelPopupWindow window) Called afterwindowhas been made invisible.