Added Memory View to the plugin
authorFabian Stemmler <stemmler@in.tum.de>
Sun, 25 Aug 2019 15:30:07 +0000 (17:30 +0200)
committerFabian Stemmler <stemmler@in.tum.de>
Sun, 25 Aug 2019 15:30:07 +0000 (17:30 +0200)
commit7959f310ed60567201e37f1dc2eb1dc370763cff
tree718de7f568184eb5474bd8c0d86afac419071e48
parent8cfa88a073db1efa13fb85bfe46ac2f9f6880e36
Added Memory View to the plugin
net.mograsim.plugin.core.nl_de/OSGI-INF/l10n/bundle_de.properties
net.mograsim.plugin.core/META-INF/MANIFEST.MF
net.mograsim.plugin.core/OSGI-INF/l10n/bundle.properties
net.mograsim.plugin.core/plugin.xml
net.mograsim.plugin.core/src/net/mograsim/plugin/memory/MemoryCellEditingSupport.java [new file with mode: 0644]
net.mograsim.plugin.core/src/net/mograsim/plugin/memory/MemoryTableContentProvider.java [new file with mode: 0644]
net.mograsim.plugin.core/src/net/mograsim/plugin/memory/MemoryTableRow.java [new file with mode: 0644]
net.mograsim.plugin.core/src/net/mograsim/plugin/memory/MemoryView.java [new file with mode: 0644]
net.mograsim.plugin.core/src/net/mograsim/plugin/memory/NumberCellEditorValidator.java [new file with mode: 0644]
net.mograsim.plugin.core/src/net/mograsim/plugin/memory/NumberVerifyListener.java [new file with mode: 0644]