fr.orsay.lri.varna.views
Class VueBPType
java.lang.Object
fr.orsay.lri.varna.views.VueBPType
- All Implemented Interfaces:
- ActionListener, EventListener
public class VueBPType
- extends Object
- implements ActionListener
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_vp
private VARNAPanel _vp
_msbp
ModeleBP _msbp
_edge5
private JComboBox _edge5
_edge3
private JComboBox _edge3
_stericity
private JComboBox _stericity
panel
private JPanel panel
VueBPType
public VueBPType(VARNAPanel vp,
ModeleBP msbp)
getPanel
public JPanel getPanel()
getEdge5
public ModeleBP.Edge getEdge5()
getEdge3
public ModeleBP.Edge getEdge3()
getStericity
public ModeleBP.Stericity getStericity()
get_vp
public VARNAPanel get_vp()
actionPerformed
public void actionPerformed(ActionEvent e)
- Specified by:
actionPerformed
in interface ActionListener