|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.w3c.tools.resources.Attribute | +--org.w3c.tools.resources.FrameArrayAttribute
Fields inherited from class org.w3c.tools.resources.Attribute |
COMPUTED,
DONTSAVE,
EDITABLE,
flags,
MANDATORY,
name,
type |
Constructor Summary | |
FrameArrayAttribute()
|
|
FrameArrayAttribute(java.lang.String name,
ResourceFrame[] def,
int flags)
|
Method Summary | |
boolean |
checkValue(java.lang.Object value)
Is the provided object a suitable value for this attribute ? If so, store it into the given store. |
java.lang.String |
stringify(java.lang.Object value)
|
Methods inherited from class org.w3c.tools.resources.Attribute |
checkFlag,
getDefault,
getFlag,
getName,
getType,
setFlag,
setName |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public FrameArrayAttribute(java.lang.String name, ResourceFrame[] def, int flags)
public FrameArrayAttribute()
Method Detail |
public boolean checkValue(java.lang.Object value)
value
- The value to check.store
- The array to store the value to if succeed.idx
- The location in the above array.public java.lang.String stringify(java.lang.Object value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |