fr.orsay.lri.varna.views
Class VueBPType

java.lang.Object
  extended by fr.orsay.lri.varna.views.VueBPType
All Implemented Interfaces:
ActionListener, EventListener

public class VueBPType
extends Object
implements ActionListener


Field Summary
private  JComboBox _edge3
           
private  JComboBox _edge5
           
(package private)  ModeleBP _msbp
           
private  JComboBox _stericity
           
private  VARNAPanel _vp
           
private  JPanel panel
           
 
Constructor Summary
VueBPType(VARNAPanel vp, ModeleBP msbp)
           
 
Method Summary
 void actionPerformed(ActionEvent e)
           
 VARNAPanel get_vp()
           
 ModeleBP.Edge getEdge3()
           
 ModeleBP.Edge getEdge5()
           
 JPanel getPanel()
           
 ModeleBP.Stericity getStericity()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_vp

private VARNAPanel _vp

_msbp

ModeleBP _msbp

_edge5

private JComboBox _edge5

_edge3

private JComboBox _edge3

_stericity

private JComboBox _stericity

panel

private JPanel panel
Constructor Detail

VueBPType

public VueBPType(VARNAPanel vp,
                 ModeleBP msbp)
Method Detail

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