org.springframework.richclient.taskpane
Class TaskPaneNavigatorApplicationWindow
java.lang.Object
org.springframework.richclient.application.support.AbstractApplicationWindow
org.springframework.richclient.application.support.DefaultApplicationWindow
org.springframework.richclient.taskpane.TaskPaneNavigatorApplicationWindow
- All Implemented Interfaces:
- WindowFocusListener, EventListener, ApplicationWindow
public class TaskPaneNavigatorApplicationWindow
- extends DefaultApplicationWindow
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 |
TaskPaneNavigatorApplicationWindow
public TaskPaneNavigatorApplicationWindow()
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.