fr.orsay.lri.varna.views
Class VueManualInput

java.lang.Object
  extended by fr.orsay.lri.varna.views.VueManualInput

public class VueManualInput
extends Object


Field Summary
private  VARNAPanel _vp
           
private  JPanel panel
           
private  JTextField tseq
           
private  JTextField tstr
           
 
Constructor Summary
VueManualInput(VARNAPanel vp)
           
 
Method Summary
private  void buildView()
           
 JPanel getPanel()
           
 JTextField getTseq()
           
 JTextField getTstr()
           
 void setPanel(JPanel panel)
           
 
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

tseq

private JTextField tseq

tstr

private JTextField tstr
Constructor Detail

VueManualInput

public VueManualInput(VARNAPanel vp)
Method Detail

buildView

private void buildView()

getPanel

public JPanel getPanel()

setPanel

public void setPanel(JPanel panel)

getTseq

public JTextField getTseq()

getTstr

public JTextField getTstr()