public static class NodePickerPanel.NodePickerEvent
extends java.util.EventObject
| Modifier and Type | Field | Description |
|---|---|---|
static int |
ADD_NEW_ELEMENT |
|
static int |
EDIT_ELEMENT |
| Constructor | Description |
|---|---|
NodePickerEvent(java.lang.Object source,
java.lang.String result,
org.w3c.dom.Node contextNode,
int type) |
Creates the NodePickerEvent.
|
| Modifier and Type | Method | Description |
|---|---|---|
org.w3c.dom.Node |
getContextNode() |
Gets the context node.
|
java.lang.String |
getResult() |
Gets the NodePickerPanel result.
|
int |
getType() |
Gets the type of this event.
|
public static final int EDIT_ELEMENT
public static final int ADD_NEW_ELEMENT
public NodePickerEvent(java.lang.Object source,
java.lang.String result,
org.w3c.dom.Node contextNode,
int type)
source - The NodePicker that initiated the eventresult - the NodePicker resultcontextNode - the associated context nodepublic java.lang.String getResult()
public org.w3c.dom.Node getContextNode()
public int getType()
Copyright ? 2018 Apache Software Foundation. All Rights Reserved.