2 |
|
|
3 |
import java.awt.event.ActionEvent; |
import java.awt.event.ActionEvent; |
4 |
import java.awt.event.ActionListener; |
import java.awt.event.ActionListener; |
|
import java.util.Iterator; |
|
5 |
import java.util.Vector; |
import java.util.Vector; |
6 |
|
|
7 |
import javax.swing.JOptionPane; |
import javax.swing.JOptionPane; |
11 |
import javax.swing.event.TableModelEvent; |
import javax.swing.event.TableModelEvent; |
12 |
import javax.swing.event.TableModelListener; |
import javax.swing.event.TableModelListener; |
13 |
import javax.swing.table.DefaultTableModel; |
import javax.swing.table.DefaultTableModel; |
|
import javax.swing.table.TableModel; |
|
14 |
|
|
15 |
import org.apache.log4j.LogManager; |
import org.apache.log4j.LogManager; |
16 |
import org.apache.log4j.Logger; |
import org.apache.log4j.Logger; |
17 |
|
|
18 |
import appl.ext.XuluConfig; |
import appl.ext.XuluConfig; |
|
import appl.parallel.ComputingResource; |
|
19 |
import appl.parallel.ComputingResourceContainer; |
import appl.parallel.ComputingResourceContainer; |
20 |
import appl.parallel.ComputingResourceProperties; |
import appl.parallel.ComputingResourceProperties; |
21 |
import appl.parallel.client.RemoteExecutionController; |
import appl.parallel.client.RemoteExecutionController; |
22 |
import appl.parallel.client.ResourceChangeListener; |
import appl.parallel.client.ResourceChangeListener; |
23 |
import appl.util.NonEditableTableModel; |
import appl.util.NonEditableTableModel; |
|
import schmitzm.data.event.ObjectEvent; |
|
|
import schmitzm.data.event.ObjectListener; |
|
|
|
|
24 |
import edu.bonn.xulu.XuluModellingPlatform; |
import edu.bonn.xulu.XuluModellingPlatform; |
|
import edu.bonn.xulu.appl.ModelControlManager; |
|
|
import edu.bonn.xulu.appl.XuluPlugin; |
|
|
import edu.bonn.xulu.data.XuluDataException; |
|
|
import edu.bonn.xulu.gui.ModelContentManagerContainer; |
|
|
import edu.bonn.xulu.gui.ModelControlFrame; |
|
|
import edu.bonn.xulu.gui.XuluGUIMessages; |
|
|
import edu.bonn.xulu.model.ModelContentManager; |
|
|
import edu.bonn.xulu.model.XuluModel; |
|
|
import edu.bonn.xulu.plugin.gui.ModelControlContainer; |
|
|
import edu.bonn.xulu.plugin.gui.ModelControlFrame_Basic; |
|
25 |
|
|
26 |
/** |
/** |
27 |
* This class controls the {@link ParallelControlPanel}. |
* This class controls the {@link ParallelControlPanel}. |