com.levigo.util.swing.flextree
Class SelectionHandlerFeature

java.lang.Object
  extended by com.levigo.util.swing.flextree.SelectionHandlerFeature

public class SelectionHandlerFeature
extends Object

A flextree feature used to provide node selection interactivity for nodes. It is used in conjunction with TreeModules implementing TreeSelectionHandler.


Method Summary
static SelectionHandlerFeature install(FlexibleTree flextree)
          Install this feature on the given flextree.
 void uninstall()
          Uninstall the feature from the flextree.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

install

public static SelectionHandlerFeature install(FlexibleTree flextree)
Install this feature on the given flextree. You may uninstall it later on by calling uninstall() on the returned instance.

Parameters:
flextree -
Returns:

uninstall

public void uninstall()
Uninstall the feature from the flextree.



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