Modifier and Type | Method and Description |
---|---|
void |
ListComponentSectionPage.setList(ListComponent list)
This operation sets the ListComponent that should be used as input for
the section page.
|
void |
ICESectionPage.visit(ListComponent component) |
void |
ComponentPropertySection.visit(ListComponent component) |
void |
ICEFormEditor.visit(ListComponent<?> component) |
Modifier and Type | Method and Description |
---|---|
void |
ReactorPage.visit(ListComponent component) |
Modifier and Type | Method and Description |
---|---|
void |
SelectiveComponentVisitor.visit(ListComponent<?> component) |
void |
IComponentVisitor.visit(ListComponent<?> component)
This operation informs the visitor that it is actually working with a
ListComponent.
|
Modifier and Type | Class and Description |
---|---|
class |
ResourceComponent
The ResourceComponent is a specialization of ListComponent that is used to
manage a set of ICEResources.
|
Modifier and Type | Method and Description |
---|---|
void |
TreeComposite.visit(ListComponent component) |
Modifier and Type | Method and Description |
---|---|
void |
ListComponent.copy(ListComponent<T> list)
This operation copies the contents of the ListComponent into the current
object using a deep copy.
|
Modifier and Type | Method and Description |
---|---|
void |
Item.visit(ListComponent component) |
Modifier and Type | Method and Description |
---|---|
void |
NekWriter.visit(ListComponent component) |