public interface ICheckStateProvider
isGrayed() |
|||
false |
true |
||
isChecked() |
false |
unchecked | |
true |
checked | grayed |
Modifier and Type | Method and Description |
---|---|
boolean |
isChecked(Object element)
Indicates if an element's representation should appear as checked or
gray instead of unchecked.
|
boolean |
isGrayed(Object element)
Indicates whether the check box associated with an element, when checked
as indicated by the
isChecked(Object) method,
should display the gray (boxed) state instead of the check mark. |
boolean isChecked(Object element)
true
the isGrayed(Object)
method will determine
whether the check box displays a check mark ("checked") or a box
("grayed").element
- boolean isGrayed(Object element)
isChecked(Object)
method,
should display the gray (boxed) state instead of the check mark.element
-
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.