com.guiseframework.component
Class TreeControl.AbstractTreeNodeRepresentationStrategy<V>

java.lang.Object
  extended by com.guiseframework.component.TreeControl.AbstractTreeNodeRepresentationStrategy<V>
Type Parameters:
V - The type of value the strategy is to represent.
All Implemented Interfaces:
TreeControl.TreeNodeRepresentationStrategy<V>
Direct Known Subclasses:
AbstractRDFObjectTreeNodeRepresentationStrategy, AbstractURFResourceTreeNodeRepresentationStrategy, TreeControl.DefaultValueRepresentationStrategy, TreeControl.InfoModelTreeNodeRepresentationStrategy, TreeControl.TextModelTreeNodeRepresentationStrategy
Enclosing class:
TreeControl

public abstract static class TreeControl.AbstractTreeNodeRepresentationStrategy<V>
extends java.lang.Object
implements TreeControl.TreeNodeRepresentationStrategy<V>

An abstract tree node representation strategy.

Author:
Garret Wilson

Constructor Summary
TreeControl.AbstractTreeNodeRepresentationStrategy()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.guiseframework.component.TreeControl.TreeNodeRepresentationStrategy
createComponent
 

Constructor Detail

TreeControl.AbstractTreeNodeRepresentationStrategy

public TreeControl.AbstractTreeNodeRepresentationStrategy()


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