mathcomp.gui.cfd
Class Editor_EMBED

java.lang.Object
  extended by mathcomp.gui.cfd.Editor_EMBED

public class Editor_EMBED
extends java.lang.Object

Author:
chwust To change the template for this generated type comment go to Window - Preferences - Java - Code Generation - Code and Comments

Constructor Summary
Editor_EMBED(MainCFD_EMBED mainCFD)
           
 
Method Summary
 void addPanels()
           
 javax.swing.JPanel getEditorPanel()
           
 java.lang.String getFilePath()
           
 javax.swing.JMenuBar getMb()
           
 void initSliders()
           
 void loadFile(java.io.File wfFile)
           
 void setAppFrame(AppFrame appFrame)
           
 void setFilePath(java.lang.String filePath)
           
 void tableWindowClosed()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Editor_EMBED

public Editor_EMBED(MainCFD_EMBED mainCFD)
Method Detail

addPanels

public void addPanels()

initSliders

public void initSliders()

tableWindowClosed

public void tableWindowClosed()

getFilePath

public java.lang.String getFilePath()

setFilePath

public void setFilePath(java.lang.String filePath)

loadFile

public void loadFile(java.io.File wfFile)

setAppFrame

public void setAppFrame(AppFrame appFrame)

getEditorPanel

public javax.swing.JPanel getEditorPanel()

getMb

public javax.swing.JMenuBar getMb()