Develop declarative
RapidClipse allows you to describe graphical user interfaces in XML. From the XML code, RapidClipse automatically generates the corresponding UIs and views in the GUI builder as well as the Java code for them.
Edit XML file
For editing XML files RapidClipse offers an XML editor and alternatively a tabular view (Design).
-
In Project Management > User Interface select the XML file you want to edit, e.g. MainUI.ui.xml.
-
Right click → Open With > Rapidclipse UI-XML Editor
-
Select the view in which you want to edit the XML document, Design or Source.
-
Make the appropriate changes.
-
Click Save.