| 
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
public interface AdapterNode
| 字段摘要 | 
|---|
| 方法摘要 | |
|---|---|
 AdapterFactory | 
getAdapterFactory()
The adapter factory that created this node.  | 
 Node | 
getChildAfter(Node thisNode)
The child node after the specified sibling  | 
 Node | 
getChildBefore(Node thisNode)
The child node before the specified sibling  | 
 AdapterNode | 
getParent()
The parent adapter node of this node.  | 
 String | 
getPropertyName()
The name of the Java object (property) that we are adapting  | 
 Object | 
getPropertyValue()
The Java object (property) that we are adapting  | 
 void | 
setAdapterFactory(AdapterFactory factory)
The adapter factory that created this node.  | 
 void | 
setParent(AdapterNode parent)
The parent adapter node of this node.  | 
 void | 
setPropertyName(String name)
The name of the Java object (property) that we are adapting  | 
 void | 
setPropertyValue(Object prop)
The Java object (property) that we are adapting  | 
| 方法详细信息 | 
|---|
AdapterFactory getAdapterFactory()
void setAdapterFactory(AdapterFactory factory)
AdapterNode getParent()
void setParent(AdapterNode parent)
Node getChildBefore(Node thisNode)
Node getChildAfter(Node thisNode)
String getPropertyName()
void setPropertyName(String name)
Object getPropertyValue()
void setPropertyValue(Object prop)
  | 
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||