|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openoffice.ide.eclipse.core.model.UnoFactoryData
public class UnoFactoryData
This class contains the data describing a the object to create by the Uno factory.
Constructor Summary | |
---|---|
UnoFactoryData()
|
Method Summary | |
---|---|
void |
addInnerData(UnoFactoryData pData)
Adds an inner data if it is neither null nor already
present in the inner data. |
void |
dispose()
Destroy the data content before being garbage collected. |
UnoFactoryData[] |
getInnerData()
|
java.lang.String[] |
getKeys()
|
java.lang.Object |
getProperty(java.lang.String pKey)
|
void |
removeInnerData(UnoFactoryData pData)
Removes an inner data if it isn't null and already
present in the inner data. |
void |
setProperty(java.lang.String pKey,
java.lang.Object pValue)
Add or replace the property value associated with the key. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UnoFactoryData()
Method Detail |
---|
public void setProperty(java.lang.String pKey, java.lang.Object pValue)
null
or an empty string.
pKey
- the name of the propertypValue
- the value of the propertypublic java.lang.Object getProperty(java.lang.String pKey)
pKey
- the key of the property to get.
null
if
the key is null or an empty string or if there is such a key.public java.lang.String[] getKeys()
public UnoFactoryData[] getInnerData()
public void addInnerData(UnoFactoryData pData)
null
nor already
present in the inner data.
pData
- the data to addpublic void removeInnerData(UnoFactoryData pData)
null
and already
present in the inner data.
pData
- the data to removepublic void dispose()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |