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

Uses of JSONEditPanel.AllowedOps in com.doitnext.swing.widgets.json
 

Methods in com.doitnext.swing.widgets.json that return JSONEditPanel.AllowedOps
static JSONEditPanel.AllowedOps JSONEditPanel.AllowedOps.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static JSONEditPanel.AllowedOps[] JSONEditPanel.AllowedOps.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.doitnext.swing.widgets.json that return types with arguments of type JSONEditPanel.AllowedOps
 java.util.List<JSONEditPanel.AllowedOps> JSONEditPanel.getAllowedOperations()
          Determine what can currently be asked of the component in terms of tree modifiation operations.
 



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