org.apache.batik.apps.svgbrowser
public static class NodePickerPanel.NodePickerEvent extends EventObject
| Field Summary | |
|---|---|
| static int | ADD_NEW_ELEMENT |
| static int | EDIT_ELEMENT |
| Constructor Summary | |
|---|---|
| NodePickerEvent(Object source, String result, Node contextNode, int type)
Creates the NodePickerEvent.
| |
| Method Summary | |
|---|---|
| Node | getContextNode()
Gets the context node.
|
| String | getResult()
Gets the NodePickerPanel result.
|
| int | getType()
Gets the type of this event.
|
Parameters: source The NodePicker that initiated the event result the NodePicker result contextNode the associated context node
Returns: the context node
Returns: the result
Returns: the type