private static class ProofTreeViewFilter.HideClosedSubtreesFilter extends ProofTreeViewFilter
ProofTreeViewFilter.NodeFilterALL, HIDE_CLOSED_SUBTREES, HIDE_INTERMEDIATE, ONLY_INTERACTIVE| Modifier | Constructor and Description |
|---|---|
private |
HideClosedSubtreesFilter() |
| Modifier and Type | Method and Description |
|---|---|
(package private) boolean |
global()
Returns whether the filter's scope is on the whole tree (like hiding subtrees).
|
boolean |
isActive()
Whether the filter is currently active.
|
String |
name()
Name of the filter used in GUI elements.
|
(package private) void |
setActive(boolean active)
Should only be called through GUIProofTreeNode#setFilter().
|
public boolean isActive()
ProofTreeViewFilterisActive in class ProofTreeViewFiltervoid setActive(boolean active)
ProofTreeViewFiltersetActive in class ProofTreeViewFilterpublic String name()
ProofTreeViewFiltername in class ProofTreeViewFilterboolean global()
ProofTreeViewFilterglobal in class ProofTreeViewFilter