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 StringgetDisplayName()IFeatureInfogetFeatureInfo()IMethodInfogetMethodDescriptor()StringgetName()StringgetParameterDisplay()protected intgetTypePriority()-
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:
getDisplayNamein classBeanInfoNode
-
getName
public String getName()
- Overrides:
getNamein classBeanInfoNode
-
getFeatureInfo
public IFeatureInfo getFeatureInfo()
- Overrides:
getFeatureInfoin classBeanInfoNode
-
getTypePriority
protected int getTypePriority()
- Overrides:
getTypePriorityin classBeanInfoNode
-
getMethodDescriptor
public IMethodInfo getMethodDescriptor()
-
getParameterDisplay
public String getParameterDisplay()
-
-