|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--com.fruitioninc.jwc.Property
A element of component state.
| Field Summary | |
Component |
component
The component that property is from. |
java.lang.String |
componentPathName
The path name to the component enclosing this property. |
java.lang.String |
propertyName
The name of the property |
java.lang.Object |
value
The value of the property |
| Constructor Summary | |
Property()
|
|
Property(Component componentArg,
java.lang.String componentPathNameArg,
java.lang.String propertyNameArg,
java.lang.Object valueArg)
|
|
| Method Summary | |
java.lang.String |
toString()
Returns a string reprentation of the property suitable for debugging. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public java.lang.String componentPathName
public java.lang.String propertyName
public java.lang.Object value
public Component component
| Constructor Detail |
public Property()
public Property(Component componentArg,
java.lang.String componentPathNameArg,
java.lang.String propertyNameArg,
java.lang.Object valueArg)
| Method Detail |
public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||