com.gomjabbar.querytree
Interface IQueryTreeObject

All Known Implementing Classes:
AbstractQueryTreeObject

public interface IQueryTreeObject


Method Summary
 void addChangeListener(IQueryTreeListener evt)
           
 void destroy()
           
 void destroyChildren()
           
 java.lang.String[] getActions()
           
 IQueryTreeAssociation[] getAssociations()
           
 java.lang.Object getContent()
           
 java.lang.String getDbleClickAction()
           
 java.lang.String getLabel()
           
 IQueryTreeAssociation getParent()
           
 java.lang.String getType()
           
 void tagChanged()
           
 

Method Detail

getType

public java.lang.String getType()

getLabel

public java.lang.String getLabel()

getContent

public java.lang.Object getContent()

getAssociations

public IQueryTreeAssociation[] getAssociations()

getActions

public java.lang.String[] getActions()

getDbleClickAction

public java.lang.String getDbleClickAction()

addChangeListener

public void addChangeListener(IQueryTreeListener evt)

getParent

public IQueryTreeAssociation getParent()

tagChanged

public void tagChanged()

destroy

public void destroy()

destroyChildren

public void destroyChildren()