Class TreeCellContainer

All Implemented Interfaces:
CellContainer<JTree>, IndexedCellContainer<JTree,Integer>

public class TreeCellContainer extends AbstractIndexedCellContainer<JTree,Integer,DarkTreeUI>
  • Constructor Details

  • Method Details

    • getCellBoundsAt

      public Rectangle getCellBoundsAt(Integer position, boolean isEditing)
    • getCellPosition

      public Integer getCellPosition(Point p)
    • getComponent

      public JTree getComponent()
    • getBackgroundAt

      public Color getBackgroundAt(Integer position, Component renderer)
    • isEditingCell

      public boolean isEditingCell(Integer row)
    • getCellRendererComponent

      public Component getCellRendererComponent(Integer row)
    • getCellEditorComponent

      public Component getCellEditorComponent(Integer position)
    • isEditing

      public boolean isEditing()