org.springframework.richclient.taskpane
Class JTaskPaneBuilder
java.lang.Object
org.springframework.richclient.command.CommandGroupModelBuilder
org.springframework.richclient.command.CommandGroupJComponentBuilder
org.springframework.richclient.taskpane.JTaskPaneBuilder
public class JTaskPaneBuilder
- extends CommandGroupJComponentBuilder
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JTaskPaneBuilder
public JTaskPaneBuilder()
buildRootComponent
protected JComponent buildRootComponent(AbstractCommand command)
- Description copied from class:
CommandGroupJComponentBuilder
- JComponent-building variant of the
CommandGroupModelBuilder.buildRootModel(CommandGroup)
- Specified by:
buildRootComponent
in class CommandGroupJComponentBuilder
buildChildComponent
protected JComponent buildChildComponent(JComponent parentComponent,
AbstractCommand command,
int level)
- Description copied from class:
CommandGroupJComponentBuilder
- JComponent-building variant of the
CommandGroupModelBuilder.buildChildModel(Object, AbstractCommand, int)
- Specified by:
buildChildComponent
in class CommandGroupJComponentBuilder
hasOnlyOneExpanded
public boolean hasOnlyOneExpanded()
setOnlyOneExpanded
public void setOnlyOneExpanded(boolean onlyOneExpanded)
buildGroupComponent
protected JComponent buildGroupComponent(JComponent parentComponent,
CommandGroup command,
int level)
- Description copied from class:
CommandGroupJComponentBuilder
- JComponent-building variant of the
CommandGroupModelBuilder.buildGroupModel(Object, CommandGroup, int)
- Specified by:
buildGroupComponent
in class CommandGroupJComponentBuilder
getIconGenerator
public IconGenerator<AbstractCommand> getIconGenerator()
setIconGenerator
public void setIconGenerator(IconGenerator<AbstractCommand> iconGenerator)
Copyright © 2004-2009 The Spring Framework. All Rights Reserved.