public interface IStatusAdapterConstants
StatusAdapter
.
This interface should not be implemented or extended by clients.
Modifier and Type | Field and Description |
---|---|
static QualifiedName |
EXPLANATION_PROPERTY
This property is used to add an explanation to the adapter.
|
static QualifiedName |
HINT_PROPERTY
This property is used to add a hint to the adapter.
|
static String |
PROPERTY_PREFIX
Common prefix for properties defined in this interface.
|
static QualifiedName |
TIMESTAMP_PROPERTY
This property is used to add a timestamp to the adapter.
|
static QualifiedName |
TITLE_PROPERTY
This property is used to add title to the adapter.
|
static final String PROPERTY_PREFIX
static final QualifiedName TITLE_PROPERTY
The property must be of type String
.
static final QualifiedName TIMESTAMP_PROPERTY
The property must be of type Long
.
static final QualifiedName EXPLANATION_PROPERTY
The property must be of type String
.
static final QualifiedName HINT_PROPERTY
The property must be of type String
.
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.