Meta viewer and other minor fixed
This commit is contained in:
parent
73dd8cb4eb
commit
40cc6ae4bb
@ -4,6 +4,7 @@ import hep.dataforge.context.Context
|
|||||||
import hep.dataforge.context.Global
|
import hep.dataforge.context.Global
|
||||||
import hep.dataforge.fx.*
|
import hep.dataforge.fx.*
|
||||||
import hep.dataforge.fx.fragments.LogFragment
|
import hep.dataforge.fx.fragments.LogFragment
|
||||||
|
import hep.dataforge.fx.meta.MetaViewer
|
||||||
import hep.dataforge.meta.Metoid
|
import hep.dataforge.meta.Metoid
|
||||||
import hep.dataforge.storage.api.Loader
|
import hep.dataforge.storage.api.Loader
|
||||||
import hep.dataforge.storage.api.Storage
|
import hep.dataforge.storage.api.Storage
|
||||||
@ -192,15 +193,7 @@ class StorageView(private val context: Context = Global) : View(title = "Numass
|
|||||||
if (value.content is Metoid) {
|
if (value.content is Metoid) {
|
||||||
contextMenu.item("Meta") {
|
contextMenu.item("Meta") {
|
||||||
action {
|
action {
|
||||||
openInternalBuilderWindow(title = "Info: ${value.id}", escapeClosesWindow = true) {
|
openInternalWindow(MetaViewer(value.content.meta), escapeClosesWindow = true)
|
||||||
scrollpane {
|
|
||||||
textarea {
|
|
||||||
isEditable = false
|
|
||||||
isWrapText = true
|
|
||||||
text = value.content.meta.toString().replace(" ", "\n\t")
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user