|
Extension SDK | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The GutterClickListener
interface should be
implemented by clients interested in receiving a notification event
when the user clicks in the Gutter with the mouse. In order not to
have undefined behavior, only a single click listener should be
registered to respond to user mouse clicks in the Gutter - this is
not enforced programmatically however.
Gutter
Method Summary | |
void |
lineClicked(Gutter gutter,
int clickedLine)
Notify listeners that the user clicked in the gutter in the given line. |
Method Detail |
public void lineClicked(Gutter gutter, int clickedLine)
gutter
- the Gutter that was clickedclickedLine
- the line that was clicked
|
Extension SDK | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright ©1997, 2003, Oracle. All rights reserved.