net.sourceforge.demetrix.properties.swixml
Class IntegerPropertySwixMLRepresentation

java.lang.Object
  extended bynet.sourceforge.demetrix.properties.swixml.IntegerPropertySwixMLRepresentation
All Implemented Interfaces:
DemetrixPropertyRepresentation, SwixMLDemetrixPropertyRepresentation

public class IntegerPropertySwixMLRepresentation
extends Object
implements SwixMLDemetrixPropertyRepresentation

Author:
Dimitri Pissarenko

Field Summary
private  Logger logger
           
private  JPanel panel
           
 JLabel propertyNameLabel
           
 JTextField propertyValueTextField
           
static String UI_DEF_FILE_NAME
           
 
Constructor Summary
IntegerPropertySwixMLRepresentation()
           
 
Method Summary
 JPanel getPanel()
           
 boolean isEnteredDataValid()
           
 void updatePropertyData(DemetrixProperty property)
           
 void updateRepresentation(DemetrixProperty property)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

private Logger logger

panel

private JPanel panel

propertyNameLabel

public JLabel propertyNameLabel

propertyValueTextField

public JTextField propertyValueTextField

UI_DEF_FILE_NAME

public static final String UI_DEF_FILE_NAME
See Also:
Constant Field Values
Constructor Detail

IntegerPropertySwixMLRepresentation

public IntegerPropertySwixMLRepresentation()
Method Detail

getPanel

public JPanel getPanel()
Specified by:
getPanel in interface SwixMLDemetrixPropertyRepresentation

isEnteredDataValid

public boolean isEnteredDataValid()
Specified by:
isEnteredDataValid in interface DemetrixPropertyRepresentation

updatePropertyData

public void updatePropertyData(DemetrixProperty property)
Specified by:
updatePropertyData in interface DemetrixPropertyRepresentation

updateRepresentation

public void updateRepresentation(DemetrixProperty property)
Specified by:
updateRepresentation in interface DemetrixPropertyRepresentation