org.nlogo.api
Interface ImporterUser

All Superinterfaces:
WorldResizer
All Known Subinterfaces:
Workspace
All Known Implementing Classes:
AbstractWorkspace, DummyAbstractWorkspace, DummyWorkspace, HeadlessWorkspace

public interface ImporterUser
extends WorldResizer


Method Summary
 void currentPlot(String plot)
           
 PlotInterface getPlot(String plot)
           
 void importExtensionData(String name, List<String[]> data, ImportErrorHandler handler)
           
 boolean isExtensionName(String name)
           
 void setOutputAreaContents(String text)
           
 
Methods inherited from interface org.nlogo.api.WorldResizer
patchSize, resizeView, setDimensions, setDimensions
 

Method Detail

setOutputAreaContents

void setOutputAreaContents(String text)

currentPlot

void currentPlot(String plot)

getPlot

PlotInterface getPlot(String plot)

isExtensionName

boolean isExtensionName(String name)

importExtensionData

void importExtensionData(String name,
                         List<String[]> data,
                         ImportErrorHandler handler)
                         throws ExtensionException
Throws:
ExtensionException