Package ag.ion.bion.officelayer.internal.document

Examples of ag.ion.bion.officelayer.internal.document.PersistenceService


   * @author Andreas Br�ker 
   */
  public IPersistenceService getPersistenceService() {
    if (persistenceService == null) {
      XStorable xStorable = (XStorable) UnoRuntime.queryInterface(XStorable.class, xComponent);
      persistenceService = new PersistenceService(this, xStorable);
    }
    return persistenceService;
  }
View Full Code Here


   */
  public IPersistenceService getPersistenceService() {
    if (persistenceService == null) {
      XStorable xStorable = (XStorable) UnoRuntime.queryInterface(
          XStorable.class, xComponent);
      persistenceService = new PersistenceService(this, xStorable);
    }
    return persistenceService;
  }
View Full Code Here

TOP

Related Classes of ag.ion.bion.officelayer.internal.document.PersistenceService

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.