org.springframework.richclient.application.support
Class DefaultApplicationWindow
java.lang.Object
org.springframework.richclient.application.support.AbstractApplicationWindow
org.springframework.richclient.application.support.DefaultApplicationWindow
- All Implemented Interfaces:
- WindowFocusListener, EventListener, ApplicationWindow
public class DefaultApplicationWindow
- extends AbstractApplicationWindow
Provides a default implementation of ApplicationWindow
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, showPage, windowGainedFocus, windowLostFocus |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultApplicationWindow
public DefaultApplicationWindow()
DefaultApplicationWindow
public DefaultApplicationWindow(int number)
createWindowContentPane
protected JComponent createWindowContentPane()
- Description copied from class:
AbstractApplicationWindow
- Implementors create the component that contains the contents of this window.
- Specified by:
createWindowContentPane
in class AbstractApplicationWindow
- Returns:
- the content pane
setActivePage
protected void setActivePage(ApplicationPage page)
- Description copied from class:
AbstractApplicationWindow
- Set the given
ApplicationPage
active (visible + selected if
applicable)
- Specified by:
setActivePage
in class AbstractApplicationWindow
- Parameters:
page
- the ApplicationPage
Copyright © 2004-2008 The Spring Framework. All Rights Reserved.