Package org.exoplatform.applications.ooplugin.config

Examples of org.exoplatform.applications.ooplugin.config.FilterListLoader


   public SaveDialog(WebDavConfig config, XComponentContext xComponentContext, XFrame xFrame, XToolkit xToolkit,
            boolean isSaveAs)
   {
      super(config, xComponentContext, xFrame, xToolkit);

      filterLoader = new FilterListLoader();

      dialogName = DIALOG_NAME;

      this.isSaveAs = isSaveAs;
View Full Code Here

TOP

Related Classes of org.exoplatform.applications.ooplugin.config.FilterListLoader

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.