com.buglabs.dragonfly.model
Class ApplicationFolderNode
java.lang.Object
com.buglabs.dragonfly.model.BaseNode
com.buglabs.dragonfly.model.BaseTreeNode
com.buglabs.dragonfly.model.FolderNode
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
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.eclipse.ui.views.properties.IPropertySource |
getEditableValue, getPropertyDescriptors, getPropertyValue, isPropertySet, resetPropertyValue, setPropertyValue |
ApplicationFolderNode
public ApplicationFolderNode(Bug bug)
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)