Interface ISwingTreeNode

    • Method Detail

      • getSwingIcon

        javax.swing.Icon getSwingIcon()
        Get the icon for a node.
      • getChildren

        IFuture<java.util.List<ITreeNode>> getChildren()
        Get the current children, i.e. start a new update process and provide the result as a future.
        Specified by:
        getChildren in interface ITreeNode
      • getPropertiesComponent

        javax.swing.JComponent getPropertiesComponent()
        Get or create a component displaying the node properties. Only to be called if hasProperties() is true;