<metaname="copyright"content="Copyright (c) IBM Corporation and others 2002, 2007. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page.">
that extends the base eclipse property page <samp>org.eclipse.ui.dialogs.PropertyPage</samp>. The advantages
of using this RSE-supplied class are:
</p>
<ul>
<li>Supports <samp><ahref="../messages/uiMessageAPI.html">SystemMessage</A></samp> error messages, allowing the user to click on a message to see its details.
<li>Supports automatic assignment of mnemonics for input-capable fields.
<li>Supports automatic management of the "isValid" property based on current error message status in the message line. This
property is important to set correct, so eclipse knows when to prevent the user from switching focus to other property pages.
</ul>
<h2>Property Pages for RSE Non-Remote Resources</h2>
<p>You can simply use the eclipse-supplied extension point <samp>org.eclipse.ui.propertyPages</samp> to
contribute property pages to any of the non-remote artifacts from the RSE model. To use this extension
point, you need to know the class or, preferably, interface that the objects implement, which we describe here: