info.joseluismartin.gui.bind
Class LabelAccessor

java.lang.Object
  extended by info.joseluismartin.gui.bind.AbstractControlAccessor
      extended by info.joseluismartin.gui.bind.LabelAccessor
All Implemented Interfaces:
ControlAccessor

public class LabelAccessor
extends AbstractControlAccessor

Author:
Jose Luis Martin - (jlm@joseluismartin.info)

Constructor Summary
LabelAccessor(Object control)
           
 
Method Summary
 JLabel getControl()
          
 String getControlValue()
          Gets the control value
 void setControlValue(Object value)
          Sets the control value
 
Methods inherited from class info.joseluismartin.gui.bind.AbstractControlAccessor
addControlChangeListener, convertIfNecessary, fireControlChange, isEnabled, isTextControl, removeControlChangeListener, setControl, setEnabled
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LabelAccessor

public LabelAccessor(Object control)
Parameters:
control -
Method Detail

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.