fr.orsay.lri.varna.views
Class VueChemProbAnnotation

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

public class VueChemProbAnnotation
extends Object
implements ChangeListener, ActionListener, ItemListener


Field Summary
private  ChemProbAnnotation _an
           
(package private)  HighlightRegionAnnotation _backup
           
private  VARNAPanel _vp
           
private  JButton color
           
private static int CONTROL_HEIGHT
           
private static int CONTROL_WIDTH
           
(package private)  JSpinner intensity
           
(package private)  JComboBox outward
           
private  JPanel panel
           
private static int TITLE_WIDTH
           
(package private)  JComboBox type
           
 
Constructor Summary
VueChemProbAnnotation(VARNAPanel vp, ChemProbAnnotation an)
           
 
Method Summary
 void actionPerformed(ActionEvent e)
           
 VARNAPanel get_vp()
           
 JPanel getPanel()
           
 void itemStateChanged(ItemEvent e)
           
 boolean show()
           
 void stateChanged(ChangeEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_vp

private VARNAPanel _vp

panel

private JPanel panel

_an

private ChemProbAnnotation _an

CONTROL_HEIGHT

private static int CONTROL_HEIGHT

TITLE_WIDTH

private static int TITLE_WIDTH

CONTROL_WIDTH

private static int CONTROL_WIDTH

color

private JButton color

intensity

JSpinner intensity

outward

JComboBox outward

type

JComboBox type

_backup

HighlightRegionAnnotation _backup
Constructor Detail

VueChemProbAnnotation

public VueChemProbAnnotation(VARNAPanel vp,
                             ChemProbAnnotation an)
Method Detail

getPanel

public JPanel getPanel()

get_vp

public VARNAPanel get_vp()

show

public boolean show()

stateChanged

public void stateChanged(ChangeEvent e)
Specified by:
stateChanged in interface ChangeListener

actionPerformed

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

itemStateChanged

public void itemStateChanged(ItemEvent e)
Specified by:
itemStateChanged in interface ItemListener