Class GenericBaseTreeNodeWithContentPanel<T,K,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.BaseTreeNode<T,K>,C>
io.github.astrapi69.swing.tree.panel.content.GenericBaseTreeNodeWithContentPanel<T,K,C>
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible
Direct Known Subclasses:
BaseTreeNodeGenericTreeElementWithContentPanel

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

    • GenericBaseTreeNodeWithContentPanel

      public GenericBaseTreeNodeWithContentPanel()
    • GenericBaseTreeNodeWithContentPanel

      public GenericBaseTreeNodeWithContentPanel(io.github.astrapi69.model.api.IModel<io.github.astrapi69.gen.tree.BaseTreeNode<T,K>> 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.BaseTreeNode<T,K>>