public interface ISwingNodeHandler
extends jadex.base.gui.asynctree.INodeHandler
Modifier and Type | Method and Description |
---|---|
javax.swing.Action |
getDefaultAction(ISwingTreeNode node)
Get the default action to be performed after a double click.
|
javax.swing.Action[] |
getPopupActions(ISwingTreeNode[] nodes)
Get the popup actions available for all of the given nodes, if any.
|
javax.swing.Icon |
getSwingOverlay(ISwingTreeNode node)
Get the overlay for a node if any.
|
javax.swing.Icon getSwingOverlay(ISwingTreeNode node)
javax.swing.Action[] getPopupActions(ISwingTreeNode[] nodes)
javax.swing.Action getDefaultAction(ISwingTreeNode node)