Class JavaTypePropertyDescriptor


public class JavaTypePropertyDescriptor extends SBPropertyDescriptor
PropertyDescriptor for String properties that wish to provide a chooser to the user in order to select a Java class or interface name in the current Studio project's Build Path. The use of the chooser is optional, and Operators using this descriptor should make no assumptions regarding the validity of the class name entered by the user.

Currently the chooser supports allowing the user to select one of:

  • Classes
  • Interfaces
Since:
6.5
See Also: