java.lang.Object
de.grogra.pf.ui.swing.PanelSupport
de.grogra.video.ui.VideoPanelWrapper
- All Implemented Interfaces:
RegistryContext
,Context
,Panel
,Synchronizer.Callback
,Disposable
This class wraps the
VideoPanel
(graphical user interface of the
plugin) into a panel, which is compatible with GroIMP. In this case the
GroIMP class PanelSupport
is used.- Author:
- Dominick Leppich
-
Field Summary
Fields inherited from class de.grogra.pf.ui.swing.PanelSupport
mapProducer, menu, MIN_UNUSED_ACTION, sync, ws
Fields inherited from interface de.grogra.pf.ui.Panel
DEC_WAIT_CURSOR, DEFAULT_CURSOR, INC_WAIT_CURSOR, INHERIT_CURSOR, PANEL_ID, WAIT_CURSOR
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class de.grogra.pf.ui.swing.PanelSupport
checkClose, checkClose, configure, disposeImpl, executeCheckClose, getComponent, getContent, getDecorator, getMenu, getPanel, getPanelId, getRegistry, getUIPropertyMap, getWindow, getWorkbench, hide, initDecorator, initialize, resolve, run, setContent, setCursor, setMenu, show, toString
-
Constructor Details
-
VideoPanelWrapper
Default ctr.
-
-
Method Details
-
dispose
public void dispose()Pass the dispose call to theVideoPanel
.- Specified by:
dispose
in interfaceDisposable
- Overrides:
dispose
in classPanelSupport
-