Uses of Class
org.eclipse.jface.util.StatusHandler
-
Packages that use StatusHandler Package Description org.eclipse.jface.util 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 StatusHandler Modifier and Type Method Description static StatusHandlerPolicy. getStatusHandler()Returns the status handler used by JFace to handle statuses.Methods in org.eclipse.jface.util with parameters of type StatusHandler Modifier and Type Method Description static voidPolicy. setStatusHandler(StatusHandler status)Sets the status handler used by JFace to handle statuses.
-