Class AbstractErrorNode

  • All Implemented Interfaces:
    RenderableTreeNode, javax.swing.tree.TreeNode

    @Deprecated
    public abstract class AbstractErrorNode
    extends java.lang.Object
    implements RenderableTreeNode
    Deprecated.
    This class is deprecated, use DefaultErrorNode instead.
    Since:
    deprecated since 7.7.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected AbstractErrorNode()
      Deprecated.
       
      protected AbstractErrorNode​(java.lang.String text)
      Deprecated.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      void blockLoad()
      Deprecated.
      Noop - no children
      java.util.Enumeration children()
      Deprecated.
       
      boolean getAllowsChildren()
      Deprecated.
       
      javax.swing.tree.TreeNode getChildAt​(int idx)
      Deprecated.
       
      int getChildCount()
      Deprecated.
       
      int getFontStyle()
      Deprecated.
      A bitmask of Font.BOLD, Font.NORMAL, Font.ITALIC to specify the font style of the node
      java.lang.Object getIconKey()
      Deprecated.
      Return a hashable key to specify this node's icon
      int getIndex​(javax.swing.tree.TreeNode node)
      Deprecated.
       
      java.lang.String getTooltipText()
      Deprecated.
      A tooltip (may be null) for the node
      boolean isLeaf()
      Deprecated.
       
      boolean isMetaNode()
      Deprecated.
       
      void reload()
      Deprecated.
      Noop - no children
      java.lang.String toString()
      Deprecated.
       
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface javax.swing.tree.TreeNode

        getParent
    • Constructor Detail

      • AbstractErrorNode

        protected AbstractErrorNode()
        Deprecated.
      • AbstractErrorNode

        protected AbstractErrorNode​(java.lang.String text)
        Deprecated.
    • Method Detail

      • getChildAt

        public javax.swing.tree.TreeNode getChildAt​(int idx)
        Deprecated.
        Specified by:
        getChildAt in interface javax.swing.tree.TreeNode
      • isMetaNode

        public boolean isMetaNode()
        Deprecated.
      • children

        public java.util.Enumeration children()
        Deprecated.
        Specified by:
        children in interface javax.swing.tree.TreeNode
      • getAllowsChildren

        public boolean getAllowsChildren()
        Deprecated.
        Specified by:
        getAllowsChildren in interface javax.swing.tree.TreeNode
      • getChildCount

        public int getChildCount()
        Deprecated.
        Specified by:
        getChildCount in interface javax.swing.tree.TreeNode
      • getIndex

        public int getIndex​(javax.swing.tree.TreeNode node)
        Deprecated.
        Specified by:
        getIndex in interface javax.swing.tree.TreeNode
      • isLeaf

        public boolean isLeaf()
        Deprecated.
        Specified by:
        isLeaf in interface javax.swing.tree.TreeNode
      • toString

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

        public void blockLoad()
        Deprecated.
        Noop - no children
      • reload

        public void reload()
        Deprecated.
        Noop - no children
      • getFontStyle

        public int getFontStyle()
        Deprecated.
        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