org.springframework.richclient.taskpane
Class JTaskPaneBuilder

Show UML class diagram
java.lang.Object
  extended by org.springframework.richclient.command.CommandGroupModelBuilder
      extended by org.springframework.richclient.command.CommandGroupJComponentBuilder
          extended by org.springframework.richclient.taskpane.JTaskPaneBuilder

public class JTaskPaneBuilder
extends CommandGroupJComponentBuilder


Constructor Summary
JTaskPaneBuilder()
           
 
Method Summary
protected  JComponent buildChildComponent(JComponent parentComponent, AbstractCommand command, int level)
          JComponent-building variant of the CommandGroupModelBuilder.buildChildModel(Object, AbstractCommand, int)
protected  JComponent buildGroupComponent(JComponent parentComponent, CommandGroup command, int level)
          JComponent-building variant of the CommandGroupModelBuilder.buildGroupModel(Object, CommandGroup, int)
protected  JComponent buildRootComponent(AbstractCommand command)
          JComponent-building variant of the CommandGroupModelBuilder.buildRootModel(CommandGroup)
 IconGenerator<AbstractCommand> getIconGenerator()
           
 boolean hasOnlyOneExpanded()
           
 void setIconGenerator(IconGenerator<AbstractCommand> iconGenerator)
           
 void setOnlyOneExpanded(boolean onlyOneExpanded)
           
 
Methods inherited from class org.springframework.richclient.command.CommandGroupJComponentBuilder
buildChildModel, buildComponent, buildGroupModel, buildRootModel
 
Methods inherited from class org.springframework.richclient.command.CommandGroupModelBuilder
buildModel, continueDeeper
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JTaskPaneBuilder

public JTaskPaneBuilder()
Method Detail

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.