Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
C
D
G
J
O
R
S
T
V
A
addTreeSelectionListener(TreeSelectionListener)
- Method in class com.doitnext.swing.widgets.json.
JSONEditPanel
Allow the owner of the component to listen for tree selection events.
asJsonElement()
- Method in class com.doitnext.swing.widgets.json.
JSONJTreeNode
C
closeWindow()
- Method in class com.doitnext.swing.widgets.json.
JSONEditFrame
Call this when finished using this frame.
com.doitnext.swing.widgets.json
- package com.doitnext.swing.widgets.json
D
deleteNode()
- Method in class com.doitnext.swing.widgets.json.
JSONEditPanel
Deletes selected node or sets entire model to null if root node or no node is selected.
G
getAllowedOperations()
- Method in class com.doitnext.swing.widgets.json.
JSONEditPanel
Determine what can currently be asked of the component in terms of tree modifiation operations.
getJson()
- Method in class com.doitnext.swing.widgets.json.
JSONEditFrame
Allows the caller to get the JSON from the Tree View.
getJson()
- Method in class com.doitnext.swing.widgets.json.
JSONEditPanel
Returns the current JSON from the JTree
J
JSONEditFrame
- Class in
com.doitnext.swing.widgets.json
JSON Editor Frame This class is not thread safe.
JSONEditFrame(OKCancelListener, String, String)
- Constructor for class com.doitnext.swing.widgets.json.
JSONEditFrame
Constructs the JSONEditFrame.
JSONEditPanel
- Class in
com.doitnext.swing.widgets.json
Implements the embeddable swing widget for editing JSON.
JSONEditPanel()
- Constructor for class com.doitnext.swing.widgets.json.
JSONEditPanel
Default constructor for the JSONEditPanel object.
JSONEditPanel.AllowedOps
- Enum in
com.doitnext.swing.widgets.json
JSONEditPanel.UpdateType
- Enum in
com.doitnext.swing.widgets.json
JSONJTreeNode
- Class in
com.doitnext.swing.widgets.json
Provides the model for translating JsonElement into JTree data nodes.
JSONJTreeNode(String, int, JsonElement)
- Constructor for class com.doitnext.swing.widgets.json.
JSONJTreeNode
JSONJTreeNode.DataType
- Enum in
com.doitnext.swing.widgets.json
O
OKCancelListener
- Interface in
com.doitnext.swing.widgets.json
Interface to allow a frame to behave like a dialog and communicate completion events to an owner.
OKCancelListener.Action
- Enum in
com.doitnext.swing.widgets.json
onFrameAction(OKCancelListener.Action, JFrame)
- Method in interface com.doitnext.swing.widgets.json.
OKCancelListener
R
renameNode()
- Method in class com.doitnext.swing.widgets.json.
JSONEditPanel
Renames the selected node if it is a renameable node.
S
setJson(String, JSONEditPanel.UpdateType)
- Method in class com.doitnext.swing.widgets.json.
JSONEditPanel
Replaces the current tree structure in the contained JTree component with a new structure built from the JSON string provided.
T
toString()
- Method in class com.doitnext.swing.widgets.json.
JSONJTreeNode
V
valueChanged(TreeSelectionEvent)
- Method in class com.doitnext.swing.widgets.json.
JSONEditFrame
valueOf(String)
- Static method in enum com.doitnext.swing.widgets.json.
JSONEditPanel.AllowedOps
Returns the enum constant of this type with the specified name.
valueOf(String)
- Static method in enum com.doitnext.swing.widgets.json.
JSONEditPanel.UpdateType
Returns the enum constant of this type with the specified name.
valueOf(String)
- Static method in enum com.doitnext.swing.widgets.json.
JSONJTreeNode.DataType
Returns the enum constant of this type with the specified name.
valueOf(String)
- Static method in enum com.doitnext.swing.widgets.json.
OKCancelListener.Action
Returns the enum constant of this type with the specified name.
values()
- Static method in enum com.doitnext.swing.widgets.json.
JSONEditPanel.AllowedOps
Returns an array containing the constants of this enum type, in the order they are declared.
values()
- Static method in enum com.doitnext.swing.widgets.json.
JSONEditPanel.UpdateType
Returns an array containing the constants of this enum type, in the order they are declared.
values()
- Static method in enum com.doitnext.swing.widgets.json.
JSONJTreeNode.DataType
Returns an array containing the constants of this enum type, in the order they are declared.
values()
- Static method in enum com.doitnext.swing.widgets.json.
OKCancelListener.Action
Returns an array containing the constants of this enum type, in the order they are declared.
A
C
D
G
J
O
R
S
T
V
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2011 Stephen P. Owens. All Rights Reserved.