Elexis: Das führende OpenSource-Arztpraxisprogamm
im deutschsprachigen Raum
Java doc for Elexis version 2.1.7.dev vom 17.03.2013

ag.ion.bion.officelayer.internal.beans
Class AbstractPropertyStore

java.lang.Object
  extended by ag.ion.bion.officelayer.internal.beans.AbstractPropertyStore
All Implemented Interfaces:
IProperties, IPropertyStore
Direct Known Subclasses:
CharacterPropertyStore, ParagraphPropertyStore, TextTableCellPropertyStore, TextTablePropertyStore

public abstract class AbstractPropertyStore
extends java.lang.Object
implements IProperties, IPropertyStore

Abstract class for property stores.


Constructor Summary
AbstractPropertyStore()
           
 
Method Summary
 void copyTo(java.lang.String[] propertyKeys, IProperties properties)
          Copies the properties for the given keys of this properties into the given properties.
abstract  IProperties getProperties()
          Returns the properties.
 java.lang.String getTypeID()
          Returns the id of the property.
 com.sun.star.beans.XPropertySet getXPropertySet()
          Returns the XPropertySet used for this properties.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractPropertyStore

public AbstractPropertyStore()
Method Detail

getTypeID

public java.lang.String getTypeID()
Returns the id of the property.

Specified by:
getTypeID in interface IProperties
Returns:
the id of the property

getProperties

public abstract IProperties getProperties()
Returns the properties.

Specified by:
getProperties in interface IPropertyStore
Returns:
the properties

getXPropertySet

public com.sun.star.beans.XPropertySet getXPropertySet()
Returns the XPropertySet used for this properties.

Specified by:
getXPropertySet in interface IProperties
Returns:
the XPropertySet used for this properties

copyTo

public void copyTo(java.lang.String[] propertyKeys,
                   IProperties properties)
            throws OfficeException
Copies the properties for the given keys of this properties into the given properties.

Specified by:
copyTo in interface IProperties
Parameters:
propertyKeys - the keys of the properties to be copied
properties - the properties to copy properties into
Throws:
OfficeException - if copy failed

Elexis: Das führende OpenSource-Arztpraxisprogamm
im deutschsprachigen Raum
Java doc for Elexis version 2.1.7.dev vom 17.03.2013