public class ContentTreeExpandListener extends Object implements TreeWillExpandListener
| Modifier and Type | Field and Description |
|---|---|
protected ContentBrowseActionCallbackCreator |
actionCreator |
protected ControlPoint |
controlPoint |
protected Service |
service |
protected DefaultTreeModel |
treeModel |
| Constructor and Description |
|---|
ContentTreeExpandListener(ControlPoint controlPoint,
Service service,
DefaultTreeModel treeModel,
ContentBrowseActionCallbackCreator actionCreator) |
| Modifier and Type | Method and Description |
|---|---|
void |
treeWillCollapse(TreeExpansionEvent e) |
void |
treeWillExpand(TreeExpansionEvent e) |
protected final ControlPoint controlPoint
protected final Service service
protected final DefaultTreeModel treeModel
protected final ContentBrowseActionCallbackCreator actionCreator
public ContentTreeExpandListener(ControlPoint controlPoint, Service service, DefaultTreeModel treeModel, ContentBrowseActionCallbackCreator actionCreator)
public void treeWillExpand(TreeExpansionEvent e) throws ExpandVetoException
treeWillExpand in interface TreeWillExpandListenerExpandVetoExceptionpublic void treeWillCollapse(TreeExpansionEvent e) throws ExpandVetoException
treeWillCollapse in interface TreeWillExpandListenerExpandVetoExceptionCopyright © 2016 4th Line GmbH, Switzerland. All rights reserved.