|
Elexis: Das führende OpenSource-Arztpraxisprogamm im deutschsprachigen Raum Java doc for Elexis version 2.1.7.dev vom 17.03.2013 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectag.ion.bion.officelayer.util.PropertyCollection
public class PropertyCollection
Collection for OpenOffice.org Uno object properties.
| Constructor Summary | |
|---|---|
PropertyCollection()
Constructs new PropertyCollection. |
|
PropertyCollection(int initialCapacity)
Constructs new PropertyCollection with the submitted initial capacity. |
|
PropertyCollection(int initialCapacity,
float loadFactor)
Constructs new PropertyCollection with the submitted initial capacity and load factor. |
|
| Method Summary | |
|---|---|
void |
addProperty(java.lang.String name,
java.lang.Object value)
Adds new property to the collection. |
boolean |
containesProperty(java.lang.String name)
Returns information whether the property with the submitted name is availble in this collection. |
static PropertyCollection |
getPropertyCollection(java.lang.Object object)
Returns property collection of the submitted OpenOffice.org Uno object. |
static PropertyCollection |
getPropertyCollection(com.sun.star.beans.XPropertySet xPropertySet)
Returns property collection of the submitted OpenOffice.org XPropertySet. |
static PropertyCollection |
getPropertyCollection(com.sun.star.beans.XPropertySet xPropertySet,
java.lang.String[] names)
Returns property collection of the submitted OpenOffice.org XPropertySet. |
java.util.Set |
getPropertyNames()
Returns property names. |
java.lang.Object |
getPropertyValue(java.lang.String name)
Returns value of the property with the submitted name. |
static void |
setPropertyCollection(PropertyCollection propertyCollection,
java.lang.Object object)
Sets property collection to submitted OpenOffice.org Uno object. |
static void |
setPropertyCollection(PropertyCollection propertyCollection,
java.lang.Object object,
java.lang.String[] orderProperties)
Sets property collection to submitted OpenOffice.org Uno object. |
static void |
setPropertyCollection(PropertyCollection propertyCollection,
java.lang.Object object,
java.lang.String[] orderProperties,
java.lang.String[] excludeProperties)
Sets property collection to submitted OpenOffice.org Uno object. |
static void |
setPropertyCollection(PropertyCollection propertyCollection,
com.sun.star.beans.XPropertySet xPropertySet,
java.lang.String[] orderProperties,
java.lang.String[] excludeProperties)
Sets property collection to submitted OpenOffice.org XPropertySet. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PropertyCollection()
public PropertyCollection(int initialCapacity)
initialCapacity - initial capacity of the collection
public PropertyCollection(int initialCapacity,
float loadFactor)
initialCapacity - initial capacity of the collectionloadFactor - load factor of the collection| Method Detail |
|---|
public void addProperty(java.lang.String name,
java.lang.Object value)
name - name of the propertyvalue - value of the propertypublic java.lang.Object getPropertyValue(java.lang.String name)
name - name of the property.
public java.util.Set getPropertyNames()
public boolean containesProperty(java.lang.String name)
name - name of the property
public static PropertyCollection getPropertyCollection(java.lang.Object object)
object - OpenOffice.org Uno object
public static PropertyCollection getPropertyCollection(com.sun.star.beans.XPropertySet xPropertySet)
xPropertySet - OpenOffice.org XPropertySet
public static PropertyCollection getPropertyCollection(com.sun.star.beans.XPropertySet xPropertySet,
java.lang.String[] names)
xPropertySet - OpenOffice.org XPropertySetnames - names to properties to be used
public static void setPropertyCollection(PropertyCollection propertyCollection,
java.lang.Object object)
propertyCollection - property collectionobject - OpenOffice.org Uno object
public static void setPropertyCollection(PropertyCollection propertyCollection,
java.lang.Object object,
java.lang.String[] orderProperties)
propertyCollection - property collectionobject - OpenOffice.org Uno objectorderProperties - property names to be set with the submitted order
public static void setPropertyCollection(PropertyCollection propertyCollection,
java.lang.Object object,
java.lang.String[] orderProperties,
java.lang.String[] excludeProperties)
propertyCollection - property collectionobject - OpenOffice.org Uno objectorderProperties - property names to be set with the submitted orderexcludeProperties - property names to be excluded
public static void setPropertyCollection(PropertyCollection propertyCollection,
com.sun.star.beans.XPropertySet xPropertySet,
java.lang.String[] orderProperties,
java.lang.String[] excludeProperties)
propertyCollection - property collectionxPropertySet - OpenOffice.org XPropertySetorderProperties - property names to be set with the submitted orderexcludeProperties - property names to be excluded
|
Elexis: Das führende OpenSource-Arztpraxisprogamm im deutschsprachigen Raum Java doc for Elexis version 2.1.7.dev vom 17.03.2013 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||