Creates the form for the element editing.
@param toolkit FormToolkit
@param parent the parent composite
@param element the target element
@return the form composite
Creates a form widget in the provided parent. Note that this widget does not scroll its content, so make sure there is a scrolled composite up the parent chain. If you require scrolling, use 'createScrolledForm' instead.
@param parent the form parent
@return the form that does not scroll
@see #createScrolledForm
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.