public abstract class WindowAdapter extends java.lang.Object implements WindowListener
| Constructor and Description |
|---|
WindowAdapter() |
| Modifier and Type | Method and Description |
|---|---|
void |
onFullScreen(boolean fullScreen) |
void |
onMoveBy(int deltaX,
int deltaY) |
void |
onResizable(boolean resizable) |
void |
onSetHeight(int height) |
void |
onSetLeft(int left) |
void |
onSetTop(int top) |
void |
onSetWidth(int width) |
void |
onSizeBy(int deltaWidth,
int deltaHeight) |
public void onSetLeft(int left)
onSetLeft in interface WindowListenerpublic void onSetTop(int top)
onSetTop in interface WindowListenerpublic void onSetWidth(int width)
onSetWidth in interface WindowListenerpublic void onSetHeight(int height)
onSetHeight in interface WindowListenerpublic void onResizable(boolean resizable)
onResizable in interface WindowListenerpublic void onFullScreen(boolean fullScreen)
onFullScreen in interface WindowListenerpublic void onMoveBy(int deltaX,
int deltaY)
onMoveBy in interface WindowListenerpublic void onSizeBy(int deltaWidth,
int deltaHeight)
onSizeBy in interface WindowListener