Class StatusHandler

java.lang.Object
org.eclipse.jface.util.StatusHandler

public abstract class StatusHandler extends Object
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 Details

    • StatusHandler

      public StatusHandler()
  • Method Details

    • show

      public abstract void show(IStatus status, String title)
      Show the given status.
      Parameters:
      status - status to handle
      title - title for the status