|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ResizableListener
| Method Summary | |
|---|---|
boolean |
doBeforeResize(Resizable self,
EventObject e)
Fires event before the resize. |
void |
onResize(Resizable self,
int width,
int height)
Fires when the element is resized. |
| Method Detail |
|---|
boolean doBeforeResize(Resizable self,
EventObject e)
self - thise - the event object
void onResize(Resizable self,
int width,
int height)
self - thiswidth - the new widthheight - the new height
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||