Package org.eclipse.e4.ui.services
Interface IServiceConstants
public interface IServiceConstants
- Since:
- 1.0
- Restriction:
- This interface is not intended to be implemented by clients.
- 
Field SummaryFields
- 
Field Details- 
ACTIVE_SELECTIONThe current selectionThis value can be nullif there is no selection- See Also:
 
- 
SELECTIONDeprecated.Due to the possibly misleading nature of this field's name, it has been replaced withACTIVE_SELECTION. All clients of this API should change their references toACTIVE_SELECTION.- See Also:
- Restriction:
- This field is not intended to be referenced by clients.
 
- 
ACTIVE_CONTEXTSThe set of the contexts that are currently active.- See Also:
 
- 
ACTIVE_PARTThe part active in a given context.This value can be nullif there is no active part in a given context.- See Also:
 
- 
ACTIVE_SHELLThe currently active Shell.- See Also:
 
 
-