com.buglabs.dragonfly.model
Class ApplicationFolderNode

java.lang.Object
  extended by com.buglabs.dragonfly.model.BaseNode
      extended by com.buglabs.dragonfly.model.BaseTreeNode
          extended by com.buglabs.dragonfly.model.FolderNode
              extended by com.buglabs.dragonfly.model.ApplicationFolderNode
All Implemented Interfaces:
IModelNode, ITreeNode, java.io.Serializable, org.eclipse.ui.views.properties.IPropertySource

public class ApplicationFolderNode
extends FolderNode

Application folder node

Author:
ken
See Also:
Serialized Form

Constructor Summary
ApplicationFolderNode(Bug bug)
           
 
Method Summary
 java.util.List getBugBundles()
           
 java.util.Collection getChildren()
           
 boolean hasChildren()
           
 void setLoaded(boolean b)
           
 
Methods inherited from class com.buglabs.dragonfly.model.BaseTreeNode
addChild, addChildren, childExists, getChildren, getFirstParentOfType, getParent, removeChild, setChildren, setParent
 
Methods inherited from class com.buglabs.dragonfly.model.BaseNode
getEditableValue, getName, getPropertyDescriptors, getPropertyValue, isPropertySet, resetPropertyValue, setName, setPropertyValue, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.buglabs.dragonfly.model.IModelNode
getName, setName
 
Methods inherited from interface org.eclipse.ui.views.properties.IPropertySource
getEditableValue, getPropertyDescriptors, getPropertyValue, isPropertySet, resetPropertyValue, setPropertyValue
 

Constructor Detail

ApplicationFolderNode

public ApplicationFolderNode(Bug bug)
Method Detail

getChildren

public java.util.Collection getChildren()
Specified by:
getChildren in interface ITreeNode
Overrides:
getChildren in class BaseTreeNode

hasChildren

public boolean hasChildren()
Specified by:
hasChildren in interface ITreeNode
Overrides:
hasChildren in class BaseTreeNode
Returns:
TRUE if number of children greater than 0.

getBugBundles

public java.util.List getBugBundles()
Returns:
Bundles that are of type BugBundleConstants.BUG_BUNDLE_APPLICATION

setLoaded

public void setLoaded(boolean b)