public class DefaultConfiguration extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
CONFIGURATION_READ_ONLY_VIEW |
static String |
CONFIGURATION_SERVICE |
static String |
CONFIGURATION_UPDATABLE_VIEW |
| Constructor and Description |
|---|
DefaultConfiguration(com.sun.star.uno.XComponentContext context) |
DefaultConfiguration(com.sun.star.lang.XMultiServiceFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
void |
commit(Object root)
Commit the XChangeBatch control
|
void |
dispose(Object obj) |
Object |
getChildNode(Object parent,
String child) |
Object |
getProperty(String configPath,
String property) |
Object |
getRootNode(String configPath,
boolean readonly) |
void |
setProperty(String configPath,
String property,
String value) |
public static final String CONFIGURATION_SERVICE
public static final String CONFIGURATION_READ_ONLY_VIEW
public static final String CONFIGURATION_UPDATABLE_VIEW
public DefaultConfiguration(com.sun.star.uno.XComponentContext context)
public DefaultConfiguration(com.sun.star.lang.XMultiServiceFactory factory)
Copyright © 2012–2017 CoGrOO. All rights reserved.