org.kde.koala

Class BrowserHostExtension

public class BrowserHostExtension extends QObject

An extension class for container parts, i.e. parts that contain other parts. For instance a KHTMLPart hosts one part per frame.

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 BrowserHostExtensionchildObject(QObject arg1)
Queries obj for a child object which inherits from this BrowserHostExtension class.
StringclassName()
BrowserHostExtensionfindFrameParent(ReadOnlyPart callingPart, String frame)
Returns the part that contains frame and that may be accessed by callingPart
ArrayListframeNames()
Returns a list of the names of all hosted child objects.
QMetaObjectmetaObject()
booleanopenURLInFrame(KURL url, URLArgs urlArgs)
Opens the given url in a hosted child frame.

Constructor Detail

BrowserHostExtension

protected BrowserHostExtension(Class dummy)

BrowserHostExtension

public BrowserHostExtension(ReadOnlyPart parent, String name)

BrowserHostExtension

public BrowserHostExtension(ReadOnlyPart parent)

Method Detail

childObject

public static BrowserHostExtension childObject(QObject arg1)
Queries 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.

className

public String className()

findFrameParent

public BrowserHostExtension findFrameParent(ReadOnlyPart callingPart, String frame)
Returns the part that contains frame and that may be accessed by callingPart

UNKNOWN: Returns the part that contains frame and that may be accessed by callingPart

frameNames

public ArrayList frameNames()
Returns a list of the names of all hosted child objects. Note that this method does not query the child objects recursively.

UNKNOWN: Returns a list of the names of all hosted child objects.

metaObject

public QMetaObject metaObject()

openURLInFrame

public boolean openURLInFrame(KURL url, URLArgs urlArgs)
Opens the given url in a hosted child frame. The frame name is specified in the frameName variable in the urlArgs argument structure (see KParts.URLArgs ) .

UNKNOWN: Opens the given url in a hosted child frame.