com.levigo.util.swing.flextree
Interface TreeSelectionHandler

All Superinterfaces:
TreeModule

public interface TreeSelectionHandler
extends TreeModule

A fragment interface to be implemented by tree modules wishing to react on path selection and deselection.


Method Summary
 void pathDeselected(TreePath path, FlexibleTree flexTree, boolean wasLeadSelectionPath)
           
 void pathSelected(TreePath path, FlexibleTree flexTree, boolean isLeadSelection)
           
 

Method Detail

pathSelected

void pathSelected(TreePath path,
                  FlexibleTree flexTree,
                  boolean isLeadSelection)

pathDeselected

void pathDeselected(TreePath path,
                    FlexibleTree flexTree,
                    boolean wasLeadSelectionPath)


Copyright © 1995-2020 levigo holding gmbh. All Rights Reserved.