org.jboss.portal.core.samples.basic.event
Class WindowConstraintEventListener.WindowManipulator

java.lang.Object
  extended by org.jboss.portal.core.samples.basic.event.WindowConstraintEventListener.WindowManipulator
Enclosing class:
WindowConstraintEventListener

public class WindowConstraintEventListener.WindowManipulator
extends java.lang.Object


Constructor Summary
WindowConstraintEventListener.WindowManipulator(NavigationalStateContext nsContext, PortalNode parent)
           
 
Method Summary
 java.lang.String getRegionName(PortalNode window)
           
 java.util.Set getRegionNames()
           
 java.util.Collection getWindows(java.lang.String regionName)
           
 WindowState getWindowState(PortalNode window)
           
 void setWindowState(PortalNode window, WindowState windowState)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WindowConstraintEventListener.WindowManipulator

public WindowConstraintEventListener.WindowManipulator(NavigationalStateContext nsContext,
                                                       PortalNode parent)
Method Detail

getRegionName

public java.lang.String getRegionName(PortalNode window)

getRegionNames

public java.util.Set getRegionNames()

getWindows

public java.util.Collection getWindows(java.lang.String regionName)

getWindowState

public WindowState getWindowState(PortalNode window)

setWindowState

public void setWindowState(PortalNode window,
                           WindowState windowState)