@EditablePath

Description

Mark string variables with this annotation in order to add a file browser control to the Tinker panel. @EditablePath cannot specify restraints.

As the Processing grammar does not yet recognize Annotations, this feature is only available to programmers using a separate IDE such as Eclipse.

Syntax
@EditablePath public String filePath;

@Fireable
public void loadSomething(@EditablePath String somethingPath) {
  //
}
Parameters
None
Returns
None
Usage
Web & Applications
Related
Last Modified: March 19, 2010

No Comments

You must be logged in to post a comment.