Package com.github.weisj.darklaf.ui.tree
Class TreeCellContainer
java.lang.Object
com.github.weisj.darklaf.ui.cell.hint.AbstractIndexedCellContainer<JTree,Integer,DarkTreeUI>
com.github.weisj.darklaf.ui.tree.TreeCellContainer
- All Implemented Interfaces:
CellContainer<JTree>
,IndexedCellContainer<JTree,Integer>
public class TreeCellContainer extends AbstractIndexedCellContainer<JTree,Integer,DarkTreeUI>
-
Field Summary
Fields inherited from class com.github.weisj.darklaf.ui.cell.hint.AbstractIndexedCellContainer
ui
-
Constructor Summary
Constructors Constructor Description TreeCellContainer(JTree tree, DarkTreeUI ui)
-
Method Summary
Modifier and Type Method Description Color
getBackgroundAt(Integer position, Component renderer)
Rectangle
getCellBoundsAt(Integer position, boolean isEditing)
Component
getCellEditorComponent(Integer position)
Integer
getCellPosition(Point p)
Component
getCellRendererComponent(Integer row)
JTree
getComponent()
boolean
isEditing()
boolean
isEditingCell(Integer row)
Methods inherited from class com.github.weisj.darklaf.ui.cell.hint.AbstractIndexedCellContainer
addRenderer, getRequiredCellSize
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.github.weisj.darklaf.ui.cell.hint.CellContainer
getAllocation
Methods inherited from interface com.github.weisj.darklaf.ui.cell.hint.IndexedCellContainer
getCellBoundsAt, getEffectiveCellRendererComponent
-
Constructor Details
-
TreeCellContainer
-
-
Method Details
-
getCellBoundsAt
-
getCellPosition
-
getComponent
-
getBackgroundAt
-
isEditingCell
-
getCellRendererComponent
-
getCellEditorComponent
-
isEditing
public boolean isEditing()
-