|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectgriffon.swing.DefaultWindowDisplayHandler
public class DefaultWindowDisplayHandler extends Object
Default implementation of WindowDisplayHandler that simply makes the window
visible on show() and disposes it on hide().
| Constructor Summary | |
DefaultWindowDisplayHandler()
|
|
| Method Summary | |
|---|---|
void
|
hide(Window window, GriffonApplication application)
|
void
|
hide(JInternalFrame window, GriffonApplication application)
|
void
|
show(Window window, GriffonApplication application)
|
void
|
show(JInternalFrame window, GriffonApplication application)
|
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Constructor Detail |
|---|
DefaultWindowDisplayHandler()
| Method Detail |
|---|
public void hide(Window window, GriffonApplication application)
public void hide(JInternalFrame window, GriffonApplication application)
public void show(Window window, GriffonApplication application)
public void show(JInternalFrame window, GriffonApplication application)
Groovy Documentation