StarOffice 5.2 API
reverse engineered by classdoc

com.sun.star.beans
Interface XIntrospectionAccess

All Superinterfaces:
com.sun.star.uno.XInterface

public abstract interface XIntrospectionAccess
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  com.sun.star.reflection.XIdlMethod getMethod(java.lang.String s, int i)
           
abstract  com.sun.star.reflection.XIdlMethod[] getMethods(int i)
           
abstract  com.sun.star.beans.Property[] getProperties(int i)
           
abstract  com.sun.star.beans.Property getProperty(java.lang.String s, int i)
           
abstract  int getSuppliedMethodConcepts()
           
abstract  int getSuppliedPropertyConcepts()
           
abstract  com.sun.star.uno.Type[] getSupportedListeners()
           
abstract  boolean hasMethod(java.lang.String s, int i)
           
abstract  boolean hasProperty(java.lang.String s, int i)
           
abstract  java.lang.Object queryAdapter(com.sun.star.uno.Type t)
           
 

Field Detail

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
Method Detail

getMethod

public abstract com.sun.star.reflection.XIdlMethod getMethod(java.lang.String s,
                                                             int i)
                                                      throws com.sun.star.lang.NoSuchMethodException,
                                                             com.sun.star.uno.RuntimeException

getMethods

public abstract com.sun.star.reflection.XIdlMethod[] getMethods(int i)
                                                         throws com.sun.star.uno.RuntimeException

getProperties

public abstract com.sun.star.beans.Property[] getProperties(int i)
                                                     throws com.sun.star.uno.RuntimeException

getProperty

public abstract com.sun.star.beans.Property getProperty(java.lang.String s,
                                                        int i)
                                                 throws com.sun.star.container.NoSuchElementException,
                                                        com.sun.star.uno.RuntimeException

getSuppliedMethodConcepts

public abstract int getSuppliedMethodConcepts()
                                       throws com.sun.star.uno.RuntimeException

getSuppliedPropertyConcepts

public abstract int getSuppliedPropertyConcepts()
                                         throws com.sun.star.uno.RuntimeException

getSupportedListeners

public abstract com.sun.star.uno.Type[] getSupportedListeners()
                                                       throws com.sun.star.uno.RuntimeException

hasMethod

public abstract boolean hasMethod(java.lang.String s,
                                  int i)
                           throws com.sun.star.uno.RuntimeException

hasProperty

public abstract boolean hasProperty(java.lang.String s,
                                    int i)
                             throws com.sun.star.uno.RuntimeException

queryAdapter

public abstract java.lang.Object queryAdapter(com.sun.star.uno.Type t)
                                       throws com.sun.star.beans.IllegalTypeException,
                                              com.sun.star.uno.RuntimeException

StarOffice 5.2 API
reverse engineered by classdoc