|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public static interface RadialMenu.Host
The interface used to communicate back to the component that hosts this menu.
| Method Summary | |
|---|---|
Component |
getComponent()
Returns the component on which we will be rendered. |
Rectangle |
getViewBounds()
Requests the bounds of the visible region in which we'll be rendering the menu. |
void |
menuDeactivated(RadialMenu menu)
Instructs the host component to stop rendering this menu because it has been popped down. |
void |
repaintRect(int x,
int y,
int width,
int height)
Requests that the appropriate region of the host be repainted. |
| Method Detail |
|---|
Component getComponent()
Rectangle getViewBounds()
void repaintRect(int x,
int y,
int width,
int height)
void menuDeactivated(RadialMenu menu)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||