Uses of Enum Class
ca.phon.ui.tristatecheckbox.TristateCheckBoxState
Packages that use TristateCheckBoxState
-
Uses of TristateCheckBoxState in ca.phon.ui.tristatecheckbox
Subclasses with type arguments of type TristateCheckBoxState in ca.phon.ui.tristatecheckboxMethods in ca.phon.ui.tristatecheckbox that return TristateCheckBoxStateModifier and TypeMethodDescriptionTristateCheckBoxTreeNode.getCheckingState()TristateCheckBoxTree.getCheckingStateForPath(TreePath path) Return path checkbox state.TristateCheckBox.getSelectionState()TristateCheckBoxTreeModelEvent.getState()static TristateCheckBoxStateReturns 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.Methods in ca.phon.ui.tristatecheckbox with parameters of type TristateCheckBoxStateModifier and TypeMethodDescriptionvoidTristateCheckBoxTreeModel.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.voidTristateCheckBoxTreeNode.setCheckingState(TristateCheckBoxState checkboxState) voidTristateCheckBoxTree.setCheckingStateForPath(TreePath path, TristateCheckBoxState state) Set the checking state for given path.voidTristateCheckBoxTree.setCheckingStateForPaths(Iterable<TreePath> pathItr, TristateCheckBoxState state) Set state for multiple pathsvoidTristateCheckBox.setSelectionState(TristateCheckBoxState state) Constructors in ca.phon.ui.tristatecheckbox with parameters of type TristateCheckBoxStateModifierConstructorDescriptionTristateCheckBoxTreeModelEvent(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)