public interface IProjectActionFilter extends IResourceActionFilter
A popup menu extension may use these constants to describe its object target. Each identifies an attribute name or possible value.
Clients are not expected to implement this interface.
IActionFilter
Modifier and Type | Field and Description |
---|---|
static String |
NATURE
An attribute indicating the project nature (value
"nature" ). |
static String |
OPEN
An attribute indicating whether the project is open (value
"open" ). |
CONTENT_TYPE_ID, EXTENSION, NAME, PATH, PERSISTENT_PROPERTY, PROJECT_NATURE, PROJECT_PERSISTENT_PROPERTY, PROJECT_SESSION_PROPERTY, READ_ONLY, SESSION_PROPERTY, XML_DTD_NAME, XML_FIRST_TAG
testAttribute
static final String NATURE
"nature"
).
The attribute value in xml is unconstrained.static final String OPEN
"open"
).
The attribute value in xml must be one of "true" or "false"
.
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.