com.sun.star.comp.helper
|
|||||||||||||||||||||||||||||||||||||||||||||||
| Field Summary | |
|---|---|
Object |
m_lateInit
if late init of service instance, set service name (String) or component factory (XSingleComponentFactory), null otherwise |
Object |
m_value
set entry value |
| Constructor Summary | |
|---|---|
ComponentContextEntry(Object value)
Creating a direct value component context entry. |
|
ComponentContextEntry(Object lateInit,
Object value)
Creating a late-init singleton entry component context entry. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
m_lateInit
public Object m_lateInit
- if late init of service instance, set service name (String) or
component factory (XSingleComponentFactory), null otherwise
m_value
public Object m_value
- set entry value
| Constructor Detail |
|---|
ComponentContextEntry
public ComponentContextEntry(Object lateInit, Object value)
- Creating a late-init singleton entry component context entry.
The second parameter will be ignored and overwritten during
instanciation of the singleton instance.
- Parameters:
lateInit- object factory or service stringvalue- pass null (dummy separating from second ctor signature)
ComponentContextEntry
public ComponentContextEntry(Object value)
- Creating a direct value component context entry.
- Parameters:
value- pass null
|
UDK 3.2.7 Java API Reference | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
com.sun.star.comp.helper.ComponentContextEntry

