|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IResizable
This interface must be implemented when adding mixin MResizer to a class.
Method Summary | |
---|---|
void |
_changeHeight(int newHeight)
After resizing completes, it updates the height. |
void |
_changeWidth(int newWidth)
After resizing completes, it updates the width. |
Widget |
_getMinSizeReference()
Which widget determines the minimum size? |
Widget |
_getResizeParent()
Respect which widget the resizing occurs? |
Method Detail |
---|
void _changeHeight(int newHeight)
After resizing completes, it updates the height.
void _changeWidth(int newWidth)
After resizing completes, it updates the width.
Widget _getMinSizeReference()
Which widget determines the minimum size?
Widget _getResizeParent()
Respect which widget the resizing occurs?
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |