| |
|
| java.lang.Object org.eclipse.ui.internal.registry.RegistryReader org.eclipse.ui.internal.registry.PreferenceTransferRegistryReader
PreferenceTransferRegistryReader | public class PreferenceTransferRegistryReader extends RegistryReader (Code) | | Preference Transfer registry reader to read extenders of the
preferenceTranser schema.
since: 3.1 |
PreferenceTransferRegistryReader | public PreferenceTransferRegistryReader(String pluginPointId)(Code) | | Create an instance of this class.
Parameters: pluginPointId - java.lang.String |
createPreferenceTransferElement | protected PreferenceTransferElement createPreferenceTransferElement(IConfigurationElement element)(Code) | | Returns a new PreferenceTransferElement configured according to the
parameters contained in the passed Registry.
May answer null if there was not enough information in the Extension to
create an adequate wizard
|
getEntry | public static Map getEntry(IConfigurationElement element)(Code) | | Parameters: element - the maps mapping nodes to keys for this element |
getMappings | public static IConfigurationElement[] getMappings(IConfigurationElement configElement)(Code) | | Get the preference mappings.
Parameters: configElement - the child configuration elements |
getPreferenceTransfers | public PreferenceTransferElement[] getPreferenceTransfers()(Code) | | Returns a sorted list of preference transfers.
an array of IPreferenceTransfer objects |
getScope | public static String getScope(IConfigurationElement element)(Code) | | Parameters: element - the scope attribute for this element |
readElement | protected boolean readElement(IConfigurationElement element)(Code) | | |
readPreferenceTransfers | protected void readPreferenceTransfers()(Code) | | Reads the wizards in a registry.
|
|
|
|