net.sourceforge.demetrix.properties.swixml
Class BooleanPropertySwixMLRepresentation

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

public class BooleanPropertySwixMLRepresentation
extends Object
implements SwixMLDemetrixPropertyRepresentation

Author:
Dimitri Pissarenko *

Field Summary
private  Logger logger
           
private  JPanel panel
           
 JLabel propertyNameLabel
           
 JCheckBox propertyValueCheckBox
           
static String UI_DEF_FILE_NAME
           
 
Constructor Summary
BooleanPropertySwixMLRepresentation()
           
 
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

propertyValueCheckBox

public JCheckBox propertyValueCheckBox

UI_DEF_FILE_NAME

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

BooleanPropertySwixMLRepresentation

public BooleanPropertySwixMLRepresentation()
Method Detail

updatePropertyData

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

updateRepresentation

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

getPanel

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

isEnteredDataValid

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