|
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.beans.PropertyKeysContainer
public class PropertyKeysContainer
Container that can hold property keys for different properties. Is used for cloning cell formats and to decide wich properties to clone, for example.
Constructor Summary | |
---|---|
PropertyKeysContainer()
|
Method Summary | |
---|---|
void |
addPropertyKeys(java.lang.String propertiesID,
java.lang.String[] propertyStringKeys)
Adds property keys for the property with the given id to this container. |
java.lang.String[] |
getPropertyKeys(java.lang.String propertiesID)
Returns property keys for the property with the given id, or null, if key is not in container. |
void |
removePropertyKeys(java.lang.String propertiesID)
Removes property keys for the property with the given id from this container. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PropertyKeysContainer()
Method Detail |
---|
public void addPropertyKeys(java.lang.String propertiesID, java.lang.String[] propertyStringKeys)
propertiesID
- the id of the properties object (i.e. #ICharacterProperties.TYPE_ID)propertyStringKeys
- the keys of the propertiespublic void removePropertyKeys(java.lang.String propertiesID)
propertiesID
- the id of the properties object (i.e. #ICharacterProperties.TYPE_ID)public java.lang.String[] getPropertyKeys(java.lang.String propertiesID)
propertiesID
- the id of the properties object (i.e. #ICharacterProperties.TYPE_ID)
|
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 |