StarOffice 5.2 API
reverse engineered by classdoc

com.sun.star.beans
Interface XMultiPropertySet

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

public abstract interface XMultiPropertySet
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 addPropertiesChangeListener(java.lang.String[] s, com.sun.star.beans.XPropertiesChangeListener xpcl)
           
abstract  void firePropertiesChangeEvent(java.lang.String[] s, com.sun.star.beans.XPropertiesChangeListener xpcl)
           
abstract  com.sun.star.beans.XPropertySetInfo getPropertySetInfo()
           
abstract  java.lang.Object[] getPropertyValues(java.lang.String[] s)
           
abstract  void removePropertiesChangeListener(com.sun.star.beans.XPropertiesChangeListener xpcl)
           
abstract  void setPropertyValues(java.lang.String[] s, java.lang.Object[] o)
           
 

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

addPropertiesChangeListener

public abstract void addPropertiesChangeListener(java.lang.String[] s,
                                                 com.sun.star.beans.XPropertiesChangeListener xpcl)
                                          throws com.sun.star.uno.RuntimeException

firePropertiesChangeEvent

public abstract void firePropertiesChangeEvent(java.lang.String[] s,
                                               com.sun.star.beans.XPropertiesChangeListener xpcl)
                                        throws com.sun.star.uno.RuntimeException

getPropertySetInfo

public abstract com.sun.star.beans.XPropertySetInfo getPropertySetInfo()
                                                                throws com.sun.star.uno.RuntimeException

getPropertyValues

public abstract java.lang.Object[] getPropertyValues(java.lang.String[] s)
                                              throws com.sun.star.uno.RuntimeException

removePropertiesChangeListener

public abstract void removePropertiesChangeListener(com.sun.star.beans.XPropertiesChangeListener xpcl)
                                             throws com.sun.star.uno.RuntimeException

setPropertyValues

public abstract void setPropertyValues(java.lang.String[] s,
                                       java.lang.Object[] o)
                                throws com.sun.star.beans.PropertyVetoException,
                                       com.sun.star.lang.IllegalArgumentException,
                                       com.sun.star.lang.WrappedTargetException,
                                       com.sun.star.uno.RuntimeException

StarOffice 5.2 API
reverse engineered by classdoc