API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.beans. MethodDescriptor View Source
Author(s)
Since
Version
Serial
Hierarchy
 Object
      FeatureDescriptor
          MethodDescriptor
Implements
Subclasses
Description
public class MethodDescriptor
A MethodDescriptor describes a particular method that a Java Bean supports for external access from other components.
See also:   
Constructors
public MethodDescriptor (Method method)
  Constructs a MethodDescriptor from a Method.
pack-private MethodDescriptor (MethodDescriptor old)
pack-private MethodDescriptor (MethodDescriptor x, MethodDescriptor y)
public MethodDescriptor (Method method, ParameterDescriptor parameterDescriptors)
  Constructs a MethodDescriptor from a Method providing descriptive information for each of the method's parameters.
Methods
Hide/Show inherited methods
public Enumeration<String> attributeNames () [Inherited From FeatureDescriptor]
  Gets an enumeration of the locale-independent names of this feature.
pack-privatestatic String capitalize (String s) [Inherited From FeatureDescriptor]
pack-privatestatic Reference createReference (Object obj) [Inherited From FeatureDescriptor]
pack-privatestatic Reference createReference (Object obj, boolean soft) [Inherited From FeatureDescriptor]
  Create a Reference wrapper for the object.
pack-private Class getClass0 () [Inherited From FeatureDescriptor]
public String getDisplayName () [Inherited From FeatureDescriptor]
  Gets the localized display name of this feature.
publicsynchronized Method getMethod ()
  Gets the method that this MethodDescriptor encapsualtes.
public String getName () [Inherited From FeatureDescriptor]
  Gets the programmatic name of this feature.
pack-privatestatic Object getObject (Reference ref) [Inherited From FeatureDescriptor]
  Returns an object from a Reference wrapper.
public ParameterDescriptor getParameterDescriptors ()
  Gets the ParameterDescriptor for each of this MethodDescriptor's method's parameters.
pack-private String getParamNames ()
public String getShortDescription () [Inherited From FeatureDescriptor]
  Gets the short description of this feature.
public Object getValue (String attributeName) [Inherited From FeatureDescriptor]
  Retrieve a named attribute with this feature.
public boolean isExpert () [Inherited From FeatureDescriptor]
  The "expert" flag is used to distinguish between those features that are intended for expert users from those that are intended for normal users.
public boolean isHidden () [Inherited From FeatureDescriptor]
  The "hidden" flag is used to identify features that are intended only for tool use, and which should not be exposed to humans.
public boolean isPreferred () [Inherited From FeatureDescriptor]
  The "preferred" flag is used to identify features that are particularly important for presenting to humans.
pack-private void setClass0 (Class cls) [Inherited From FeatureDescriptor]
public void setDisplayName (String displayName) [Inherited From FeatureDescriptor]
  Sets the localized display name of this feature.
public void setExpert (boolean expert) [Inherited From FeatureDescriptor]
  The "expert" flag is used to distinguish between features that are intended for expert users from those that are intended for normal users.
public void setHidden (boolean hidden) [Inherited From FeatureDescriptor]
  The "hidden" flag is used to identify features that are intended only for tool use, and which should not be exposed to humans.
public void setName (String name) [Inherited From FeatureDescriptor]
  Sets the programmatic name of this feature.
public void setPreferred (boolean preferred) [Inherited From FeatureDescriptor]
  The "preferred" flag is used to identify features that are particularly important for presenting to humans.
public void setShortDescription (String text) [Inherited From FeatureDescriptor]
  You can associate a short descriptive string with a feature.
public void setValue (String attributeName, Object value) [Inherited From FeatureDescriptor]
  Associate a named attribute with this feature.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar