Modifier and Type | Interface and Description |
---|---|
interface |
BoolLEDComponent
A representation of the model object 'Bool LED Component'.
|
interface |
BrowserComponent
A representation of the model object 'Browser Component'.
|
interface |
ButtonComponent
A representation of the model object 'Button Component'.
|
interface |
CheckComponent
A representation of the model object 'Check Component'.
|
interface |
CompositeComponent
A representation of the model object 'Composite Component'.
|
interface |
FillLayoutComponent
A representation of the model object 'Fill Layout Component'.
|
interface |
GenericComponent
A representation of the model object 'Generic Component'.
|
interface |
GroupGridComponent
A representation of the model object 'Group Grid Component'.
|
interface |
LabelComponent
A representation of the model object 'Label Component'.
|
interface |
LinkComponent
A representation of the model object 'Link Component'.
|
interface |
ProgressComponent
A representation of the model object 'Progress Component'.
|
interface |
ReadableComponent
A representation of the model object 'Readable Component'.
|
interface |
SimpleGridComponent
A representation of the model object 'Simple Grid Component'.
|
interface |
TextComponent
A representation of the model object 'Text Component'.
|
interface |
TextInputComponent
A representation of the model object 'Text Input Component'.
|
interface |
TextInputMultiComponent
A representation of the model object '
Text Input Multi Component'.
|
interface |
URLImageComponent
A representation of the model object 'URL Image Component'.
|
interface |
ValueComponent
A representation of the model object 'Value Component'.
|
interface |
ValueSetComponent
A representation of the model object 'Value Set Component'.
|
interface |
WriteableComponent
A representation of the model object 'Writeable Component'.
|
Modifier and Type | Method and Description |
---|---|
Component |
GroupEntry.getComponent()
Returns the value of the 'Component' containment reference.
|
Component |
View.getHeaderComponent()
Returns the value of the 'Header Component' containment reference.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<Component> |
CompositeComponent.getChildren()
Returns the value of the 'Children' containment reference list.
|
org.eclipse.emf.common.util.EList<Component> |
GroupGridEntry.getComponents()
Returns the value of the 'Components' containment reference list.
|
Modifier and Type | Method and Description |
---|---|
void |
GroupEntry.setComponent(Component value)
Sets the value of the '
Component ' containment reference. |
void |
View.setHeaderComponent(Component value)
Sets the value of the '
Header Component ' containment reference. |
Modifier and Type | Field and Description |
---|---|
protected Component |
GroupEntryImpl.component
The cached value of the '
Component ' containment reference. |
protected Component |
ViewImpl.headerComponent
The cached value of the '
Header Component ' containment reference. |
Modifier and Type | Field and Description |
---|---|
protected org.eclipse.emf.common.util.EList<Component> |
CompositeComponentImpl.children
The cached value of the '
Children ' containment reference list. |
protected org.eclipse.emf.common.util.EList<Component> |
GroupGridEntryImpl.components
The cached value of the '
Components ' containment reference list. |
Modifier and Type | Method and Description |
---|---|
Component |
GroupEntryImpl.getComponent() |
Component |
ViewImpl.getHeaderComponent() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<Component> |
CompositeComponentImpl.getChildren() |
org.eclipse.emf.common.util.EList<Component> |
GroupGridEntryImpl.getComponents() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
GroupEntryImpl.basicSetComponent(Component newComponent,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
ViewImpl.basicSetHeaderComponent(Component newHeaderComponent,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
GroupEntryImpl.setComponent(Component newComponent) |
void |
ViewImpl.setHeaderComponent(Component newHeaderComponent) |
Modifier and Type | Field and Description |
---|---|
protected Component |
ComponentTest.fixture
The fixture for this Component test case.
|
Modifier and Type | Method and Description |
---|---|
protected Component |
ComponentTest.getFixture()
Returns the fixture for this Component test case.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ComponentTest.setFixture(Component fixture)
Sets the fixture for this Component test case.
|
Modifier and Type | Method and Description |
---|---|
T |
DetailViewSwitch.caseComponent(Component object)
Returns the result of interpreting the object as an instance of 'Component'.
|
Constructor and Description |
---|
DetailComponentImpl(Component component,
ViewContext viewContext) |
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.