Uses of Enum Class
ca.phon.ui.tristatecheckbox.TristateCheckBoxState
-
Uses of TristateCheckBoxState in ca.phon.ui.tristatecheckbox
Modifier and TypeMethodDescriptionTristateCheckBoxTreeNode.getCheckingState()
TristateCheckBoxTree.getCheckingStateForPath
(TreePath path) Return path checkbox state.TristateCheckBox.getSelectionState()
TristateCheckBoxTreeModelEvent.getState()
static TristateCheckBoxState
Returns the enum constant of this class with the specified name.static TristateCheckBoxState[]
TristateCheckBoxState.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
TristateCheckBoxTreeModel.fireTreeNodeCheckingChanged
(Object source, Object[] path, int[] childIndices, Object[] children, TristateCheckBoxState state) TristateCheckBoxTree.getPathsWithState
(TristateCheckBoxState state) Get a list of all nodes with the specified state.TristateCheckBoxTree.getPathsWithState
(TreePath path, TristateCheckBoxState state) Get a list of all nodes with the specified state.void
TristateCheckBoxTreeNode.setCheckingState
(TristateCheckBoxState checkboxState) void
TristateCheckBoxTree.setCheckingStateForPath
(TreePath path, TristateCheckBoxState state) Set the checking state for given path.void
TristateCheckBoxTree.setCheckingStateForPaths
(Iterable<TreePath> pathItr, TristateCheckBoxState state) Set state for multiple pathsvoid
TristateCheckBox.setSelectionState
(TristateCheckBoxState state) ModifierConstructorDescriptionTristateCheckBoxTreeModelEvent
(Object source, Object[] path, int[] childIndices, Object[] children, TristateCheckBoxState state) TristateCheckBoxTreeModelEvent
(Object source, Object[] path, TristateCheckBoxState state) TristateCheckBoxTreeNode
(Object userObject, TristateCheckBoxState checkingState) TristateCheckBoxTreeNode
(Object userObject, TristateCheckBoxState checkingState, boolean allowsChildren) TristateCheckBoxTreeNode
(Object userObject, TristateCheckBoxState checkingState, boolean allowsChildren, boolean enablePartialCheck)