|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Tabbed panes who implement this interface will receive notification when a drop operation is pending over them, so they can draw an indicator rectangle where the dropped tab will occur.
| Method Summary | |
void |
clearDnDIndicatorRect()
Clears the rectangle indicating where the new tab will be "dropped." |
void |
setDnDIndicatorRect(int x,
int y,
int width,
int height)
Sets the rectangle indicating where the new tab will be "dropped." |
| Method Detail |
public void clearDnDIndicatorRect()
setDnDIndicatorRect(int, int, int, int)
public void setDnDIndicatorRect(int x,
int y,
int width,
int height)
x - The x-location of the rectangle.y - The y-location of the rectangle.width - The width of the rectangle.height - The height of the rectangle.clearDnDIndicatorRect()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||