|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of JSONEditPanel.UpdateType in com.doitnext.swing.widgets.json |
---|
Methods in com.doitnext.swing.widgets.json that return JSONEditPanel.UpdateType | |
---|---|
static JSONEditPanel.UpdateType |
JSONEditPanel.UpdateType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static JSONEditPanel.UpdateType[] |
JSONEditPanel.UpdateType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in com.doitnext.swing.widgets.json with parameters of type JSONEditPanel.UpdateType | |
---|---|
void |
JSONEditPanel.setJson(java.lang.String json,
JSONEditPanel.UpdateType updateType)
Replaces the current tree structure in the contained JTree component with a new structure built from the JSON string provided. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |