com.levigo.util.swing.flextree
Interface TreeContextMenuContributor

All Superinterfaces:
TreeModule

public interface TreeContextMenuContributor
extends TreeModule

implementors can contribute menu entries to be shown in context menus in a FlexibleTree.


Method Summary
 void contribute(TreeContributionContext context, MenuBuilder menuBuilder)
          This method is called in order to give the menu contributor a chance to contribute context menu entries via the supplied MenuBuilder.
 

Method Detail

contribute

void contribute(TreeContributionContext context,
                MenuBuilder menuBuilder)
This method is called in order to give the menu contributor a chance to contribute context menu entries via the supplied MenuBuilder.

Parameters:
context - the TreeContributionContext which provides contribution context information
menuBuilder - the MenuBuilder to which the tool may contribute entries.


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