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