public class CheckStateChangedEvent extends EventObject
ICheckStateListener
,
Serialized Formsource
Constructor and Description |
---|
CheckStateChangedEvent(ICheckable source,
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.
|
Object |
getElement()
Returns the element whose check state changed.
|
getSource, toString
public CheckStateChangedEvent(ICheckable source, Object element, boolean state)
source
- the sourceelement
- the elementstate
- the checked statepublic ICheckable getCheckable()
public boolean getChecked()
public Object getElement()
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.