gui
Class Edit

java.lang.Object
  extended by gui.Edit

public class Edit
extends java.lang.Object


Field Summary
 Channel channel
           
 org.eclipse.swt.widgets.Shell dialog
           
 org.eclipse.swt.widgets.Button[] r_add
           
 org.eclipse.swt.widgets.Button[] r_fav79
           
 org.eclipse.swt.widgets.Button[] r_misc
           
 org.eclipse.swt.widgets.Button[] r_stype
           
 org.eclipse.swt.widgets.Text[] t
           
 org.eclipse.swt.widgets.Text[] t_add
           
 
Constructor Summary
Edit(Channel channel)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

channel

public Channel channel

dialog

public org.eclipse.swt.widgets.Shell dialog

t

public org.eclipse.swt.widgets.Text[] t

r_stype

public org.eclipse.swt.widgets.Button[] r_stype

r_misc

public org.eclipse.swt.widgets.Button[] r_misc

r_fav79

public org.eclipse.swt.widgets.Button[] r_fav79

t_add

public org.eclipse.swt.widgets.Text[] t_add

r_add

public org.eclipse.swt.widgets.Button[] r_add
Constructor Detail

Edit

public Edit(Channel channel)