public class ReportDragNDrop extends AbstractAction
Modifier and Type | Field and Description |
---|---|
static String |
ADD |
static String |
INSERT_AFTER |
static String |
INSERT_BEFORE |
Constructor and Description |
---|
ReportDragNDrop() |
Modifier and Type | Method and Description |
---|---|
void |
doAction(ActionEvent e) |
Set<String> |
getActionNames() |
protected void |
removeNodesFromParents(ReportTreeNode[] nodes) |
popupShouldSave
public static final String ADD
public static final String INSERT_BEFORE
public static final String INSERT_AFTER
public void doAction(ActionEvent e)
doAction
in interface Command
doAction
in class AbstractAction
Command.doAction(ActionEvent)
protected void removeNodesFromParents(ReportTreeNode[] nodes)
public Set<String> getActionNames()
getActionNames
in interface Command
getActionNames
in class AbstractAction
Command.getActionNames()
Copyright © 1998-2012 Apache Software Foundation. All Rights Reserved.