Interface ISwingNodeHandler

    • Method Detail

      • getSwingOverlay

        javax.swing.Icon getSwingOverlay​(ISwingTreeNode node)
        Get the overlay for a node if any.
      • getPopupActions

        javax.swing.Action[] getPopupActions​(ISwingTreeNode[] nodes)
        Get the popup actions available for all of the given nodes, if any.
      • getDefaultAction

        javax.swing.Action getDefaultAction​(ISwingTreeNode node)
        Get the default action to be performed after a double click.