org.springframework.richclient.factory
Interface ButtonConfigurer

Show UML class diagram
All Known Implementing Classes:
CommandButtonIconInfo, CommandButtonLabelInfo

public interface ButtonConfigurer

Marker for button configurers.

Author:
Keith Donald

Method Summary
 AbstractButton configure(AbstractButton button)
          Configure the given button.
 

Method Detail

configure

AbstractButton configure(AbstractButton button)
Configure the given button.

Parameters:
button - The button that needs to be configured.
Returns:
the configured button.


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