|
Eclipse Platform Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IProjectActionFilter
Describes the public attributes for a project and the acceptable values each may have.
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
Field Summary | |
---|---|
static java.lang.String |
NATURE
An attribute indicating the project nature (value "nature" ). |
static java.lang.String |
OPEN
An attribute indicating whether the project is open (value "open" ). |
Fields inherited from interface org.eclipse.ui.IResourceActionFilter |
---|
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 |
Method Summary |
---|
Methods inherited from interface org.eclipse.ui.IActionFilter |
---|
testAttribute |
Field Detail |
---|
static final java.lang.String NATURE
"nature"
).
The attribute value in xml is unconstrained.
static final java.lang.String OPEN
"open"
).
The attribute value in xml must be one of "true" or "false"
.
|
Eclipse Platform Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.