<preferencesSheet
name = NMTOKEN
>
Content: class
</preferencesSheet>
<class>
Content: Java class name
</class>
Specifies a preferences sheet, that is, an instance of class com.xmlmind.guiutil.PreferencesSheet
.
The class derived from com.xmlmind.guiutil.PreferencesSheet
is specified by the class
child element.
Attributes:
Required. Unique name identifying the sheet in this GUI specification.
Example:
<preferencesSheet name="generalOptions"> <class>com.xmlmind.xmleditapp.desktop.part.GeneralOptions</class> </preferencesSheet>