Remote Systems
v6.4.1

com.ibm.etools.systems.core
Class SystemPopupMenuActionContributorReader

java.lang.Object
  extended byRegistryReader
      extended bycom.ibm.etools.systems.core.SystemPopupMenuActionContributorReader

public class SystemPopupMenuActionContributorReader
extends RegistryReader

This class is a ripoff of org.eclipse.ui.internal.ObjectActionContributorReader.

We modelled our com.ibm.etools.systems.core.popupMenus extension point after the org.eclipse.ui.popupMenus extension point, so it makes sense to model the code to support it after the Eclipse code to support theirs. To that end, we have to replace (can't override for technical reasons) the reader class for the tag and change it to:

See Also:
SystemPopupMenuActionContributor, SystemPopupMenuActionContributorReader, Serialized Form

Field Summary
static String Copyright
           
static String TAG_OBJECT_CONTRIBUTION
           
 
Constructor Summary
SystemPopupMenuActionContributorReader()
           
 
Method Summary
protected  void processObjectContribution(IConfigurationElement element)
          Creates popup menu contributor from this element.
protected  boolean readElement(IConfigurationElement element)
          Implements abstract method to handle configuration elements.
 void readPopupContributors(SystemPopupMenuActionContributorManager mng)
          Reads the registry and registers RSE popup menu contributors found there.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Copyright

public static final String Copyright
See Also:
Constant Field Values

TAG_OBJECT_CONTRIBUTION

public static final String TAG_OBJECT_CONTRIBUTION
See Also:
Constant Field Values
Constructor Detail

SystemPopupMenuActionContributorReader

public SystemPopupMenuActionContributorReader()
Method Detail

processObjectContribution

protected void processObjectContribution(IConfigurationElement element)
Creates popup menu contributor from this element.


readElement

protected boolean readElement(IConfigurationElement element)
Implements abstract method to handle configuration elements.


readPopupContributors

public void readPopupContributors(SystemPopupMenuActionContributorManager mng)
Reads the registry and registers RSE popup menu contributors found there.


Remote Systems
v6.4.1

Copyright © 2005 IBM Corp. All Rights Reserved.

Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.