|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.guiseframework.component.rdf.maqro.AbstractInteractionTreeNodeRepresentationStrategy<com.globalmentor.urf.maqro.Question>
com.guiseframework.component.rdf.maqro.QuestionTreeNodeRepresentationStrategy
public class QuestionTreeNodeRepresentationStrategy
A tree node representation strategy representing a MAQRO question.
| Constructor Summary | |
|---|---|
QuestionTreeNodeRepresentationStrategy()
Default constructor with a default RDF XMLifier. |
|
QuestionTreeNodeRepresentationStrategy(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 com.globalmentor.urf.maqro.Question> treeNode,
com.globalmentor.urf.maqro.Question 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 QuestionTreeNodeRepresentationStrategy()
public QuestionTreeNodeRepresentationStrategy(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 com.globalmentor.urf.maqro.Question> treeNode,
com.globalmentor.urf.maqro.Question value)
buildLabelText in class AbstractInteractionTreeNodeRepresentationStrategy<com.globalmentor.urf.maqro.Question>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 | ||||||||