Documentation ¶
Overview ¶
Package ui contains the user interface.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NodePlus ¶
type NodePlus struct { jsondocument.Node UID string }
type TreeNode ¶ added in v0.5.0
type TreeNode struct { widget.BaseWidget // contains filtered or unexported fields }
TreeNode represents a node in JSON document tree.
func NewTreeNode ¶ added in v0.5.0
func NewTreeNode() *TreeNode
NewTreeNode returns a new instance of the TreeNode widget.
func (*TreeNode) CreateRenderer ¶ added in v0.5.0
func (n *TreeNode) CreateRenderer() fyne.WidgetRenderer
type UI ¶
type UI struct {
// contains filtered or unexported fields
}
UI represents the user interface of this app.
func (*UI) ShowAndRun ¶
ShowAndRun shows the main window and runs the app. This method is blocking.
Click to show internal directories.
Click to hide internal directories.