org.pietschy.command.interceptor
Interface GlassPaneHandler
- CustomComponentGlassPaneHandler, DefaultGlassPaneHandler
public interface GlassPaneHandler
GlassPaneHanders are used by the ModalInterceptor to configure the glasspane
while a long running process is in progress.
activateGlassPane
public void activateGlassPane(RootPaneContainer rootPaneContainer)
rootPaneContainer - the javax.swing.RootPaneContainer whose
glass pane is to be activated.
deactivateGlassPane
public void deactivateGlassPane(RootPaneContainer rootPaneContainer)
rootPaneContainer - the javax.swing.RootPaneContainer whose
glass pane is to be deactivated.