|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.cocoon.portal.pluto.om.PortletWindowListImpl
public class PortletWindowListImpl
Constructor Summary | |
---|---|
PortletWindowListImpl()
|
Method Summary | |
---|---|
void |
add(org.apache.pluto.om.window.PortletWindow window)
Add a portlet window to the list |
org.apache.pluto.om.window.PortletWindow |
get(org.apache.pluto.om.common.ObjectID id)
Returns the portlet window object of the given id |
Iterator |
iterator()
Returns the elements of this set |
void |
remove(org.apache.pluto.om.common.ObjectID id)
Remove the portlet window with the given Id from the list |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PortletWindowListImpl()
Method Detail |
---|
public Iterator iterator()
iterator
in interface org.apache.pluto.om.window.PortletWindowList
public org.apache.pluto.om.window.PortletWindow get(org.apache.pluto.om.common.ObjectID id)
get
in interface org.apache.pluto.om.window.PortletWindowList
id
- id of the portlet window object
public void add(org.apache.pluto.om.window.PortletWindow window)
add
in interface org.apache.pluto.om.window.PortletWindowListCtrl
window
- the porlet window to addpublic void remove(org.apache.pluto.om.common.ObjectID id)
remove
in interface org.apache.pluto.om.window.PortletWindowListCtrl
id
- the Id of the portlet window which should be removed
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |