net.sf.doolin.gui.action.path.statusbar
Interface LabelConnector

All Known Implementing Classes:
ExpressionLabelConnector

public interface LabelConnector

Defines a connector used to bind the text of a JLabel to the application state.

Author:
Damien Coraboeuf

Method Summary
 void connect(ActionContext actionContext, JLabel label)
          Connects the label's text to the application state
 

Method Detail

connect

void connect(ActionContext actionContext,
             JLabel label)
Connects the label's text to the application state

Parameters:
actionContext - Action context the label belongs to.
label - Label to bind


Copyright © 2011. All Rights Reserved.