show actions in dumpview (context menu on the tree node)

This commit is contained in:
honfika
2014-08-15 15:39:33 +02:00
parent b65244c618
commit 35386fb241
10 changed files with 77 additions and 52 deletions
@@ -60,11 +60,6 @@ public class ActionWith extends Action implements GraphSourceItemContainer {
lexBlockOpen(lexer);
}
@Override
public void setAddress(long address, int version, boolean recursive) {
super.setAddress(address, version, recursive);
}
@Override
public byte[] getBytes(int version) {
ByteArrayOutputStream baos2 = new ByteArrayOutputStream();