Serialized Form
code
int code
- The SWT error code, one of SWT.ERROR_*.
throwable
java.lang.Throwable throwable
- The underlying throwable that caused the problem,
or null if this information is not available.
code
int code
- The SWT error code, one of SWT.ERROR_*.
throwable
java.lang.Throwable throwable
- The underlying throwable that caused the problem,
or null if this information is not available.
|
Package org.eclipse.jface.resource |
cause
java.lang.Throwable cause
|
Package org.eclipse.jface.util |
propertyName
java.lang.String propertyName
- The name of the changed property.
oldValue
java.lang.Object oldValue
- The old value of the changed property, or
null if
not known or not relevant.
newValue
java.lang.Object newValue
- The new value of the changed property, or
null if
not known or not relevant.
|
Package org.eclipse.jface.viewers |
element
java.lang.Object element
- The viewer element.
state
boolean state
- The checked state.
selection
ISelection selection
- The selection.
elements
java.lang.Object[] elements
- The elements whose labels need to be updated or
null.
selection
ISelection selection
- The selection.
selection
ISelection selection
- The selection.
element
java.lang.Object element
- The element that was expanded or collapsed.