Uses of Class
org.eclipse.ui.statushandlers.StatusAdapter
Packages that use StatusAdapter
Package
Description
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface.
-
Uses of StatusAdapter in org.eclipse.ui.internal
Methods in org.eclipse.ui.internal with parameters of type StatusAdapterModifier and TypeMethodDescriptionvoidWorkbenchErrorHandlerProxy.handle(StatusAdapter statusAdapter, int style) -
Uses of StatusAdapter in org.eclipse.ui.statushandlers
Methods in org.eclipse.ui.statushandlers with parameters of type StatusAdapterModifier and TypeMethodDescriptionvoidWorkbenchStatusDialogManager.addStatusAdapter(StatusAdapter statusAdapter, boolean modal) Adds a newStatusAdapterto the status adapters list in the dialog.abstract ControlAbstractStatusAreaProvider.createSupportArea(Composite parent, StatusAdapter statusAdapter) Create an area for detailed support area as a child of the given parent.voidStatusManager.fireNotification(int type, StatusAdapter[] adapters) This method should be called by custom status handlers when an event occurs.abstract voidAbstractStatusHandler.handle(StatusAdapter statusAdapter, int style) HandlesStatusAdapterobjects based on the set style.voidStatusManager.handle(StatusAdapter statusAdapter) Handles the given status adapter.voidStatusManager.handle(StatusAdapter statusAdapter, int style) Handles the given status adapter due to the style.voidWorkbenchErrorHandler.handle(StatusAdapter statusAdapter, int style) voidStatusManager.INotificationListener.statusManagerNotified(int type, StatusAdapter[] adapters) booleanAbstractStatusAreaProvider.validFor(StatusAdapter statusAdapter) This method is called beforeAbstractStatusAreaProvider.createSupportArea(Composite, StatusAdapter)to check if it will display any significant implementation.