Package fr.pingtimeout.jtail.gui.view

Examples of fr.pingtimeout.jtail.gui.view.OpenFileDialog


     * @return the "open file" dialog
     */
    @Bean
    @Scope(value = BeanDefinition.SCOPE_SINGLETON, proxyMode = ScopedProxyMode.NO)
    public OpenFileDialog openFileDialog() {
        return new OpenFileDialog(openFileModel(), chooseFileAction(), selectIndexTypeListener(), indexFileAction());
    }
View Full Code Here

TOP

Related Classes of fr.pingtimeout.jtail.gui.view.OpenFileDialog

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.