|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IField | |
|---|---|
| org.eclipse.tigerstripe.workbench.model.deprecated_ | |
| Uses of IField in org.eclipse.tigerstripe.workbench.model.deprecated_ |
|---|
| Fields in org.eclipse.tigerstripe.workbench.model.deprecated_ with type parameters of type IField | |
|---|---|
static java.util.List<IField> |
IField.EMPTY_LIST
An empty list this is used as a return for Artifact types that do not support Fields. |
| Methods in org.eclipse.tigerstripe.workbench.model.deprecated_ that return IField | |
|---|---|
IField |
IField.clone()
Clones this Field. |
IField |
IAbstractArtifact.makeField()
Make a new blank artifact field. |
| Methods in org.eclipse.tigerstripe.workbench.model.deprecated_ that return types with arguments of type IField | |
|---|---|
java.util.Collection<IField> |
IAbstractArtifact.getFields()
Returns the fields defined for this artifact. |
java.util.Collection<IField> |
IAbstractArtifact.getFields(boolean filterFacetExcludedFields)
Returns the fields defined for this artifact. |
java.util.Collection<IField> |
IAbstractArtifact.getInheritedFields()
Returns the inherited fields for this artifact. |
java.util.Collection<IField> |
IAbstractArtifact.getInheritedFields(boolean filterFacetExcludedFields)
Returns the inherited fields for this artifact. |
| Methods in org.eclipse.tigerstripe.workbench.model.deprecated_ with parameters of type IField | |
|---|---|
void |
IAbstractArtifact.addField(IField field)
Add a single field to the fields for this Abstract Artifact. |
| Method parameters in org.eclipse.tigerstripe.workbench.model.deprecated_ with type arguments of type IField | |
|---|---|
void |
IAbstractArtifact.removeFields(java.util.Collection<IField> fields)
Removes a number of fields from this Abstract Artifact. |
void |
IAbstractArtifact.setFields(java.util.Collection<IField> fields)
Sets the fields for this Abstract Artifact. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||