Class TreeElementState
-
- All Implemented Interfaces:
-
org.jetbrains.jewel.foundation.state.FocusableComponentState,org.jetbrains.jewel.foundation.state.InteractiveComponentState,org.jetbrains.jewel.foundation.state.SelectableComponentState
public final class TreeElementState implements FocusableComponentState, SelectableComponentState
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classTreeElementState.Companion
-
Field Summary
Fields Modifier and Type Field Description private final BooleanisActiveprivate final BooleanisEnabledprivate final BooleanisFocusedprivate final BooleanisPressedprivate final BooleanisHoveredprivate final BooleanisSelectedprivate final BooleanisExpandedprivate final <Error class: unknown class>statepublic final static TreeElementState.CompanionCompanion
-
Constructor Summary
Constructors Constructor Description TreeElementState(<Error class: unknown class> state)
-
Method Summary
Modifier and Type Method Description BooleanisActive()BooleanisEnabled()BooleanisFocused()BooleanisPressed()BooleanisHovered()BooleanisSelected()final BooleanisExpanded()final <Error class: unknown class>getState()StringtoString()final TreeElementStatecopy(Boolean enabled, Boolean focused, Boolean expanded, Boolean pressed, Boolean hovered, Boolean active, Boolean selected)-
-
Method Detail
-
isSelected
Boolean isSelected()
-
isExpanded
final Boolean isExpanded()
-
getState
final <Error class: unknown class> getState()
-
-
-
-