Package org.springframework.richclient.application.statusbar

Examples of org.springframework.richclient.application.statusbar.StatusBar


        logger.debug(event);
        if (event instanceof XsAnalyzerApplicationEvent) {
            switch (((XsAnalyzerApplicationEvent) event).getEventType()) {
                case OPEN:
                    jtStructure.setModel(new TreeModelAdapter(model.getSchemaModel()));
                    StatusBar bar = Application.instance().getLifecycleAdvisor().getStatusBar();
                    bar.setMessage(getMessage("statusBar.label.action.open", new Object[] { model.getSchemaFile().getAbsolutePath()}));
                    break;
            }
        }
    }
View Full Code Here

TOP

Related Classes of org.springframework.richclient.application.statusbar.StatusBar

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.