|
![]() Quark Platform Documentation Version 1.7.0_0 Business Objects |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.swing.tree.DefaultTreeModel
org.openquark.gems.client.ArgumentTreeModel
public class ArgumentTreeModel
The TreeModel class used by the ArguementTree.
| Field Summary |
|---|
| Fields inherited from class javax.swing.tree.DefaultTreeModel |
|---|
asksAllowsChildren, listenerList, root |
| Method Summary | |
|---|---|
CollectorGem |
getDisplayedCollector()
|
boolean |
getDisplayUnusedArguments()
|
GemGraph |
getGemGraph()
|
static List<CollectorGem> |
getSortedCollectorList(Set<CollectorGem> collectorSet)
Sort a set of collectors by unqualified name. |
CollectorGem |
getTargetCollectorGem()
|
void |
setCollectorToDisplay(CollectorGem collectorToDisplay)
Change the collector which is the focus of the argument tree. |
void |
setDisplayUnusedArguments(boolean displayUnusedArguments)
|
void |
valueForPathChanged(TreePath path,
Object newValue)
Override so that commits for arguments in run mode repopulate the tree. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public GemGraph getGemGraph()
public CollectorGem getTargetCollectorGem()
public void valueForPathChanged(TreePath path,
Object newValue)
valueForPathChanged in interface TreeModelvalueForPathChanged in class DefaultTreeModelpublic static List<CollectorGem> getSortedCollectorList(Set<CollectorGem> collectorSet)
collectorSet - the set of collectors to sort.
public CollectorGem getDisplayedCollector()
public void setCollectorToDisplay(CollectorGem collectorToDisplay)
collectorToDisplay - the new collector on which the argument tree should focus.
If null, all collectors are displayed.public boolean getDisplayUnusedArguments()
public void setDisplayUnusedArguments(boolean displayUnusedArguments)
displayUnusedArguments - whether unused arguments should be displayed.
|
![]() Quark Platform Documentation Version 1.7.0_0 Business Objects |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||