Added Tag list view - WIP - does not have context menu yet,

and other things can be not working yet
This commit is contained in:
Jindra Petřík
2022-10-29 20:25:12 +02:00
parent ddde47498a
commit 7d1f6e684a
12 changed files with 645 additions and 68 deletions

View File

@@ -22,5 +22,5 @@ package com.jpexs.decompiler.flash.gui;
*/
public enum TreePanelMode {
TAG_TREE, DUMP_TREE
TAG_TREE, DUMP_TREE, TAGLIST_TREE
}