public interface IDifferenceGroupExtender
| Modifier and Type | Interface and Description | 
|---|---|
| static interface  | IDifferenceGroupExtender.RegistryA registry of  IDifferenceGroupExtender. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | addChildren(TreeNode treeNode)Add children to the given TreeNode. | 
| boolean | handle(TreeNode treeNode)Checks if the given TreeNode have to be handled by the extender. | 
boolean handle(TreeNode treeNode)
treeNode - the given TreeNode.void addChildren(TreeNode treeNode)
treeNode - the given TreeNode.
Copyright (c) 2006, 2015 Obeo and others. All rights reserved.