Class PropertyTreeModel.ObjectNode

java.lang.Object
de.bsvrz.sys.funclib.kappich.propertytree.PropertyTreeModel.ObjectNode
All Implemented Interfaces:
java.lang.Comparable<PropertyTreeModel.ObjectNode>
Enclosing class:
PropertyTreeModel

public class PropertyTreeModel.ObjectNode
extends java.lang.Object
implements java.lang.Comparable<PropertyTreeModel.ObjectNode>
  • Constructor Summary

    Constructors
    Constructor Description
    ObjectNode​(PropertyName propertyName, java.lang.Object object)  
  • Method Summary

    Modifier and Type Method Description
    int compareTo​(PropertyTreeModel.ObjectNode o)  
    java.util.List<de.bsvrz.sys.funclib.kappich.propertytree.PropertyTreeModel.TreeNode> getChildren()  
    javax.swing.Icon getIcon()  
    java.lang.Object getObject()  
    protected void setIcon​(java.lang.String icon)  
    protected void setIcon​(javax.swing.Icon icon)  
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

  • Method Details

    • getObject

      public java.lang.Object getObject()
    • getChildren

      public java.util.List<de.bsvrz.sys.funclib.kappich.propertytree.PropertyTreeModel.TreeNode> getChildren()
    • toString

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

      public int compareTo​(PropertyTreeModel.ObjectNode o)
      Specified by:
      compareTo in interface java.lang.Comparable<PropertyTreeModel.ObjectNode>
    • getIcon

      public javax.swing.Icon getIcon()
    • setIcon

      protected void setIcon​(java.lang.String icon)
    • setIcon

      protected void setIcon​(javax.swing.Icon icon)