|
||||||||||
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 Component
s.
Field Summary | |
---|---|
protected java.util.List |
components
The list of Component s. |
Constructor Summary | |
---|---|
Components()
|
Method Summary | |
---|---|
void |
addComponent(Component component)
Add a component to the list. |
java.util.List |
getComponents()
Return the list of Component s. |
void |
setComponents(java.util.List components)
Set the list of Component s. |
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
Component
s.
Constructor Detail |
---|
public Components()
Method Detail |
---|
public java.util.List getComponents()
Component
s.
public void setComponents(java.util.List components)
Component
s.
public void addComponent(Component component)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |