public abstract class StatusHandler extends Object
Clients may provide their own implementation to change how statuses are handled from within JFace.
Policy.getStatusHandler(),
Policy.setStatusHandler(StatusHandler)| Constructor and Description |
|---|
StatusHandler() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
show(IStatus status,
String title)
Show the given status.
|
Copyright (c) 2000, 2016 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.