Package editor
Class MethodNode
- java.lang.Object
-
- editor.BeanInfoNode
-
- editor.MethodNode
-
- All Implemented Interfaces:
Comparable<BeanInfoNode>
public class MethodNode extends BeanInfoNode
-
-
Field Summary
-
Fields inherited from class editor.BeanInfoNode
PRIMARY, SECONDARY
-
-
Constructor Summary
Constructors Constructor Description MethodNode(IMethodInfo mi)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDisplayName()
IFeatureInfo
getFeatureInfo()
IMethodInfo
getMethodDescriptor()
String
getName()
String
getParameterDisplay()
protected int
getTypePriority()
-
Methods inherited from class editor.BeanInfoNode
compareTo, getPathComponent, getType, getTypeName, getValue, setDisplayName, setValue
-
-
-
-
Constructor Detail
-
MethodNode
public MethodNode(IMethodInfo mi)
-
-
Method Detail
-
getDisplayName
public String getDisplayName()
- Overrides:
getDisplayName
in classBeanInfoNode
-
getName
public String getName()
- Overrides:
getName
in classBeanInfoNode
-
getFeatureInfo
public IFeatureInfo getFeatureInfo()
- Overrides:
getFeatureInfo
in classBeanInfoNode
-
getTypePriority
protected int getTypePriority()
- Overrides:
getTypePriority
in classBeanInfoNode
-
getMethodDescriptor
public IMethodInfo getMethodDescriptor()
-
getParameterDisplay
public String getParameterDisplay()
-
-