Examples of FlashTreeRootNode


Examples of tv.porst.swfretools.dissector.gui.main.flashtree.nodes.FlashTreeRootNode

   * Creates a new tree model.
   *
   * @param fileModel Model that keeps track of open files.
   */
  public FlashTreeModel(final FileModel fileModel) {
    super(new FlashTreeRootNode());

    this.fileModel = fileModel;

    fileModel.addListener(internalFileModelListener);
  }
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.