|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface KHTMLPartSignals
Method Summary | |
---|---|
void |
caretPositionChanged(Node node,
long offset)
void docCreated(); /* This signal is emitted whenever the caret position has been changed. |
void |
formSubmitNotification(java.lang.String action,
java.lang.String url,
byte[] formData,
java.lang.String target,
java.lang.String contentType,
java.lang.String boundary)
If form notification is on, this will be emitted either for a form submit or before the form submit according to the setting. |
void |
nodeActivated(Node arg1)
This signal is emitted when an element retrieves the keyboard focus. |
void |
onURL(java.lang.String url)
Emitted if the cursor is moved over an URL. |
void |
popupMenu(java.lang.String url,
org.kde.qt.QPoint point)
Emitted when the user clicks the right mouse button on the document. |
void |
selectionChanged()
This signal is emitted when the selection changes. |
Method Detail |
---|
void onURL(java.lang.String url)
void popupMenu(java.lang.String url, org.kde.qt.QPoint point)
void selectionChanged()
void nodeActivated(Node arg1)
void caretPositionChanged(Node node, long offset)
node
- node which the caret is in. This can be null if the caret
has been deactivated.offset
- offset within the node. If the node is null, the offset
is meaningless.void formSubmitNotification(java.lang.String action, java.lang.String url, byte[] formData, java.lang.String target, java.lang.String contentType, java.lang.String boundary)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |