fr.orsay.lri.varna.views
Class VueStyleBP

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

public class VueStyleBP
extends Object
implements ActionListener


Field Summary
private  JComboBox _cmb
           
private  VARNAPanel _vp
           
private  JPanel panel
           
 
Constructor Summary
VueStyleBP(VARNAPanel vp)
           
 
Method Summary
 void actionPerformed(ActionEvent e)
           
 VARNAPanel get_vp()
           
 JPanel getPanel()
           
 VARNAConfig.BP_STYLE getStyle()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_vp

private VARNAPanel _vp

_cmb

private JComboBox _cmb

panel

private JPanel panel
Constructor Detail

VueStyleBP

public VueStyleBP(VARNAPanel vp)
Method Detail

getPanel

public JPanel getPanel()

getStyle

public VARNAConfig.BP_STYLE getStyle()

get_vp

public VARNAPanel get_vp()

actionPerformed

public void actionPerformed(ActionEvent e)
Specified by:
actionPerformed in interface ActionListener