info.joseluismartin.gui.bind
Class LabelAccessor
java.lang.Object
info.joseluismartin.gui.bind.AbstractControlAccessor
info.joseluismartin.gui.bind.LabelAccessor
- All Implemented Interfaces:
- ControlAccessor
public class LabelAccessor
- extends AbstractControlAccessor
- Author:
- Jose Luis Martin - (jlm@joseluismartin.info)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LabelAccessor
public LabelAccessor(Object control)
- Parameters:
control
-
getControlValue
public String getControlValue()
- Gets the control value
- Returns:
- the control value
setControlValue
public void setControlValue(Object value)
- Sets the control value
- Parameters:
value
- the value to set
getControl
public JLabel getControl()
-
- Overrides:
getControl
in class AbstractControlAccessor
- Returns:
- the control
Copyright © 2013 JDAL. All Rights Reserved.