com.partnersoft.v3x.gui
Class SimpleTOFEditorPanel

java.lang.Object
  extended by com.partnersoft.v3x.gui.SimpleTOFEditorPanel

public class SimpleTOFEditorPanel
extends java.lang.Object

An panel in the SimpleTOFEditor; addresses a single beans in a single TOF file.


Constructor Summary
SimpleTOFEditorPanel(SimpleTOFEditorConfig config)
           
 
Method Summary
 void addEntry()
           
 javax.swing.JComponent getGUI()
           
 java.io.File getTOFFile()
           
 void removeEntry()
           
 void reset()
           
 void save()
           
 void setTOFFile(java.io.File newFile)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleTOFEditorPanel

public SimpleTOFEditorPanel(SimpleTOFEditorConfig config)
                     throws java.io.IOException
Throws:
java.io.IOException
Method Detail

reset

public void reset()

save

public void save()

getGUI

public javax.swing.JComponent getGUI()

getTOFFile

public java.io.File getTOFFile()

setTOFFile

public void setTOFFile(java.io.File newFile)

addEntry

public void addEntry()

removeEntry

public void removeEntry()