FEJDGui
Interface OurLoadPanel

All Known Implementing Classes:
LoadPanel, WebLoadPanel

public interface OurLoadPanel


Method Summary
 java.lang.String getSelectDatPath()
          Returns the name of the selected file without .dat
 java.lang.String getSelectNetPath()
          Returns the path of the selected file without .net
 void loadButtonAction()
          Performs the action of the load button
 void setDatFile(java.lang.String filetxt)
          Sets the selected net file to filetxt
 void setNetFile(java.lang.String filetxt)
          Sets the selected net file to filetxt
 void update()
          Upadtes the text upon language change
 

Method Detail

update

public void update()
Upadtes the text upon language change


setNetFile

public void setNetFile(java.lang.String filetxt)
Sets the selected net file to filetxt


setDatFile

public void setDatFile(java.lang.String filetxt)
Sets the selected net file to filetxt


loadButtonAction

public void loadButtonAction()
Performs the action of the load button


getSelectNetPath

public java.lang.String getSelectNetPath()
Returns the path of the selected file without .net


getSelectDatPath

public java.lang.String getSelectDatPath()
Returns the name of the selected file without .dat