Uses of Class
org.eclipse.jface.util.StatusHandler
Packages that use StatusHandler
Package
Description
Provides useful building blocks used throughout JFace,
including property change events, a listener list implementation, and runtime
checked assertions.
-
Uses of StatusHandler in org.eclipse.jface.util
Methods in org.eclipse.jface.util that return StatusHandlerModifier and TypeMethodDescriptionstatic StatusHandler
Policy.getStatusHandler()
Returns the status handler used by JFace to handle statuses.Methods in org.eclipse.jface.util with parameters of type StatusHandlerModifier and TypeMethodDescriptionstatic void
Policy.setStatusHandler
(StatusHandler status) Sets the status handler used by JFace to handle statuses.