ru.biosoft.workbench
Class ViewRegistry.ViewRegistryReader

java.lang.Object
  extended byru.biosoft.workbench.RegistryReader
      extended byru.biosoft.workbench.ViewRegistry.ViewRegistryReader
Enclosing class:
ViewRegistry

protected class ViewRegistry.ViewRegistryReader
extends RegistryReader


Field Summary
 
Fields inherited from class ru.biosoft.workbench.RegistryReader
cat
 
Constructor Summary
ViewRegistry.ViewRegistryReader()
           
 
Method Summary
protected  boolean readElement(org.eclipse.core.runtime.IConfigurationElement element)
          Implement this method to read element's attributes.
 
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

ViewRegistry.ViewRegistryReader

public ViewRegistry.ViewRegistryReader()
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.


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