public class ReportCopy extends AbstractAction
Constructor and Description |
---|
ReportCopy() |
Modifier and Type | Method and Description |
---|---|
static ReportTreeNode |
cloneTreeNode(ReportTreeNode node) |
static ReportTreeNode[] |
cloneTreeNodes(ReportTreeNode[] nodes) |
void |
doAction(ActionEvent e) |
Set<String> |
getActionNames() |
static ReportTreeNode |
getCopiedNode() |
static ReportTreeNode[] |
getCopiedNodes() |
static void |
setCopiedNode(ReportTreeNode node) |
static void |
setCopiedNodes(ReportTreeNode[] nodes) |
popupShouldSave
public Set<String> getActionNames()
getActionNames
in interface Command
getActionNames
in class AbstractAction
Command.getActionNames()
public void doAction(ActionEvent e)
doAction
in interface Command
doAction
in class AbstractAction
Command.doAction(ActionEvent)
public static ReportTreeNode[] getCopiedNodes()
public static ReportTreeNode getCopiedNode()
public static void setCopiedNode(ReportTreeNode node)
public static ReportTreeNode cloneTreeNode(ReportTreeNode node)
public static void setCopiedNodes(ReportTreeNode[] nodes)
public static ReportTreeNode[] cloneTreeNodes(ReportTreeNode[] nodes)
Copyright © 1998-2012 Apache Software Foundation. All Rights Reserved.