|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.pluto.portalImpl.om.window.impl.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 |
java.util.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 java.util.Iterator iterator()
iterator in interface org.apache.pluto.om.window.PortletWindowListpublic org.apache.pluto.om.window.PortletWindow get(org.apache.pluto.om.common.ObjectID id)
get in interface org.apache.pluto.om.window.PortletWindowListid - the window id.
public void add(org.apache.pluto.om.window.PortletWindow window)
add in interface org.apache.pluto.om.window.PortletWindowListCtrlwindow - the porlet window to addpublic void remove(org.apache.pluto.om.common.ObjectID id)
remove in interface org.apache.pluto.om.window.PortletWindowListCtrlid - 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 | ||||||||||