Uses of Class
com.doitnext.swing.widgets.json.JSONEditPanel.UpdateType

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.
 



Copyright © 2011 Stephen P. Owens. All Rights Reserved.