Java org.eclipse.jface.action StatusLineManager fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jface.action StatusLineManager fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jface.action StatusLineManager.

The text is from its open source code.

Subclass

org.eclipse.jface.action.StatusLineManager has subclasses.
Click this link to see all its subclasses.

Field

StringBEGIN_GROUP
Identifier of group marker used to position contributions at the beginning of the status line.
StringMIDDLE_GROUP
Identifier of group marker used to position contributions in the middle of the status line.
StringEND_GROUP
Identifier of group marker used to position contributions at the end of the status line.

Constructor

StatusLineManager()
Creates a new status line manager.

Method