com.guiseframework.component.urf
Class DefaultURFResourceTreeNodeRepresentationStrategy

java.lang.Object
  extended by com.guiseframework.component.TreeControl.AbstractTreeNodeRepresentationStrategy<V>
      extended by com.guiseframework.component.urf.AbstractURFResourceTreeNodeRepresentationStrategy<com.globalmentor.urf.URFResource>
          extended by com.guiseframework.component.urf.DefaultURFResourceTreeNodeRepresentationStrategy
All Implemented Interfaces:
TreeControl.TreeNodeRepresentationStrategy<com.globalmentor.urf.URFResource>

public class DefaultURFResourceTreeNodeRepresentationStrategy
extends AbstractURFResourceTreeNodeRepresentationStrategy<com.globalmentor.urf.URFResource>

A default tree node representation strategy representing an URF resource.

Author:
Garret Wilson

Constructor Summary
DefaultURFResourceTreeNodeRepresentationStrategy()
          Default constructor with a default namespace label manager.
DefaultURFResourceTreeNodeRepresentationStrategy(com.globalmentor.urf.TURFNamespaceLabelManager namespaceLabelManager)
          RDF XMLifier constructor.
 
Method Summary
 
Methods inherited from class com.guiseframework.component.urf.AbstractURFResourceTreeNodeRepresentationStrategy
buildLabelText, createComponent, createInfoModel, getNamespaceLabelManager, isResourceReferenceIncluded, isResourceTypeIncluded, setResourceReferenceURIIncluded, setResourceTypeIncluded
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultURFResourceTreeNodeRepresentationStrategy

public DefaultURFResourceTreeNodeRepresentationStrategy()
Default constructor with a default namespace label manager.


DefaultURFResourceTreeNodeRepresentationStrategy

public DefaultURFResourceTreeNodeRepresentationStrategy(com.globalmentor.urf.TURFNamespaceLabelManager namespaceLabelManager)
RDF XMLifier constructor.

Parameters:
namespaceLabelManager - The manager responsible for generating namespace labels..
Throws:
java.lang.NullPointerException - if the given label manager is null.


Copyright © 2005-2010 GlobalMentor, Inc. All Rights Reserved.