|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Documented @Retention(value=RUNTIME) @Target(value=PARAMETER) public @interface EditableString
Marks a String
that will be editable by the level editor.
Required Element Summary | |
---|---|
java.lang.String |
editorName
The name that the level editor will use for this parameter. |
Optional Element Summary | |
---|---|
java.lang.String[] |
allowedValues
A set of allowed values for this parameter. |
java.lang.String |
defaultValue
The default value to be used for this parameter. |
Element Detail |
---|
public abstract java.lang.String editorName
public abstract java.lang.String defaultValue
public abstract java.lang.String[] allowedValues
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |