|
SPT Core API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Documented
@Inherited
@Retention(value=RUNTIME)
@Target(value={FIELD,TYPE})
public @interface EditableTreeProperties
Annotation type used to indicate the class of the
ActionListener that are added to the EditableTree.
© Copyright 2007 Sans Pareil Technologies, Inc.
| Required Element Summary | |
|---|---|
String |
delete
The fully qualified name of the ActionListener
to use to delete a specified node. |
String |
propertyBase
The base name of the property key to use to read localised string values. |
String |
save
The fully qualified name of the ActionListener
to use to save a new child being added to a node. |
| Element Detail |
|---|
public abstract String save
ActionListener
to use to save a new child being added to a node.
public abstract String delete
ActionListener
to use to delete a specified node.
public abstract String propertyBase
|
SPT Core API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||