org.kde.koala
Interface KXMLGUIClientInterface
- All Known Implementing Classes:
- DockMainWindow, KDockMainWindow, KEditToolbarWidget, KMainWindow, KMdiMainFrm, KXMLGUIClient, MainWindow, PartBase, Plugin
public interface KXMLGUIClientInterface
action
KAction action(java.lang.String name)
action
KAction action(org.kde.qt.QDomElement element)
actionCollection
KActionCollection actionCollection()
instance
KInstanceInterface instance()
domDocument
org.kde.qt.QDomDocument domDocument()
xmlFile
java.lang.String xmlFile()
localXMLFile
java.lang.String localXMLFile()
setXMLGUIBuildDocument
void setXMLGUIBuildDocument(org.kde.qt.QDomDocument doc)
xmlguiBuildDocument
org.kde.qt.QDomDocument xmlguiBuildDocument()
setFactory
void setFactory(KXMLGUIFactory factory)
factory
KXMLGUIFactory factory()
parentClient
KXMLGUIClientInterface parentClient()
insertChildClient
void insertChildClient(KXMLGUIClientInterface child)
removeChildClient
void removeChildClient(KXMLGUIClientInterface child)
setClientBuilder
void setClientBuilder(KXMLGUIBuilderInterface builder)
clientBuilder
KXMLGUIBuilderInterface clientBuilder()
reloadXML
void reloadXML()
unplugActionList
void unplugActionList(java.lang.String name)
addStateActionEnabled
void addStateActionEnabled(java.lang.String state,
java.lang.String action)
addStateActionDisabled
void addStateActionDisabled(java.lang.String state,
java.lang.String action)
beginXMLPlug
void beginXMLPlug(org.kde.qt.QWidget arg1)
endXMLPlug
void endXMLPlug()
prepareXMLUnplug
void prepareXMLUnplug(org.kde.qt.QWidget arg1)