|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.guiseframework.component.rdf.maqro.AbstractInteractionTreeNodeRepresentationStrategy<V>
V - The type of value the strategy is to represent.public abstract class AbstractInteractionTreeNodeRepresentationStrategy<V extends com.globalmentor.urf.maqro.Interaction>
Abstract functionality for a tree node representation strategy representing a MAQRO interaction.
| Constructor Summary | |
|---|---|
AbstractInteractionTreeNodeRepresentationStrategy()
Default constructor with a default RDF XMLifier. |
|
AbstractInteractionTreeNodeRepresentationStrategy(com.globalmentor.rdf.RDFXMLGenerator rdfXMLifier)
RDF XMLifier constructor. |
|
| Method Summary | |
|---|---|
protected java.lang.StringBuilder |
buildLabelText(java.lang.StringBuilder stringBuilder,
TreeControl treeControl,
TreeModel model,
TreeNodeModel<? extends V> treeNode,
V value)
Builds the label to be used for a tree node. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractInteractionTreeNodeRepresentationStrategy()
public AbstractInteractionTreeNodeRepresentationStrategy(com.globalmentor.rdf.RDFXMLGenerator rdfXMLifier)
rdfXMLifier - The RDF XMLifier to use for creating labels.
java.lang.NullPointerException - if the given RDF XMLifier is null.| Method Detail |
|---|
protected java.lang.StringBuilder buildLabelText(java.lang.StringBuilder stringBuilder,
TreeControl treeControl,
TreeModel model,
TreeNodeModel<? extends V> treeNode,
V value)
N - The type of value contained in the node.stringBuilder - The string builder to hold the label text.treeControl - The component containing the model.model - The model containing the value.treeNode - The node containing the value.value - The value contained in the node.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||