org.springframework.richclient.application.support
Class DefaultApplicationWindow

java.lang.Object
  extended by org.springframework.richclient.application.support.AbstractApplicationWindow
      extended by org.springframework.richclient.application.support.DefaultApplicationWindow
All Implemented Interfaces:
WindowFocusListener, EventListener, ApplicationWindow

public class DefaultApplicationWindow
extends AbstractApplicationWindow

Provides a default implementation of ApplicationWindow


Field Summary
 
Fields inherited from class org.springframework.richclient.application.support.AbstractApplicationWindow
logger
 
Constructor Summary
DefaultApplicationWindow()
           
DefaultApplicationWindow(int number)
           
 
Method Summary
protected  JComponent createWindowContentPane()
          Implementors create the component that contains the contents of this window.
protected  void setActivePage(ApplicationPage page)
          Set the given ApplicationPage active (visible + selected if applicable)
 
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
 

Constructor Detail

DefaultApplicationWindow

public DefaultApplicationWindow()

DefaultApplicationWindow

public DefaultApplicationWindow(int number)
Method Detail

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.