com.notuvy.gui
Class BooleanChoice

java.lang.Object
  extended by com.notuvy.gui.BooleanChoice

public class BooleanChoice
extends Object

A GUI widget to select true/false values.

Author:
murali

Field Summary
protected static org.apache.log4j.Logger LOG
           
 
Constructor Summary
BooleanChoice()
           
 
Method Summary
 JComboBox getComboBox()
           
 boolean getValue()
           
 void setValue(boolean pValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOG

protected static final org.apache.log4j.Logger LOG
Constructor Detail

BooleanChoice

public BooleanChoice()
Method Detail

getComboBox

public JComboBox getComboBox()

getValue

public boolean getValue()

setValue

public void setValue(boolean pValue)


Copyright © 2013. All Rights Reserved.