org.springframework.richclient.taskpane
Class TaskPaneNavigatorApplicationWindow

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.taskpane.TaskPaneNavigatorApplicationWindow
All Implemented Interfaces:
WindowFocusListener, EventListener, ApplicationWindow

public class TaskPaneNavigatorApplicationWindow
extends DefaultApplicationWindow


Field Summary
 
Fields inherited from class org.springframework.richclient.application.support.AbstractApplicationWindow
logger
 
Constructor Summary
TaskPaneNavigatorApplicationWindow()
           
 
Method Summary
protected  JComponent createWindowContentPane()
          Implementors create the component that contains the contents of this window.
 IconGenerator<AbstractCommand> getTaskPaneIconGenerator()
           
 boolean hasOnlyOneExpanded()
           
protected  void setActivePage(ApplicationPage page)
          Set the given ApplicationPage active (visible + selected if applicable)
 void setOnlyOneExpanded(boolean onlyOneExpanded)
           
 void setTaskPaneIconGenerator(IconGenerator<AbstractCommand> taskPaneIconGenerator)
           
 
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

TaskPaneNavigatorApplicationWindow

public TaskPaneNavigatorApplicationWindow()
Method Detail

createWindowContentPane

protected JComponent createWindowContentPane()
Description copied from class: AbstractApplicationWindow
Implementors create the component that contains the contents of this window.

Overrides:
createWindowContentPane in class DefaultApplicationWindow
Returns:
the content pane

hasOnlyOneExpanded

public boolean hasOnlyOneExpanded()

setOnlyOneExpanded

public void setOnlyOneExpanded(boolean onlyOneExpanded)

setActivePage

protected void setActivePage(ApplicationPage page)
Description copied from class: AbstractApplicationWindow
Set the given ApplicationPage active (visible + selected if applicable)

Overrides:
setActivePage in class DefaultApplicationWindow
Parameters:
page - the ApplicationPage

getTaskPaneIconGenerator

public IconGenerator<AbstractCommand> getTaskPaneIconGenerator()

setTaskPaneIconGenerator

public void setTaskPaneIconGenerator(IconGenerator<AbstractCommand> taskPaneIconGenerator)


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