public ItemElementDescriptor(String xml_name, String ui_name, String tooltip, String sdk_url, com.android.ide.eclipse.editors.descriptors.AttributeDescriptor[] attributes, com.android.ide.eclipse.editors.descriptors.ElementDescriptor[] children, boolean mandatory)Constructs a new {@link ItemElementDescriptor} based on its XML name, UI name,
tooltip, SDK url, attributes list, children list and mandatory.
super(xml_name, ui_name, tooltip, sdk_url, attributes, children, mandatory);
|