org.springframework.richclient.security.support
Class DefaultSecurityControllerManagerTests.TestApplicationWindow

Show UML class diagram
java.lang.Object
  extended by org.springframework.richclient.application.support.AbstractApplicationWindow
      extended by org.springframework.richclient.application.support.DefaultApplicationWindow
          extended by org.springframework.richclient.security.support.DefaultSecurityControllerManagerTests.TestApplicationWindow
All Implemented Interfaces:
WindowFocusListener, EventListener, org.springframework.richclient.application.ApplicationWindow
Enclosing class:
DefaultSecurityControllerManagerTests

public static class DefaultSecurityControllerManagerTests.TestApplicationWindow
extends org.springframework.richclient.application.support.DefaultApplicationWindow

Special ApplicationWindow class for testing.


Field Summary
 
Fields inherited from class org.springframework.richclient.application.support.AbstractApplicationWindow
logger
 
Constructor Summary
DefaultSecurityControllerManagerTests.TestApplicationWindow()
           
 
Method Summary
 void showPage(String pageId)
           
 
Methods inherited from class org.springframework.richclient.application.support.DefaultApplicationWindow
createWindowContentPane, setActivePage
 
Methods inherited from class org.springframework.richclient.application.support.AbstractApplicationWindow
addPageListener, applyStandardLayout, close, createMenuBarControl, createNewWindowControl, createPage, createPage, createStatusBarControl, createToolBarControl, getAdvisor, getCommandManager, getControl, getMenuBar, getNumber, getPage, getPageDescriptor, getServices, getSharedCommands, getStatusBar, getToolBar, getWindowConfigurer, init, initWindowConfigurer, initWindowControl, isControlCreated, prepareWindowForView, removePageListener, setWindowManager, showPage, showPage, windowGainedFocus, windowLostFocus
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultSecurityControllerManagerTests.TestApplicationWindow

public DefaultSecurityControllerManagerTests.TestApplicationWindow()
Method Detail

showPage

public void showPage(String pageId)
Specified by:
showPage in interface org.springframework.richclient.application.ApplicationWindow
Overrides:
showPage in class org.springframework.richclient.application.support.AbstractApplicationWindow


Copyright © 2004-2009 The Spring Framework. All Rights Reserved.