public class GroupAction extends javax.swing.AbstractAction implements ActionDisplayOptions
DISPLAY_BOTH, DISPLAY_ICON, DISPLAY_NAME
Constructor and Description |
---|
GroupAction(ToolSelectionHandler sel,
ToolTable tools) |
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent e)
Invoked when an action occurs.
|
void |
groupTasks(Task[] tasks,
TaskGraph taskgraph,
TrianaClient client)
Groups the specified tasks
|
public GroupAction(ToolSelectionHandler sel, ToolTable tools)
public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed
in interface java.awt.event.ActionListener
public void groupTasks(Task[] tasks, TaskGraph taskgraph, TrianaClient client)