com.gomjabbar.querytree
Class DefaultQueryTreeObject

java.lang.Object
  |
  +--com.gomjabbar.querytree.AbstractQueryTreeObject
        |
        +--com.gomjabbar.querytree.DefaultQueryTreeObject
All Implemented Interfaces:
IQueryTreeObject

public class DefaultQueryTreeObject
extends AbstractQueryTreeObject


Method Summary
 java.lang.String[] computeActions()
           
 IQueryTreeAssociation[] computeAssociations()
           
 java.lang.String computeDbleClickAction()
           
 java.lang.String computeLabel()
           
 
Methods inherited from class com.gomjabbar.querytree.AbstractQueryTreeObject
addChangeListener, destroy, destroyChildren, getActions, getAssociations, getContent, getDbleClickAction, getLabel, getParent, getTree, getType, tagChanged, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

computeLabel

public java.lang.String computeLabel()
Overrides:
computeLabel in class AbstractQueryTreeObject

computeAssociations

public IQueryTreeAssociation[] computeAssociations()
Overrides:
computeAssociations in class AbstractQueryTreeObject

computeActions

public java.lang.String[] computeActions()
Overrides:
computeActions in class AbstractQueryTreeObject

computeDbleClickAction

public java.lang.String computeDbleClickAction()
Overrides:
computeDbleClickAction in class AbstractQueryTreeObject