Package tv.porst.swfretools.dissector.gui.main.flashtree

Examples of tv.porst.swfretools.dissector.gui.main.flashtree.FlashTreeModel


    if (fileModel == null) {
      throw new IllegalArgumentException("File model argument must not be null.");
    }

    final FlashTreeModel model = new FlashTreeModel(fileModel);

    tree = new FlashTree(model);

    add(new JScrollPane(tree));
View Full Code Here

TOP

Related Classes of tv.porst.swfretools.dissector.gui.main.flashtree.FlashTreeModel

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.