Package org.springframework.richclient.application.statusbar.support

Examples of org.springframework.richclient.application.statusbar.support.DefaultStatusBar


   * not injected in the configuration file the default
   * is used.
   */
  public StatusBar getStatusBar(){
    if(statusBar == null){
      statusBar = new DefaultStatusBar();
    }
    return statusBar;
  }
View Full Code Here


   * Create the statusBar for the application.
   *
   * @return a statusBar.
   */
  public StatusBar getStatusBar() {
    return new DefaultStatusBar();
  }
View Full Code Here

TOP

Related Classes of org.springframework.richclient.application.statusbar.support.DefaultStatusBar

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.