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) |
popupShouldSavepublic Set<String> getActionNames()
getActionNames in interface CommandgetActionNames in class AbstractActionCommand.getActionNames()public void doAction(ActionEvent e)
doAction in interface CommanddoAction in class AbstractActionCommand.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-2015 Apache Software Foundation. All Rights Reserved.