Class GenericTreeNodeWithContentPanel<T,C>

java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
io.github.astrapi69.swing.base.BasePanel<T>
io.github.astrapi69.swing.tree.panel.JTreePanel<T>
io.github.astrapi69.swing.tree.panel.content.JTreeWithContentPanel<io.github.astrapi69.gen.tree.TreeNode<T>,C>
io.github.astrapi69.swing.tree.panel.content.GenericTreeNodeWithContentPanel<T,C>
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible
Direct Known Subclasses:
TreeNodeGenericTreeElementWithContentPanel

public abstract class GenericTreeNodeWithContentPanel<T,C> extends JTreeWithContentPanel<io.github.astrapi69.gen.tree.TreeNode<T>,C>
See Also:
  • Constructor Details

    • GenericTreeNodeWithContentPanel

      public GenericTreeNodeWithContentPanel()
    • GenericTreeNodeWithContentPanel

      public GenericTreeNodeWithContentPanel(io.github.astrapi69.model.api.IModel<io.github.astrapi69.gen.tree.TreeNode<T>> model)
      Parameters:
      model - the model
  • Method Details

    • onInitializeGroupLayout

      protected void onInitializeGroupLayout()
      On initialize group layout.
    • onInitializeLayout

      protected void onInitializeLayout()
      Overrides:
      onInitializeLayout in class JTreePanel<io.github.astrapi69.gen.tree.TreeNode<T>>