org.kde.koala
public class BrowserHostExtension extends QObject
UNKNOWN: An extension class for container parts, i.
| Constructor Summary | |
|---|---|
| protected | BrowserHostExtension(Class dummy) |
| BrowserHostExtension(ReadOnlyPart parent, String name) | |
| BrowserHostExtension(ReadOnlyPart parent) | |
| Method Summary | |
|---|---|
| static BrowserHostExtension | childObject(QObject arg1)
Queries obj for a child object which inherits from this
BrowserHostExtension class. |
| String | className() |
| BrowserHostExtension | findFrameParent(ReadOnlyPart callingPart, String frame)
Returns the part that contains frame and that may be accessed
by callingPart |
| ArrayList | frameNames()
Returns a list of the names of all hosted child objects.
|
| QMetaObject | metaObject() |
| boolean | openURLInFrame(KURL url, URLArgs urlArgs)
Opens the given url in a hosted child frame. |
obj for a child object which inherits from this
BrowserHostExtension class. Convenience method.UNKNOWN: Queries obj for a child object which inherits from this BrowserHostExtension class.
frame and that may be accessed
by callingPartUNKNOWN: Returns the part that contains frame and that may be accessed by callingPart
UNKNOWN: Returns a list of the names of all hosted child objects.
UNKNOWN: Opens the given url in a hosted child frame.