Uses of Interface
org.eclipse.jface.action.IStatusLineManager

Packages that use IStatusLineManager
org.eclipse.jface.action Provides support for shared UI resources such as menus, tool bars, and status lines. 
 

Uses of IStatusLineManager in org.eclipse.jface.action
 

Classes in org.eclipse.jface.action that implement IStatusLineManager
 class StatusLineManager
          A status line manager is a contribution manager which realizes itself and its items in a status line control.
 class SubStatusLineManager
          A SubStatusLineManager is used to define a set of contribution items within a parent manager.
 

Methods in org.eclipse.jface.action that return IStatusLineManager
protected  IStatusLineManager SubStatusLineManager.getParentStatusLineManager()
          Returns the parent status line manager that this sub-manager contributes to.
 

Constructors in org.eclipse.jface.action with parameters of type IStatusLineManager
SubStatusLineManager(IStatusLineManager mgr)
          Constructs a new manager.