|
Eclipse Platform Release 3.4 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.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.
Policy.getStatusHandler()
,
Policy.setStatusHandler(StatusHandler)
Constructor Summary | |
StatusHandler()
|
Method Summary | |
abstract void |
show(IStatus status,
String title)
Show the given status. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public StatusHandler()
Method Detail |
public abstract void show(IStatus status, String title)
status
- status to handletitle
- title for the status
|
Eclipse Platform Release 3.4 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.