com.sun.star.lang
Interface XComponent
- All Superinterfaces:
- com.sun.star.uno.XInterface
- All Known Subinterfaces:
- com.sun.star.chart.XChartDocument, com.sun.star.awt.XControl, com.sun.star.frame.XController, com.sun.star.text.XDependentTextField, com.sun.star.frame.XDesktopTask, com.sun.star.text.XDocumentIndex, com.sun.star.text.XDocumentIndexMark, com.sun.star.text.XFootnote, com.sun.star.frame.XFrame, com.sun.star.frame.XFramesSupplier, com.sun.star.frame.XModel, com.sun.star.frame.XTask, com.sun.star.text.XTextContent, com.sun.star.text.XTextDocument, com.sun.star.text.XTextEmbeddedObject, com.sun.star.text.XTextField, com.sun.star.text.XTextFrame, com.sun.star.text.XTextSection, com.sun.star.text.XTextTable, com.sun.star.awt.XVclWindowPeer, com.sun.star.awt.XWindow, com.sun.star.awt.XWindowPeer
- All Known Implementing Classes:
- com.sun.star.comp.servicemanager.ServiceManager
- public abstract interface XComponent
- extends com.sun.star.uno.XInterface
Field Summary |
static com.sun.star.uno.Uik |
UIK
|
static java.lang.Object |
UNORUNTIMEDATA
|
static com.sun.star.lib.uno.typeinfo.TypeInfo[] |
UNOTYPEINFO
|
Method Summary |
abstract void |
addEventListener(com.sun.star.lang.XEventListener xel)
|
abstract void |
dispose()
|
abstract void |
removeEventListener(com.sun.star.lang.XEventListener xel)
|
UIK
public static final com.sun.star.uno.Uik UIK
UNORUNTIMEDATA
public static final java.lang.Object UNORUNTIMEDATA
UNOTYPEINFO
public static final com.sun.star.lib.uno.typeinfo.TypeInfo[] UNOTYPEINFO
addEventListener
public abstract void addEventListener(com.sun.star.lang.XEventListener xel)
throws com.sun.star.uno.RuntimeException
dispose
public abstract void dispose()
throws com.sun.star.uno.RuntimeException
removeEventListener
public abstract void removeEventListener(com.sun.star.lang.XEventListener xel)
throws com.sun.star.uno.RuntimeException