Uses of Class
org.eclipse.core.commands.ParameterTypeEvent
-
Packages that use ParameterTypeEvent Package Description org.eclipse.core.commands Application programming interfaces for commands and handlers. -
-
Uses of ParameterTypeEvent in org.eclipse.core.commands
Methods in org.eclipse.core.commands with parameters of type ParameterTypeEvent Modifier and Type Method Description void
CommandManager. parameterTypeChanged(ParameterTypeEvent parameterTypeEvent)
Notifies that one or more properties of an instance ofParameterType
have changed.void
IParameterTypeListener. parameterTypeChanged(ParameterTypeEvent parameterTypeEvent)
Notifies that one or more properties of an instance ofParameterType
have changed.
-