org.ungoverned.oscar.installer.property
Class BooleanStringPropertyImpl
java.lang.Object
org.ungoverned.oscar.installer.property.BooleanStringPropertyImpl
- All Implemented Interfaces:
- BooleanProperty, Property, StringProperty
- public class BooleanStringPropertyImpl
- extends java.lang.Object
- implements BooleanProperty, StringProperty
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
BooleanStringPropertyImpl
public BooleanStringPropertyImpl(java.lang.String name,
boolean b,
java.lang.String s)
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