java.lang.Object
com.inductiveautomation.ignition.client.util.gui.tree.AbstractErrorNode
All Implemented Interfaces:
RenderableTreeNode, TreeNode

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

    • AbstractErrorNode

      protected AbstractErrorNode()
      Deprecated.
    • AbstractErrorNode

      protected AbstractErrorNode(String text)
      Deprecated.
  • Method Details

    • getChildAt

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

      public boolean isMetaNode()
      Deprecated.
    • children

      public Enumeration children()
      Deprecated.
      Specified by:
      children in interface TreeNode
    • getAllowsChildren

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

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

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

      public boolean isLeaf()
      Deprecated.
      Specified by:
      isLeaf in interface TreeNode
    • getTooltipText

      public String getTooltipText()
      Deprecated.
      Description copied from interface: RenderableTreeNode
      A tooltip (may be null) for the node
      Specified by:
      getTooltipText in interface RenderableTreeNode
    • toString

      public String toString()
      Deprecated.
      Overrides:
      toString in class 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
    • getIconKey

      public Object getIconKey()
      Deprecated.
      Description copied from interface: RenderableTreeNode
      Return a hashable key to specify this node's icon
      Specified by:
      getIconKey in interface RenderableTreeNode