|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kde.koala.KXMLGUIClient
org.kde.koala.PartBase
public class PartBase
Base class for all parts.
Field Summary |
---|
Fields inherited from class org.kde.koala.KXMLGUIClient |
---|
StateNoReverse, StateReverse |
Constructor Summary | |
---|---|
|
PartBase()
Constructor. |
protected |
PartBase(java.lang.Class dummy)
|
Method Summary | |
---|---|
protected void |
loadPlugins(org.kde.qt.QObject parent,
KXMLGUIClientInterface parentGUIClient,
KInstanceInterface instance)
Load the Plugins honoring the PluginLoadingMode. |
org.kde.qt.QObject |
partObject()
|
protected void |
setInstance(KInstanceInterface instance)
Set the instance ( KInstance) for this part. |
protected void |
setInstance(KInstanceInterface instance,
boolean loadPlugins)
Set the instance ( KInstance) for this part. |
void |
setPartObject(org.kde.qt.QObject object)
Internal method. |
Methods inherited from class java.lang.Object |
---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected PartBase(java.lang.Class dummy)
public PartBase()
Method Detail |
---|
public void setPartObject(org.kde.qt.QObject object)
public org.kde.qt.QObject partObject()
protected void setInstance(KInstanceInterface instance)
setInstance
in class KXMLGUIClient
protected void setInstance(KInstanceInterface instance, boolean loadPlugins)
protected void loadPlugins(org.kde.qt.QObject parent, KXMLGUIClientInterface parentGUIClient, KInstanceInterface instance)
if( factory() ) { QPtrListplugins = KParts.Plugin.pluginObjects( this ); QPtrListIterator it( plugins ); KParts.Plugin plugin; while( ( plugin = it.current() ) != 0 ) { ++it; factory().addClient( plugin ); } }
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |