Package | Description |
---|---|
org.eclipse.jface.dialogs |
Provides support for dialogs.
|
Modifier and Type | Method and Description |
---|---|
static ControlEnableState |
ControlEnableState.disable(Control w)
Saves the current enable/disable state of the given control and its
descendents in the returned object; the controls are all disabled.
|
static ControlEnableState |
ControlEnableState.disable(Control w,
List<Control> exceptions)
Saves the current enable/disable state of the given control and its
descendents in the returned object except for the given list of exception
cases; the controls that are saved are also disabled.
|
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.