org.springframework.richclient.command.support
Class ButtonBarGroupContainerPopulator

java.lang.Object
  extended by org.springframework.richclient.command.support.SimpleGroupContainerPopulator
      extended by org.springframework.richclient.command.support.ButtonBarGroupContainerPopulator
All Implemented Interfaces:
GroupContainerPopulator

public class ButtonBarGroupContainerPopulator
extends SimpleGroupContainerPopulator


Constructor Summary
ButtonBarGroupContainerPopulator()
           
 
Method Summary
 void add(Component c)
          Adds the given component to the underlying container.
 void addSeparator()
          Adds a separator to the underlying container.
 JPanel getButtonBar()
           
 void onPopulated()
          Default implementation, no action is performed.
 void setColumnSpec(com.jgoodies.forms.layout.ColumnSpec columnSpec)
           
 void setMinimumButtonSize(com.jgoodies.forms.layout.Size minimumSize)
           
 void setRowSpec(com.jgoodies.forms.layout.RowSpec rowSpec)
           
 
Methods inherited from class org.springframework.richclient.command.support.SimpleGroupContainerPopulator
getContainer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ButtonBarGroupContainerPopulator

public ButtonBarGroupContainerPopulator()
Method Detail

setMinimumButtonSize

public void setMinimumButtonSize(com.jgoodies.forms.layout.Size minimumSize)

setColumnSpec

public void setColumnSpec(com.jgoodies.forms.layout.ColumnSpec columnSpec)

setRowSpec

public void setRowSpec(com.jgoodies.forms.layout.RowSpec rowSpec)

getButtonBar

public JPanel getButtonBar()

add

public void add(Component c)
Description copied from class: SimpleGroupContainerPopulator
Adds the given component to the underlying container.

Specified by:
add in interface GroupContainerPopulator
Overrides:
add in class SimpleGroupContainerPopulator
Parameters:
c - The component to be added. Must not be null.

addSeparator

public void addSeparator()
Description copied from class: SimpleGroupContainerPopulator
Adds a separator to the underlying container.

Specified by:
addSeparator in interface GroupContainerPopulator
Overrides:
addSeparator in class SimpleGroupContainerPopulator

onPopulated

public void onPopulated()
Description copied from class: SimpleGroupContainerPopulator
Default implementation, no action is performed.

Specified by:
onPopulated in interface GroupContainerPopulator
Overrides:
onPopulated in class SimpleGroupContainerPopulator


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