|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.doolin.gui.action.path.statusbar.ExpressionLabelConnector
public class ExpressionLabelConnector
Connector that binds the label text to the result of an expression. The model bean for the expression is the action context data.
| Constructor Summary | |
|---|---|
ExpressionLabelConnector()
|
|
| Method Summary | |
|---|---|
void |
connect(ActionContext actionContext,
JLabel label)
Connects the label's text to the application state |
String |
getExpression()
Gets the expression |
void |
setExpression(String expression)
Sets the expression |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ExpressionLabelConnector()
| Method Detail |
|---|
public void connect(ActionContext actionContext,
JLabel label)
LabelConnector
connect in interface LabelConnectoractionContext - Action context the label belongs to.label - Label to bindpublic String getExpression()
public void setExpression(String expression)
expression - Expression to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||