prepare for Issue #350 (Allow to open multiple SWF files into the same ffdec instance) 3

This commit is contained in:
Honfika
2013-12-22 16:08:45 +01:00
parent b9a1269505
commit e1f4ca362b
20 changed files with 308 additions and 118 deletions

View File

@@ -16,11 +16,13 @@
*/
package com.jpexs.decompiler.flash;
import com.jpexs.decompiler.flash.gui.abc.TreeElementItem;
/**
*
* @author JPEXS
*/
public class PackageNode {
public class PackageNode implements TreeElementItem {
public String packageName;