public interface FileMapping extends ModelElement
The following features are supported:
WorkbenchPackage.getFileMapping()
Modifier and Type | Method and Description |
---|---|
String |
getDefaultEditorID()
Returns the value of the 'Default Editor ID' attribute.
|
EList<FileEditor> |
getEditors()
Returns the value of the 'Editors' containment reference list.
|
String |
getFilePattern()
Returns the value of the 'File Pattern' attribute.
|
void |
setDefaultEditorID(String value)
Sets the value of the '
Default Editor ID ' attribute. |
void |
setFilePattern(String value)
Sets the value of the '
File Pattern ' attribute. |
getAnnotation, getAnnotations
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
eAdapters, eDeliver, eNotify, eSetDeliver
String getFilePattern()
If the meaning of the 'File Pattern' attribute isn't clear, there really should be more of a description here...
setFilePattern(String)
,
WorkbenchPackage.getFileMapping_FilePattern()
void setFilePattern(String value)
File Pattern
' attribute.
value
- the new value of the 'File Pattern' attribute.getFilePattern()
String getDefaultEditorID()
If the meaning of the 'Default Editor ID' attribute isn't clear, there really should be more of a description here...
setDefaultEditorID(String)
,
WorkbenchPackage.getFileMapping_DefaultEditorID()
void setDefaultEditorID(String value)
Default Editor ID
' attribute.
value
- the new value of the 'Default Editor ID' attribute.getDefaultEditorID()
EList<FileEditor> getEditors()
FileEditor
.
If the meaning of the 'Editors' containment reference list isn't clear, there really should be more of a description here...
WorkbenchPackage.getFileMapping_Editors()
Copyright (c) 2014 Eike Stepper (Loehne, Germany) and others.
All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v2.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v20.html