| java.lang.Object org.eclipse.ui.commands.KeyConfigurationEvent
Constructor Summary | |
public | KeyConfigurationEvent(IKeyConfiguration keyConfiguration, boolean activeChanged, boolean definedChanged, boolean nameChanged, boolean parentIdChanged) Creates a new instance of this class. |
KeyConfigurationEvent | public KeyConfigurationEvent(IKeyConfiguration keyConfiguration, boolean activeChanged, boolean definedChanged, boolean nameChanged, boolean parentIdChanged)(Code) | | Creates a new instance of this class.
Parameters: keyConfiguration - the instance of the interface that changed. Parameters: activeChanged - true, iff the active property changed. Parameters: definedChanged - true, iff the defined property changed. Parameters: nameChanged - true, iff the name property changed. Parameters: parentIdChanged - true, iff the parentId property changed. |
getKeyConfiguration | public IKeyConfiguration getKeyConfiguration()(Code) | | Returns the instance of the interface that changed.
the instance of the interface that changed. Guaranteed not to benull . |
hasActiveChanged | public boolean hasActiveChanged()(Code) | | Returns whether or not the active property changed.
true, iff the active property changed. |
hasDefinedChanged | public boolean hasDefinedChanged()(Code) | | Returns whether or not the defined property changed.
true, iff the defined property changed. |
hasNameChanged | public boolean hasNameChanged()(Code) | | Returns whether or not the name property changed.
true, iff the name property changed. |
hasParentIdChanged | public boolean hasParentIdChanged()(Code) | | Returns whether or not the parentId property changed.
true, iff the parentId property changed. |
|
|