org.springframework.richclient.core
Interface LabelConfigurable


public interface LabelConfigurable

An object that can be labeled; where a label consists of text and mnemonic.

Author:
Keith Donald

Method Summary
 void setLabelInfo(LabelInfo label)
          Sets the label information.
 

Method Detail

setLabelInfo

void setLabelInfo(LabelInfo label)
Sets the label information.

Parameters:
label - The label information.


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