org.ungoverned.oscar.installer.property
Class BooleanStringPropertyImpl

java.lang.Object
  extended by org.ungoverned.oscar.installer.property.BooleanStringPropertyImpl
All Implemented Interfaces:
BooleanProperty, Property, StringProperty

public class BooleanStringPropertyImpl
extends java.lang.Object
implements BooleanProperty, StringProperty


Constructor Summary
BooleanStringPropertyImpl(java.lang.String name, boolean b, java.lang.String s)
           
 
Method Summary
 boolean getBooleanValue()
           
 javax.swing.JComponent getEditor()
           
 java.lang.String getName()
           
 java.lang.String getStringValue()
           
 void setBooleanValue(boolean b)
           
 void setEditor(javax.swing.JComponent comp)
           
 void setStringValue(java.lang.String s)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BooleanStringPropertyImpl

public BooleanStringPropertyImpl(java.lang.String name,
                                 boolean b,
                                 java.lang.String s)
Method Detail

getName

public java.lang.String getName()
Specified by:
getName in interface Property

getBooleanValue

public boolean getBooleanValue()
Specified by:
getBooleanValue in interface BooleanProperty

setBooleanValue

public void setBooleanValue(boolean b)
Specified by:
setBooleanValue in interface BooleanProperty

getStringValue

public java.lang.String getStringValue()
Specified by:
getStringValue in interface StringProperty

setStringValue

public void setStringValue(java.lang.String s)
Specified by:
setStringValue in interface StringProperty

getEditor

public javax.swing.JComponent getEditor()
Specified by:
getEditor in interface Property

setEditor

public void setEditor(javax.swing.JComponent comp)
Specified by:
setEditor in interface Property

toString

public java.lang.String toString()
Specified by:
toString in interface Property
Overrides:
toString in class java.lang.Object