Class HistoricalProvidersNode.HistoricalBrowseResultNode

    • Constructor Detail

      • HistoricalBrowseResultNode

        public HistoricalBrowseResultNode​(javax.swing.tree.DefaultTreeModel treeModel,
                                          javax.swing.tree.TreeNode parent,
                                          Result result)
    • Method Detail

      • getResult

        public Result getResult()
      • isLeaf

        public boolean isLeaf()
        Specified by:
        isLeaf in interface javax.swing.tree.TreeNode
        Overrides:
        isLeaf in class AbstractAsynchronousTreeNode<javax.swing.tree.TreeNode>
      • loadChildren

        protected java.util.List<javax.swing.tree.TreeNode> loadChildren()
                                                                  throws java.lang.Exception
        Specified by:
        loadChildren in class AbstractAsynchronousTreeNode<javax.swing.tree.TreeNode>
        Throws:
        java.lang.Exception
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • getFontStyle

        public int getFontStyle()
        Description copied from interface: RenderableTreeNode
        A bitmask of Font.BOLD, Font.NORMAL, Font.ITALIC to specify the font style of the node
        Specified by:
        getFontStyle in interface RenderableTreeNode