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)
commit400118e69e2c2036723a1a40a4fc0c521564207d
treeec940e4a6987cc744d9c513ce92f317008d74b3f
parentf2498083c7521e41e6571775589149e86e694159
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]