Serialized Form
|
Class DASOR_Frame extends javax.swing.JFrame implements Serializable |
Bar
DASOR_MenuBar Bar
- A specific menubar.
tab
DASOR_Tab tab
- The tabbedpane associated to this .
net
Network net
- The network that is manipulated.
|
Class DASOR_Menu extends javax.swing.JMenu implements Serializable |
item
javax.swing.JMenuItem[] item
father
DASOR_Frame father
|
Class DASOR_MenuBar extends javax.swing.JMenuBar implements Serializable |
Men
DASOR_Menu[] Men
- Menus contained by this bar.
father
DASOR_Frame father
|
Class DASOR_Panel extends javax.swing.JPanel implements Serializable |
Pos
javax.swing.JRadioButton[] Pos
- The radiobuttons corresponding to the node positions.
nbPos
int nbPos
Link
javax.swing.JRadioButton[] Link
- The radiobuttons corresponding to the links configuration.
Opt
javax.swing.JRadioButton[] Opt
- The radiobuttons corresponding to the network options.
Group_Opt
javax.swing.ButtonGroup[] Group_Opt
- The different button-groups associated to the different network options.
jt
javax.swing.JTextArea jt
father
DASOR_Frame father
numTmpNode1
int numTmpNode1
numTmpNode2
int numTmpNode2
tmp
DASOR_Link tmp
tmp2
DASOR_Link tmp2
dialog
javax.swing.JDialog dialog
p
javax.swing.JPanel[] p
Group_Type
javax.swing.ButtonGroup Group_Type
Group_Pos
javax.swing.ButtonGroup Group_Pos
Group_Link
javax.swing.ButtonGroup Group_Link
nb
javax.swing.JTextField nb
changeNb
javax.swing.JButton[] changeNb
Act
javax.swing.JRadioButton[] Act
- The radiobuttons corresponding to the actions.
|
Class DASOR_Tab extends javax.swing.JTabbedPane implements Serializable |
father
DASOR_Frame father
pan
DASOR_Panel[] pan
- The panels that this tabbedpane contains.
|
Class Network extends javax.swing.JPanel implements Serializable |
nbNodes
int nbNodes
liste
java.util.ArrayList<E> liste
adjMat
DASOR_AdjMatrix adjMat
neighList
NeighList neighList
area
double[] area
wired
boolean wired
unidirectional
boolean unidirectional
valued
boolean valued
tmpLink
DASOR_Link tmpLink
tmpLinkRepaint
boolean tmpLinkRepaint