| Package | Description |
|---|---|
| org.eclipse.epsilon.picto | |
| org.eclipse.epsilon.picto.dom | |
| org.eclipse.epsilon.picto.dom.impl | |
| org.eclipse.epsilon.picto.dom.util | |
| org.eclipse.epsilon.picto.transformers |
| Modifier and Type | Field and Description |
|---|---|
protected List<Patch> |
ViewTree.patches |
protected List<Patch> |
ViewContent.patches |
| Modifier and Type | Method and Description |
|---|---|
List<Patch> |
ViewTree.getPatches() |
List<Patch> |
ViewContent.getPatches() |
| Modifier and Type | Method and Description |
|---|---|
void |
ViewTree.setPatches(List<Patch> patches) |
void |
ViewContent.setPatches(List<Patch> patches) |
| Constructor and Description |
|---|
ViewContent(String format,
String text,
File file,
List<Layer> layers,
List<Patch> patches,
Set<URI> baseUris) |
ViewTree(ContentPromise promise,
String format,
String icon,
Integer position,
List<Patch> patches,
List<Layer> layers) |
ViewTree(ContentPromise promise,
String format,
String icon,
List<Patch> patches,
List<Layer> layers) |
| Modifier and Type | Method and Description |
|---|---|
Patch |
PictoFactory.createPatch()
Returns a new object of class 'Patch'.
|
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<Patch> |
CustomView.getPatches()
Returns the value of the 'Patches' containment reference list.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PatchImpl
An implementation of the model object 'Patch'.
|
| Modifier and Type | Field and Description |
|---|---|
protected org.eclipse.emf.common.util.EList<Patch> |
CustomViewImpl.patches
The cached value of the '
Patches' containment reference list. |
| Modifier and Type | Method and Description |
|---|---|
Patch |
PictoFactoryImpl.createPatch() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<Patch> |
CustomViewImpl.getPatches() |
| Modifier and Type | Method and Description |
|---|---|
T |
PictoSwitch.casePatch(Patch object)
Returns the result of interpreting the object as an instance of 'Patch'.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
PatchContentTransformer.applies(Patch patch,
ViewContent content) |
Copyright © 2020. All rights reserved.