Package com.cedarsoft.lookup

Examples of com.cedarsoft.lookup.Lookup


   * @return the presentation that has been created
   */
  @Override
  @NotNull
  public T present( @NotNull StructPart struct ) {
    Lookup lookup = struct.getLookup();
    T presentation = createPresentation();

    //Only hold the presentation as weak reference
    final WeakReference<T> weakPresentationReference = new WeakReference<T>( presentation );

View Full Code Here

TOP

Related Classes of com.cedarsoft.lookup.Lookup

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.