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>
-
Field Summary
Fields inherited from class com.github.weisj.darklaf.ui.cell.hint.AbstractIndexedCellContainer
ui
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBackgroundAt(Integer position, Component renderer)
getCellBoundsAt(Integer position, boolean isEditing)
getCellEditorComponent(Integer position)
getCellPosition(Point p)
boolean
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
adjustCellBoundsToPreferredSize, 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()
-