Return an editor for this type of editing if supported, otherwise throw
an exception.
Parameters: type - specifies what kind of context the editor is for:GUI.DEFAULT or GUI.TABLE
Return a renderer for this type of rendering if supported, otherwise
throw an exception.
Parameters: type - specifies what kind of context the renderer is for:GUI.DEFAULT or GUI.TABLE
This method can be called to determine if this gui hides the
subcomponents of the component that will be the edit root. A gui for
large containers for example hides the subcomponents by providing a
search form.
a boolean value that indicates wethersubcomponents should be hidden.
Check whether this type of renderering and editing is supported
Parameters: type - specifies what kind of context the renderer is for:GUI.DEFAULT or GUI.TABLE