java.lang.Object
io.github.astrapi69.swing.tree.GenericTreeElement<T>
- All Implemented Interfaces:
Serializable
The class
GenericTreeElement
represents as the name already presume a tree element- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the default content object from the mapsetDefaultContent
(T defaultContent) Sets the default content object from the map to the given object
-
Field Details
-
DEFAULT_CONTENT_KEY
- See Also:
-
-
Constructor Details
-
GenericTreeElement
public GenericTreeElement()
-
-
Method Details
-
getDefaultContent
Gets the default content object from the map- Returns:
- the default content object from the map
-
setDefaultContent
Sets the default content object from the map to the given object- Parameters:
defaultContent
- the default content object to set- Returns:
- this object
-