org.eclipse.ercp.eworkbench
Class ApplicationRegistryReader

java.lang.Object
  extended by org.eclipse.ui.internal.registry.RegistryReader
      extended by org.eclipse.ercp.eworkbench.ApplicationRegistryReader

public class ApplicationRegistryReader
extends org.eclipse.ui.internal.registry.RegistryReader

A strategy to read application extensions from the registry.


Field Summary
static java.lang.String ATT_LARGE
           
static java.lang.String ATT_NORMAL
           
static java.lang.String ATT_STATUS
           
 
Fields inherited from class org.eclipse.ui.internal.registry.RegistryReader
ATT_CLASS, TAG_DESCRIPTION
 
Constructor Summary
ApplicationRegistryReader(ApplicationRegistry out)
           
 
Method Summary
 void readApplications(IExtensionRegistry in)
           
protected  boolean readElement(IConfigurationElement element)
          readElement method comment.
 
Methods inherited from class org.eclipse.ui.internal.registry.RegistryReader
getClassValue, getDescription, logError, logMissingAttribute, logMissingElement, logUnknownElement, orderExtensions, readElementChildren, readElements, readExtension, readRegistry
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ATT_LARGE

public static final java.lang.String ATT_LARGE
See Also:
Constant Field Values

ATT_NORMAL

public static final java.lang.String ATT_NORMAL
See Also:
Constant Field Values

ATT_STATUS

public static final java.lang.String ATT_STATUS
See Also:
Constant Field Values
Constructor Detail

ApplicationRegistryReader

public ApplicationRegistryReader(ApplicationRegistry out)
Method Detail

readElement

protected boolean readElement(IConfigurationElement element)
readElement method comment.

Specified by:
readElement in class org.eclipse.ui.internal.registry.RegistryReader
Returns:
true if element was recognized, false if not.

readApplications

public void readApplications(IExtensionRegistry in)