Uses of Class
SFE.GUI.CodeWndPanel

Packages that use CodeWndPanel
SFE.GUI   
 

Uses of CodeWndPanel in SFE.GUI
 

Fields in SFE.GUI declared as CodeWndPanel
 CodeWndPanel CodeWnd.codeWndPanel
           
 

Methods in SFE.GUI with parameters of type CodeWndPanel
 void Program.setCodePanel(CodeWndPanel c)
          Update code panel where this program will be shown
 

Constructors in SFE.GUI with parameters of type CodeWndPanel
EditPanel(Program program, CodeWndPanel codePanel, javax.swing.JFrame wnd)
          Construct a new EditPanel
EditVarPanel(Program program, CodeWndPanel codePanel, javax.swing.JFrame wnd)
          Construct a new EditVarPanel