Modifier and Type | Method and Description |
---|---|
Profile |
ChartFactory.createProfile()
Returns a new object of class 'Profile'.
|
Profile |
Chart.getActiveProfile()
Returns the value of the 'Active Profile' reference.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<Profile> |
Chart.getProfiles()
Returns the value of the 'Profiles' containment reference list.
|
Modifier and Type | Method and Description |
---|---|
void |
Chart.setActiveProfile(Profile value)
Sets the value of the '
Active Profile ' reference. |
Modifier and Type | Class and Description |
---|---|
class |
ProfileImpl
An implementation of the model object 'Profile'.
|
Modifier and Type | Field and Description |
---|---|
protected Profile |
ChartImpl.activeProfile
The cached value of the '
Active Profile ' reference. |
Modifier and Type | Field and Description |
---|---|
protected org.eclipse.emf.common.util.EList<Profile> |
ChartImpl.profiles
The cached value of the '
Profiles ' containment reference list. |
Modifier and Type | Method and Description |
---|---|
Profile |
ChartImpl.basicGetActiveProfile() |
Profile |
ChartFactoryImpl.createProfile() |
Profile |
ChartImpl.getActiveProfile() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<Profile> |
ChartImpl.getProfiles() |
Modifier and Type | Method and Description |
---|---|
void |
ChartImpl.setActiveProfile(Profile newActiveProfile) |
Modifier and Type | Field and Description |
---|---|
protected Profile |
ProfileTest.fixture
The fixture for this Profile test case.
|
Modifier and Type | Method and Description |
---|---|
protected Profile |
ProfileTest.getFixture()
Returns the fixture for this Profile test case.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ProfileTest.setFixture(Profile fixture)
Sets the fixture for this Profile test case.
|
Modifier and Type | Method and Description |
---|---|
T |
ChartSwitch.caseProfile(Profile object)
Returns the result of interpreting the object as an instance of 'Profile'.
|
Modifier and Type | Method and Description |
---|---|
Profile |
ProfileManager.getActiveProfile() |
Modifier and Type | Method and Description |
---|---|
protected void |
ProfileManager.handleAdd(Profile profile) |
protected void |
ProfileManager.handleRemove(Profile profile) |
void |
ProfileManager.setActiveProfile(Profile activeProfile) |
Constructor and Description |
---|
ButtonProfileEntry(org.eclipse.core.databinding.DataBindingContext dbc,
org.eclipse.swt.widgets.Composite parent,
ProfileManager profileManager,
Profile profile,
ChartContext chartContext) |
CheckProfileEntry(org.eclipse.core.databinding.DataBindingContext dbc,
org.eclipse.swt.widgets.Composite parent,
ProfileManager profileManager,
Profile profile,
ChartContext chartContext) |
ProfileEntry(org.eclipse.core.databinding.DataBindingContext ctx,
ProfileManager manager,
Profile profile,
ChartContext chartContext) |
RadioProfileEntry(org.eclipse.core.databinding.DataBindingContext dbc,
org.eclipse.swt.widgets.Composite parent,
ProfileManager profileManager,
Profile profile,
ChartContext chartContext) |
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.