Package org.eclipse.jface.util
Class StatusHandler
java.lang.Object
org.eclipse.jface.util.StatusHandler
A mechanism to handle statuses throughout JFace.
Clients may provide their own implementation to change how statuses are handled from within JFace.
- Since:
- 3.4
- See Also:
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
StatusHandler
public StatusHandler()
-
-
Method Details
-
show
Show the given status.- Parameters:
status
- status to handletitle
- title for the status
-