|
Eclipse Platform Release 3.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.jface.util.StatusHandler
public abstract class 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.6 |
|||||||||
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, 2010. All rights reserved.