public abstract class StatusHandler
extends java.lang.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,
java.lang.String title)
Show the given status.
|
public abstract void show(IStatus status, java.lang.String title)
status - status to handletitle - title for the status
Copyright (c) 2000, 2018 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.