org.springframework.richclient.taskpane
Class TaskPaneNavigatorView
java.lang.Object
org.springframework.richclient.application.support.ApplicationServicesAccessor
org.springframework.richclient.factory.AbstractControlFactory
org.springframework.richclient.application.support.AbstractView
org.springframework.richclient.application.support.AbstractNavigatorView
org.springframework.richclient.taskpane.TaskPaneNavigatorView
- All Implemented Interfaces:
- PropertyChangePublisher, PageComponent, View, DescribedElement, VisualizedElement, ControlFactory
public class TaskPaneNavigatorView
- extends AbstractNavigatorView
Methods inherited from class org.springframework.richclient.application.support.AbstractView |
addPropertyChangeListener, addPropertyChangeListener, canClose, close, componentClosed, componentFocusGained, componentFocusLost, componentOpened, dispose, getCaption, getContext, getDescription, getDescriptor, getDisplayName, getIcon, getId, getImage, getStatusBar, getWindowCommandManager, getWindowControl, registerLocalCommandExecutors, removePropertyChangeListener, removePropertyChangeListener, setContext, setDescriptor, setInput |
Methods inherited from class org.springframework.richclient.application.support.ApplicationServicesAccessor |
getActiveWindow, getApplication, getApplicationContext, getApplicationName, getApplicationServices, getCommandConfigurer, getComponentFactory, getConversionService, getIconSource, getImageSource, getMessage, getMessage, getMessage, getMessage, getMessages, getMessageSource, getObjectConfigurer, getService |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TaskPaneNavigatorView
public TaskPaneNavigatorView(CommandGroup navigation)
hasOnlyOneExpanded
public boolean hasOnlyOneExpanded()
setOnlyOneExpanded
public void setOnlyOneExpanded(boolean onlyOneExpanded)
getNavigationBuilder
public CommandGroupJComponentBuilder getNavigationBuilder()
- Specified by:
getNavigationBuilder
in class AbstractNavigatorView
getIconGenerator
public IconGenerator<AbstractCommand> getIconGenerator()
setIconGenerator
public void setIconGenerator(IconGenerator<AbstractCommand> iconGenerator)
Copyright © 2004-2009 The Spring Framework. All Rights Reserved.