public class CheckStateChangedEvent
extends java.util.EventObject
ICheckStateListener,
Serialized Form| Constructor and Description |
|---|
CheckStateChangedEvent(ICheckable source,
java.lang.Object element,
boolean state)
Creates a new event for the given source, element, and checked state.
|
| Modifier and Type | Method and Description |
|---|---|
ICheckable |
getCheckable()
Returns the checkable that is the source of this event.
|
boolean |
getChecked()
Returns the checked state of the element.
|
java.lang.Object |
getElement()
Returns the element whose check state changed.
|
public CheckStateChangedEvent(ICheckable source, java.lang.Object element, boolean state)
source - the sourceelement - the elementstate - the checked statepublic ICheckable getCheckable()
public boolean getChecked()
public java.lang.Object getElement()
Copyright (c) 2000, 2018 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.