|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.felix.scrplugin.om.Components
public class Components
Components...
Components is just a collection of Components.
| Field Summary | |
|---|---|
protected java.util.List |
components
The list of Components. |
| Constructor Summary | |
|---|---|
Components()
|
|
| Method Summary | |
|---|---|
void |
addComponent(Component component)
Add a component to the list. |
java.util.List |
getComponents()
Return the list of Components. |
void |
setComponents(java.util.List components)
Set the list of Components. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.util.List components
Components.
| Constructor Detail |
|---|
public Components()
| Method Detail |
|---|
public java.util.List getComponents()
Components.
public void setComponents(java.util.List components)
Components.
public void addComponent(Component component)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||