mouseClicked(MouseEvent) *7
JDK Doc(JAVA)Download this dictionary
mouseClicked(MouseEvent) *7
- Method in class javax.swing.text.html.HTMLEditorKit.LinkController 
public void mouseClicked (MouseEvent  e)
Called for a mouse click event. If the component is read-only (ie a browser) then the clicked event is used to drive an attempt to follow the reference specified by a link.Overrides: mouseClicked in class MouseAdapter Parameters: e - the mouse eventSee Also:  MouseListener.mouseClicked(java.awt.event.MouseEvent)