Searched refs:expert (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/beans/
H A DFeatureDescriptor.java104 * The "expert" flag is used to distinguish between those features that are
105 * intended for expert users from those that are intended for normal users.
110 return expert;
114 * The "expert" flag is used to distinguish between features that are
115 * intended for expert users from those that are intended for normal users.
117 * @param expert True if this feature is intended for use by experts only.
119 public void setExpert(boolean expert) { argument
120 this.expert = expert;
224 * The merged hidden and expert flag
390 private boolean expert; field in class:FeatureDescriptor
[all...]

Completed in 377 milliseconds