| java.lang.Object org.eclipse.ui.examples.propertysheet.StreetAddress
StreetAddress | public class StreetAddress implements IPropertySource(Code) | | PropertySource containing street information pertenant to Address
|
StreetAddress | public StreetAddress()(Code) | | Street Default Constructor.
|
StreetAddress | public StreetAddress(int buildNo, String streetName)(Code) | | Convenience Street constructor. AptBox set to default
|
StreetAddress | public StreetAddress(int buildNo, String aptBox, String streetName)(Code) | | Convenience Street constructor.
|
getPropertyValue | public Object getPropertyValue(Object propKey)(Code) | | The Name implementation of this
IPropertySource method returns the following properties
1) P_BUILD_NO returns java.lang.Integer
2) P_APTBOX returns java.lang.String
3) P_STREET returns java.lang.String
|
hashCode | public int hashCode()(Code) | | |
isPropertySet | public boolean isPropertySet(Object property)(Code) | | |
resetPropertyValue | public void resetPropertyValue(Object property)(Code) | | |
setPropertyValue | public void setPropertyValue(Object name, Object value)(Code) | | The Name implementation of this
IPropertySource method
defines the following Setable properties
1) P_BUILD_NO expects java.lang.Integer
2) P_APTBOX expects java.lang.String
3) P_STREET expects java.lang.String
|
toString | public String toString()(Code) | | The value as displayed in the Property Sheet. Will not print default values
java.lang.String |
|
|