Uses of Class
story.dbcore.links.LinkProperties

Packages that use LinkProperties
story.dbcore.admin   
story.dbcore.attributes   
story.dbcore.links   
story.dbcore.nodes   
 

Uses of LinkProperties in story.dbcore.admin
 

Constructors in story.dbcore.admin with parameters of type LinkProperties
DBCoreInterface(RepositoryFactoryInterface repositoryFactory, NodeFactoryInterface nodeFactory, LinkProperties linkProperties, SymbolTable symbolTable, AppName applicationName, AppFileExtension applicationFileExtension)
          Constructor
 

Uses of LinkProperties in story.dbcore.attributes
 

Methods in story.dbcore.attributes with parameters of type LinkProperties
 void AttributeSet.enableInheritance(Document doc, LinkProperties linkProperties)
          Set links to the Document and the LinkProperties objects in this AttributeSet so it can implement attribute inheritance.
 

Uses of LinkProperties in story.dbcore.links
 

Methods in story.dbcore.links that return LinkProperties
 LinkProperties LinkRepository.getLinkProperties()
           
 

Constructors in story.dbcore.links with parameters of type LinkProperties
LinkRepository(Document parentDocument, LinkProperties linkProperties)
          Constructor.
 

Uses of LinkProperties in story.dbcore.nodes
 

Methods in story.dbcore.nodes with parameters of type LinkProperties
 void GenericNode.enableAttributeInheritance(Document doc, LinkProperties linkProperties)
          Set pointers to the Document and the LinkProperties objects in the AttributeSet so it can implement attribute inheritance.
 



Copyright © 2011 David K. Elson. All Rights Reserved.