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 SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
StatusHandlerpublic StatusHandler()
 
- 
- 
Method Details- 
showShow the given status.- Parameters:
- status- status to handle
- title- title for the status
 
 
-