Package com.google.devtools.depan.eclipse.editors

Examples of com.google.devtools.depan.eclipse.editors.ViewPreferences.afterUnmarshall()


      Collection<GraphNode> viewNodes = loadGraphNodes(reader, context);

      // TODO: Converter for ViewPreferences
      ViewPreferences viewPrefs = (ViewPreferences) unmarshalObject(reader, context);
      viewPrefs.initTransients();
      viewPrefs.afterUnmarshall();

      return new ViewDocument(viewInfo, viewNodes, viewPrefs);
    } finally {
      putGraphDocument(context, prior);
    }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.