abstractpublic class AbstractProprietaryJarPreferencePage extends PreferencePage (Code)
An abstract class that simplifies making a PreferencePage for obtaining a 3rd party proprietary jar required for a plugin.
An example of this is the Oracle Spatial JDBC Driver jar. It cannot be shipped with uDig because of licensing so it has
a preference page that allows the user to easily install the jar into uDig
See Also: OracleSpatialPreferences author: Jesse since: 1.1.0
The label beside the text area that indicates what type of file the user needs to add.
Parameters: jarIndex - the jar input area being created. See Also:AbstractProprietaryJarPreferencePage.getRequiredJarsCount() The label beside the text area that indicates what type of file the user needs to add.