|
Eclipse Platform Release 3.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICheckStateProvider
Interface to provide checked and grayed state information about data in trees or tables. The following chart determines the checkbox state:
isGrayed() |
|||
false |
true |
||
isChecked() |
false |
unchecked | |
true |
checked | grayed |
Method Summary | |
---|---|
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. |
Method Detail |
---|
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
-
|
Eclipse Platform Release 3.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2010. All rights reserved.