|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.doolin.gui.swing.ExpressionLabelInfoProvider
public class ExpressionLabelInfoProvider
LabelInfoProvider based on a GUIExpression.
| Constructor Summary | |
|---|---|
ExpressionLabelInfoProvider()
Default constructor |
|
ExpressionLabelInfoProvider(String expression)
Constructor with a default expression |
|
| Method Summary | |
|---|---|
String |
getExpression()
Returns the expression |
String |
getIconExpression()
Returns the expression used to get icon id |
LabelInfo |
getLabelIcon(Object item)
Gets the label information. |
void |
setExpression(String expression)
Sets the expression to use |
void |
setIconExpression(String iconExpression)
Sets the expression to use to get the icon id |
void |
setIconService(IconService iconService)
Sets the icon service used to access icons |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ExpressionLabelInfoProvider()
public ExpressionLabelInfoProvider(String expression)
expression - Expression to use| Method Detail |
|---|
public String getExpression()
public String getIconExpression()
public LabelInfo getLabelIcon(Object item)
LabelInfoProvider
getLabelIcon in interface LabelInfoProvideritem - the item
public void setExpression(String expression)
expression - Expressionpublic void setIconExpression(String iconExpression)
iconExpression - Expressionpublic void setIconService(IconService iconService)
iconService - Icon service
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||