org.pietschy.command.interceptor

Interface GlassPaneHandler

Known Implementing Classes:
CustomComponentGlassPaneHandler, DefaultGlassPaneHandler

public interface GlassPaneHandler

GlassPaneHanders are used by the ModalInterceptor to configure the glasspane while a long running process is in progress.
See Also:
DefaultGlassPaneHandler

Method Summary

void
activateGlassPane(RootPaneContainer rootPaneContainer)
Invoked by GlassPaneInterceptor to activate the glasspane and block user interation.
void
deactivateGlassPane(RootPaneContainer rootPaneContainer)
Invoked by GlassPaneInterceptor to deactivate the glasspane and allow user interation.

Method Details

activateGlassPane

public void activateGlassPane(RootPaneContainer rootPaneContainer)
Invoked by GlassPaneInterceptor to activate the glasspane and block user interation.
Parameters:
rootPaneContainer - the javax.swing.RootPaneContainer whose glass pane is to be activated.

deactivateGlassPane

public void deactivateGlassPane(RootPaneContainer rootPaneContainer)
Invoked by GlassPaneInterceptor to deactivate the glasspane and allow user interation.
Parameters:
rootPaneContainer - the javax.swing.RootPaneContainer whose glass pane is to be deactivated.