|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BrowserExtensionSignals
Method Summary | |
---|---|
void |
addWebSideBar(KURL url,
java.lang.String name)
Ask the hosting application to add a new HTML (aka Mozilla/Netscape) SideBar entry. |
void |
createNewWindow(KURL url)
Asks the hosting browser to open a new window for the given url.
The args argument is optional additional information for the
browser, |
void |
createNewWindow(KURL url,
URLArgs args)
Asks the hosting browser to open a new window for the given url.
The args argument is optional additional information for the
browser, |
void |
enableAction(java.lang.String name,
boolean enabled)
Enables or disable a standard action held by the browser. |
void |
infoMessage(java.lang.String arg1)
|
void |
loadingProgress(int percent)
Since the part emits the jobid in the started() signal, progress information is automatically displayed. |
void |
mouseOverInfo(KFileItem item)
Inform the hosting application that the user moved the mouse over an item. |
void |
moveTopLevelWidget(int x,
int y)
Ask the hosting application to move the top level widget. |
void |
openURLNotify()
Tells the hosting browser that the part opened a new URL (which can be queried via KParts.Part.url(). |
void |
openURLRequest(KURL url)
Asks the host (browser) to open url.
To set a reload, the x and y offsets, the service type etc., fill in the
appropriate fields in the args structure. |
void |
openURLRequest(KURL url,
URLArgs args)
Asks the host (browser) to open url.
To set a reload, the x and y offsets, the service type etc., fill in the
appropriate fields in the args structure. |
void |
openURLRequestDelayed(KURL url)
This signal is emitted when openURLRequest is called, after a 0-seconds timer. |
void |
openURLRequestDelayed(KURL url,
URLArgs args)
This signal is emitted when openURLRequest is called, after a 0-seconds timer. |
void |
popupMenu(KXMLGUIClientInterface client,
org.kde.qt.QPoint global,
java.util.ArrayList items)
Emit this to make the browser show a standard popup menu at the point global for the files items.
The GUI described by client is being merged with the popupmenu of the host |
void |
popupMenu(KXMLGUIClientInterface client,
org.kde.qt.QPoint global,
KURL url,
java.lang.String mimeType)
Emit this to make the browser show a standard popup menu at the point global for the given url.
Give as much information
about this URL as possible, like the mimeType and the file type
(mode : S_IFREG, S_IFDIR...)
The GUI described by client is being merged with the popupmenu of the host |
void |
popupMenu(KXMLGUIClientInterface client,
org.kde.qt.QPoint global,
KURL url,
java.lang.String mimeType,
long mode)
Emit this to make the browser show a standard popup menu at the point global for the given url.
Give as much information
about this URL as possible, like the mimeType and the file type
(mode : S_IFREG, S_IFDIR...)
The GUI described by client is being merged with the popupmenu of the host |
void |
popupMenu(org.kde.qt.QPoint global,
java.util.ArrayList items)
Emit this to make the browser show a standard popup menu at the point global for the files items. |
void |
popupMenu(org.kde.qt.QPoint global,
KURL url,
java.lang.String mimeType)
Emit this to make the browser show a standard popup menu at the point global for the given url.
Give as much information
about this URL as possible, like the mimeType and the file type
(mode : S_IFREG, S_IFDIR...) |
void |
popupMenu(org.kde.qt.QPoint global,
KURL url,
java.lang.String mimeType,
long mode)
Emit this to make the browser show a standard popup menu at the point global for the given url.
Give as much information
about this URL as possible, like the mimeType and the file type
(mode : S_IFREG, S_IFDIR...) |
void |
requestFocus(ReadOnlyPart part)
Ask the hosting application to focus part. |
void |
resizeTopLevelWidget(int w,
int h)
Ask the hosting application to resize the top level widget. |
void |
selectionInfo(java.util.ArrayList items)
Inform the hosting application about the current selection. |
void |
selectionInfo(java.lang.String text)
Inform the hosting application about the current selection. |
void |
setActionText(java.lang.String name,
java.lang.String text)
Change the text of a standard action held by the browser. |
void |
setIconURL(KURL url)
Sets the URL of an icon for the currently displayed page. |
void |
setLocationBarURL(java.lang.String url)
Updates the URL shown in the browser's location bar to url. |
void |
setPageSecurity(int arg1)
Tell the host (browser) about security state of current page enum PageSecurity { NotCrypted, Encrypted, Mixed } |
void |
speedProgress(int bytesPerSecond)
|
Method Detail |
---|
void enableAction(java.lang.String name, boolean enabled)
void setActionText(java.lang.String name, java.lang.String text)
void openURLRequest(KURL url, URLArgs args)
url.
To set a reload, the x and y offsets, the service type etc., fill in the
appropriate fields in the args
structure.
Hosts should not connect to this signal but to openURLRequestDelayed.
void openURLRequest(KURL url)
url.
To set a reload, the x and y offsets, the service type etc., fill in the
appropriate fields in the args
structure.
Hosts should not connect to this signal but to openURLRequestDelayed.
void openURLRequestDelayed(KURL url, URLArgs args)
void openURLRequestDelayed(KURL url)
void openURLNotify()
void setLocationBarURL(java.lang.String url)
url.
void setIconURL(KURL url)
void createNewWindow(KURL url, URLArgs args)
url.
The args
argument is optional additional information for the
browser,
URLArgs
void createNewWindow(KURL url)
url.
The args
argument is optional additional information for the
browser,
URLArgs
void loadingProgress(int percent)
void speedProgress(int bytesPerSecond)
loadingProgress(int)
void infoMessage(java.lang.String arg1)
void popupMenu(org.kde.qt.QPoint global, java.util.ArrayList items)
global
for the files items.
void popupMenu(KXMLGUIClientInterface client, org.kde.qt.QPoint global, java.util.ArrayList items)
global
for the files items.
The GUI described by client
is being merged with the popupmenu of the host
void popupMenu(org.kde.qt.QPoint global, KURL url, java.lang.String mimeType, long mode)
global
for the given url.
Give as much information
about this URL as possible, like the mimeType
and the file type
(mode
: S_IFREG, S_IFDIR...)
void popupMenu(org.kde.qt.QPoint global, KURL url, java.lang.String mimeType)
global
for the given url.
Give as much information
about this URL as possible, like the mimeType
and the file type
(mode
: S_IFREG, S_IFDIR...)
void popupMenu(KXMLGUIClientInterface client, org.kde.qt.QPoint global, KURL url, java.lang.String mimeType, long mode)
global
for the given url.
Give as much information
about this URL as possible, like the mimeType
and the file type
(mode
: S_IFREG, S_IFDIR...)
The GUI described by client
is being merged with the popupmenu of the host
void popupMenu(KXMLGUIClientInterface client, org.kde.qt.QPoint global, KURL url, java.lang.String mimeType)
global
for the given url.
Give as much information
about this URL as possible, like the mimeType
and the file type
(mode
: S_IFREG, S_IFDIR...)
The GUI described by client
is being merged with the popupmenu of the host
void selectionInfo(java.util.ArrayList items)
void selectionInfo(java.lang.String text)
void mouseOverInfo(KFileItem item)
void addWebSideBar(KURL url, java.lang.String name)
void moveTopLevelWidget(int x, int y)
void resizeTopLevelWidget(int w, int h)
void requestFocus(ReadOnlyPart part)
part.
void setPageSecurity(int arg1)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |