ru.biosoft.workbench
Class PerspectiveRegistry.PerspectiveExtensionRegistryReader

java.lang.Object
  extended byru.biosoft.workbench.RegistryReader
      extended byru.biosoft.workbench.PerspectiveRegistry.PerspectiveExtensionRegistryReader
Enclosing class:
PerspectiveRegistry

protected class PerspectiveRegistry.PerspectiveExtensionRegistryReader
extends RegistryReader


Field Summary
 
Fields inherited from class ru.biosoft.workbench.RegistryReader
cat
 
Constructor Summary
PerspectiveRegistry.PerspectiveExtensionRegistryReader()
           
 
Method Summary
protected  boolean readElement(org.eclipse.core.runtime.IConfigurationElement element)
          Implement this method to read element's attributes.
protected  void readViewElement(org.eclipse.core.runtime.IConfigurationElement element)
           
 
Methods inherited from class ru.biosoft.workbench.RegistryReader
logError, logMissingAttribute, logUnknownElement, orderExtensions, readElementChildren, readElements, readExtension, readRegistry
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PerspectiveRegistry.PerspectiveExtensionRegistryReader

public PerspectiveRegistry.PerspectiveExtensionRegistryReader()
Method Detail

readElement

protected boolean readElement(org.eclipse.core.runtime.IConfigurationElement element)
Description copied from class: RegistryReader
Implement this method to read element's attributes. If children should also be read, then implementor is responsible for calling readElementChildren. Implementor is also responsible for logging missing attributes.

Specified by:
readElement in class RegistryReader
Returns:
true if element was recognized, false if not.

readViewElement

protected void readViewElement(org.eclipse.core.runtime.IConfigurationElement element)


Copyright © 2001-2003 Biosof.Ru. All Rights Reserved.