org.ungoverned.oscar.installer.property
Class StringPropertyImpl
java.lang.Object
org.ungoverned.oscar.installer.property.StringPropertyImpl
- All Implemented Interfaces:
- Property, StringProperty
- public class StringPropertyImpl
- extends java.lang.Object
- implements StringProperty
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
StringPropertyImpl
public StringPropertyImpl(java.lang.String name,
java.lang.String value)
getName
public java.lang.String getName()
- Specified by:
getName
in interface Property
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