com.partnersoft.workbench.editors
Class MapsetLegendEditor

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

public class MapsetLegendEditor
extends AbstractWorkbenchMapSetFileEditor

Copyright 2006-2009 Partner Software, Inc.

Version:
$Id$
Author:
Russell Cagle, Paul Reavis

Field Summary
 
Fields inherited from class com.partnersoft.workbench.model.AbstractWorkbenchFileEditor
actionBureau, file, gui, name, workbench
 
Constructor Summary
MapsetLegendEditor()
           
 
Method Summary
 void deleteGraphicType(java.lang.String graphicType)
           
 void deleteRegion(int regionIndex)
           
 Legend getLegend()
           
 void load()
           
 void save()
           
 void setLegend(Legend newLegend)
           
 void setLine(int line)
           
 void splitRegion(int regionIndex)
           
 
Methods inherited from class com.partnersoft.workbench.editors.AbstractWorkbenchMapSetFileEditor
addMapViewerControls, apply
 
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

MapsetLegendEditor

public MapsetLegendEditor()
Method Detail

setLine

public void setLine(int line)

save

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

load

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

getLegend

public Legend getLegend()

setLegend

public void setLegend(Legend newLegend)
               throws java.io.IOException
Throws:
java.io.IOException

splitRegion

public void splitRegion(int regionIndex)

deleteRegion

public void deleteRegion(int regionIndex)

deleteGraphicType

public void deleteGraphicType(java.lang.String graphicType)