Package | Description |
---|---|
org.eclipse.oomph.targlets | |
org.eclipse.oomph.targlets.core | |
org.eclipse.oomph.targlets.impl | |
org.eclipse.oomph.targlets.util |
Modifier and Type | Method and Description |
---|---|
Targlet |
TargletFactory.copyTarglet(Targlet source) |
Targlet |
TargletFactory.createTarglet()
Returns a new object of class 'Targlet'.
|
Targlet |
TargletFactory.createTarglet(String name) |
Modifier and Type | Method and Description |
---|---|
EList<Targlet> |
TargletFactory.copyTarglets(Collection<? extends Targlet> targlets) |
EList<Targlet> |
TargletContainer.getTarglets()
Returns the value of the 'Targlets' containment reference list.
|
Modifier and Type | Method and Description |
---|---|
Targlet |
TargletFactory.copyTarglet(Targlet source) |
Modifier and Type | Method and Description |
---|---|
EList<Targlet> |
TargletFactory.copyTarglets(Collection<? extends Targlet> targlets) |
Modifier and Type | Method and Description |
---|---|
Targlet |
ITargletContainer.getTarglet(String name)
Returns a copy of the targlet with the given name in this targlet container.
|
Modifier and Type | Method and Description |
---|---|
EList<Targlet> |
ITargletContainer.getTarglets()
Returns a copy of the targlets in this targlet container.
|
Modifier and Type | Method and Description |
---|---|
void |
ITargletContainer.setTarglets(Collection<? extends Targlet> targlets)
Copies the passed targlets into this targlet container.
|
Modifier and Type | Class and Description |
---|---|
class |
TargletImpl
An implementation of the model object 'Targlet'.
|
Modifier and Type | Field and Description |
---|---|
protected EList<Targlet> |
TargletContainerImpl.targlets
The cached value of the '
Targlets ' containment reference list. |
Modifier and Type | Method and Description |
---|---|
Targlet |
TargletFactoryImpl.copyTarglet(Targlet source) |
Targlet |
TargletFactoryImpl.createTarglet() |
Targlet |
TargletFactoryImpl.createTarglet(String name) |
Modifier and Type | Method and Description |
---|---|
EList<Targlet> |
TargletFactoryImpl.copyTarglets(Collection<? extends Targlet> targlets) |
EList<Targlet> |
TargletContainerImpl.getTarglets() |
Modifier and Type | Method and Description |
---|---|
Targlet |
TargletFactoryImpl.copyTarglet(Targlet source) |
Modifier and Type | Method and Description |
---|---|
EList<Targlet> |
TargletFactoryImpl.copyTarglets(Collection<? extends Targlet> targlets) |
Modifier and Type | Method and Description |
---|---|
T |
TargletSwitch.caseTarglet(Targlet object)
Returns the result of interpreting the object as an instance of 'Targlet'.
|
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