| Type | Name and description |
|---|---|
static java.lang.Object |
getAt(com.sun.star.beans.XPropertySet self, java.lang.String name)Gets the value of a property. |
static java.lang.Object |
getAt(com.sun.star.container.XIndexAccess self, int index)Provides access to the elements of a collection through an index. |
static com.sun.star.frame.XComponentLoader |
getComponentLoader(com.sun.star.uno.XComponentContext self)Returns the component loader. |
static java.lang.Object |
guno(java.lang.Object self, java.lang.Class clazz)Returns the queried object. |
static void |
putAt(com.sun.star.beans.XPropertySet self, java.lang.String name, java.lang.Object value)Sets the value of a property. |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Gets the value of a property.
name - the property name to return the value of.Provides access to the elements of a collection through an index.
index - specifies the position in the array. The first index is 0.Returns the component loader.
Returns the queried object.
clazz - the object type to return.Sets the value of a property.
name - the property name.value - the value to set.