Package fr.pingtimeout.jtail.gui.model

Examples of fr.pingtimeout.jtail.gui.model.OpenFileModel


     * @return a new "open file" model
     */
    @Bean
    @Scope(value = BeanDefinition.SCOPE_SINGLETON, proxyMode = ScopedProxyMode.NO)
    public OpenFileModel openFileModel() {
        return new OpenFileModel();
    }
View Full Code Here

TOP

Related Classes of fr.pingtimeout.jtail.gui.model.OpenFileModel

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.