Package com.cedarsoft.spring.rcp.view

Examples of com.cedarsoft.spring.rcp.view.ViewConfiguration


    this.configuration = configuration;
  }

  @NotNull
  public ViewConfiguration getViewConfiguration( @NotNull final ObservableObjectAccess<T> objectAccess ) {
    return new ViewConfiguration() {
      @Override
      @NotNull
      public Class<? extends ExtendedView> getViewClass() {
        return ObjectTableView.class;
      }
View Full Code Here

TOP

Related Classes of com.cedarsoft.spring.rcp.view.ViewConfiguration

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.