|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GlassPaneHandler
GlassPaneHanders are used by the ModalInterceptor to configure the glasspane while a long running process is in progress.
DefaultGlassPaneHandler
Method Summary | |
---|---|
void |
activateGlassPane(javax.swing.RootPaneContainer rootPaneContainer)
Invoked by GlassPaneInterceptor to activate the glasspane and block
user interation. |
void |
deactivateGlassPane(javax.swing.RootPaneContainer rootPaneContainer)
Invoked by GlassPaneInterceptor to deactivate the glasspane and allow
user interation. |
Method Detail |
---|
void activateGlassPane(javax.swing.RootPaneContainer rootPaneContainer)
GlassPaneInterceptor
to activate the glasspane and block
user interation.
rootPaneContainer
- the RootPaneContainer
whose
glass pane is to be activated.void deactivateGlassPane(javax.swing.RootPaneContainer rootPaneContainer)
GlassPaneInterceptor
to deactivate the glasspane and allow
user interation.
rootPaneContainer
- the RootPaneContainer
whose
glass pane is to be deactivated.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |