This class represents the user object of the nodes in the MBean tree.
It encapsulates the node's info, i.e. the type of the node, the label to be used when displaying the node in the MBean tree, the node's tool tip text and arbitrary data which varies depending on the type of the node: an XMBean reference for MBEAN, ATTRIBUTES, OPERATIONS and NOTIFICATIONS nodes; the corresponding MBeanInfo for ATTRIBUTE, OPERATION and NOTIFICATION nodes; it is not used for NONMBEAN nodes.
Modifier and Type | Class and Description |
---|---|
public static enum |
Modifier and Type | Field and Description |
---|---|
private Object | |
private String | |
private String | |
private XNodeInfo. |
Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
public Object | |
public String | |
public String | |
public XNodeInfo. | |
public String |
data | back to summary |
---|---|
private Object data |
label | back to summary |
---|---|
private String label |
tooltip | back to summary |
---|---|
private String tooltip |
type | back to summary |
---|---|
private XNodeInfo. |
XNodeInfo | back to summary |
---|---|
public XNodeInfo(XNodeInfo. |
getData | back to summary |
---|---|
public Object getData() |
getLabel | back to summary |
---|---|
public String getLabel() |
getToolTipText | back to summary |
---|---|
public String getToolTipText() |
getType | back to summary |
---|---|
public XNodeInfo. |
toString | back to summary |
---|---|
public String toString() Overrides java. Doc from java. Returns a string representation of the object.
|
Modifier and Type | Field and Description |
---|---|
public static final XNodeInfo. | |
public static final XNodeInfo. | |
public static final XNodeInfo. | |
public static final XNodeInfo. | |
public static final XNodeInfo. | |
public static final XNodeInfo. | |
public static final XNodeInfo. | |
public static final XNodeInfo. |
Access | Constructor and Description |
---|---|
private |
Modifier and Type | Method and Description |
---|---|
public static XNodeInfo. | |
public static XNodeInfo. |
ATTRIBUTE | back to summary |
---|---|
public static final XNodeInfo. |
ATTRIBUTES | back to summary |
---|---|
public static final XNodeInfo. |
MBEAN | back to summary |
---|---|
public static final XNodeInfo. |
NONMBEAN | back to summary |
---|---|
public static final XNodeInfo. |
NOTIFICATION | back to summary |
---|---|
public static final XNodeInfo. |
NOTIFICATIONS | back to summary |
---|---|
public static final XNodeInfo. |
OPERATION | back to summary |
---|---|
public static final XNodeInfo. |
OPERATIONS | back to summary |
---|---|
public static final XNodeInfo. |
Type | back to summary |
---|---|
private Type() |
valueOf | back to summary |
---|---|
public static XNodeInfo. |
values | back to summary |
---|---|
public static XNodeInfo. |