com.partnersoft.workbench.editors
Class MapsetDataTypeFieldsEditor

java.lang.Object
  extended by com.partnersoft.workbench.model.AbstractWorkbenchFileEditor
      extended by com.partnersoft.workbench.editors.AbstractHtmlPanelFileEditor
          extended by com.partnersoft.workbench.editors.MapsetDataTypeFieldsEditor
All Implemented Interfaces:
WorkbenchEditor, WorkbenchFileEditor

public class MapsetDataTypeFieldsEditor
extends AbstractHtmlPanelFileEditor


Field Summary
 
Fields inherited from class com.partnersoft.workbench.model.AbstractWorkbenchFileEditor
actionBureau, file, gui, name, workbench
 
Constructor Summary
MapsetDataTypeFieldsEditor()
           
 
Method Summary
 void addAvailableFields()
           
 java.lang.String getMapsetName()
           
 void load()
           
 void massDisableFields()
           
 void massEnableFields()
           
 void massLabelFields()
           
 void removeUnavailableFields()
           
 void save()
           
 
Methods inherited from class com.partnersoft.workbench.editors.AbstractHtmlPanelFileEditor
readHtmlFrom, setHtml, setLine, writeActionLink
 
Methods inherited from class com.partnersoft.workbench.model.AbstractWorkbenchFileEditor
doAction, doAction, getFile, getGui, getName, getWorkbench, loadCog, loadObject, saveCog, saveObject, setFile, setWorkbench
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapsetDataTypeFieldsEditor

public MapsetDataTypeFieldsEditor()
Method Detail

load

public void load()
          throws java.io.IOException
Throws:
java.io.IOException

save

public void save()
          throws java.io.IOException
Specified by:
save in interface WorkbenchEditor
Overrides:
save in class AbstractHtmlPanelFileEditor
Throws:
java.io.IOException

getMapsetName

public java.lang.String getMapsetName()
                               throws java.io.IOException
Throws:
java.io.IOException

addAvailableFields

public void addAvailableFields()
                        throws java.io.IOException
Throws:
java.io.IOException

removeUnavailableFields

public void removeUnavailableFields()
                             throws java.io.IOException
Throws:
java.io.IOException

massLabelFields

public void massLabelFields()
                     throws java.io.IOException
Throws:
java.io.IOException

massEnableFields

public void massEnableFields()
                      throws java.io.IOException
Throws:
java.io.IOException

massDisableFields

public void massDisableFields()
                       throws java.io.IOException
Throws:
java.io.IOException