Class JTreeElement

java.lang.Object
io.github.astrapi69.swing.tree.JTreeElement
All Implemented Interfaces:
Serializable

public class JTreeElement extends Object implements Serializable
The class JTreeElement represents as the name already presume a tree element
See Also:
  • Field Details

  • Constructor Details

    • JTreeElement

      public JTreeElement()
  • Method Details

    • getDefaultContent

      public Object getDefaultContent()
      Gets the default content object from the map
      Returns:
      the default content object from the map
    • setDefaultContent

      public JTreeElement setDefaultContent(Object defaultContent)
      Sets the default content object from the map to the given object
      Parameters:
      defaultContent - the default content object to set
      Returns:
      this object