org.apache.batik.apps.svgbrowser
public static class NodePickerPanel.NodePickerEvent extends java.util.EventObject
Modifier and Type | Field and Description |
---|---|
static int |
ADD_NEW_ELEMENT |
static int |
EDIT_ELEMENT |
Constructor and Description |
---|
NodePickerPanel.NodePickerEvent(java.lang.Object source,
java.lang.String result,
org.w3c.dom.Node contextNode,
int type)
Creates the NodePickerEvent.
|
Modifier and Type | Method and 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 NodePickerPanel.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 ? 2008 Apache Software Foundation. All Rights Reserved.