|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.pietschy.command.interceptor.CustomComponentGlassPaneHandler
public class CustomComponentGlassPaneHandler
DefaultGlassPaneHander is an implementation of GlassPaneHandler
that simply
displays the wait cursor and beeps when ever the user clicks.
Constructor Summary | |
---|---|
CustomComponentGlassPaneHandler(java.awt.Component glasspane)
|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CustomComponentGlassPaneHandler(java.awt.Component glasspane)
Method Detail |
---|
public void activateGlassPane(javax.swing.RootPaneContainer rootPaneContainer)
GlassPaneHandler
GlassPaneInterceptor
to activate the glasspane and block
user interation.
activateGlassPane
in interface GlassPaneHandler
rootPaneContainer
- the RootPaneContainer
whose
glass pane is to be activated.public void deactivateGlassPane(javax.swing.RootPaneContainer rootPaneContainer)
GlassPaneHandler
GlassPaneInterceptor
to deactivate the glasspane and allow
user interation.
deactivateGlassPane
in interface GlassPaneHandler
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 |