fr.orsay.lri.varna.views
Class VueChemProbAnnotation
java.lang.Object
fr.orsay.lri.varna.views.VueChemProbAnnotation
- All Implemented Interfaces:
- ActionListener, ItemListener, EventListener, ChangeListener
public class VueChemProbAnnotation
- extends Object
- implements ChangeListener, ActionListener, ItemListener
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_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
VueChemProbAnnotation
public VueChemProbAnnotation(VARNAPanel vp,
ChemProbAnnotation an)
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