Uses of Class
org.graffiti.plugin.io.resources.IOurl
| Package | Description |
|---|---|
| de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.editing_tools | |
| de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.layout_control.metacrop | |
| org.graffiti.editor |
Contains classes for the famous graffiti editor.
|
| org.graffiti.plugin.io.resources | |
| org.graffiti.plugin.parameter |
-
Uses of IOurl in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.editing_tools
Methods in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.editing_tools with parameters of type IOurl Modifier and Type Method Description static StringDefaultContextMenuManager. getContent(IOurl url)Constructors in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.editing_tools with parameters of type IOurl Constructor Description BSHinfo(IOurl url) -
Uses of IOurl in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.layout_control.metacrop
Methods in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.layout_control.metacrop that return IOurl Modifier and Type Method Description IOurlPathwayWebLinkItem. getURL()Constructors in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.layout_control.metacrop with parameters of type IOurl Constructor Description PathwayWebLinkItem(String pathwayName, IOurl pathwayURL)PathwayWebLinkItem(String pathwayName, IOurl pathwayURL, boolean showGraphExtensions) -
Uses of IOurl in org.graffiti.editor
-
Uses of IOurl in org.graffiti.plugin.io.resources
Methods in org.graffiti.plugin.io.resources that return IOurl Modifier and Type Method Description IOurlFileSystemHandler. copyDataAndReplaceURLPrefix(InputStream is, String targetFilename, ResourceIOConfigObject config)IOurlFTPhandler. copyDataAndReplaceURLPrefix(InputStream is, String targetFilename, ResourceIOConfigObject config)IOurlHTTPhandler. copyDataAndReplaceURLPrefix(InputStream is, String targetFilename, ResourceIOConfigObject config)IOurlHTTPShandler. copyDataAndReplaceURLPrefix(InputStream is, String targetFilename, ResourceIOConfigObject config)IOurlResourceIOHandler. copyDataAndReplaceURLPrefix(InputStream is, String targetFilename, ResourceIOConfigObject config)static IOurlResourceIOManager. copyDataAndReplaceURLPrefix(String targetHandlerPrefix, String srcFileName, InputStream is, ResourceIOConfigObject config)static IOurlResourceIOManager. copyDataAndReplaceURLPrefix(String targetHandlerPrefix, IOurl sourceURL, ResourceIOConfigObject config)static IOurlFileSystemHandler. getURL(File file)static IOurlFTPhandler. getURL(String httpurl)static IOurlHTTPhandler. getURL(String httpurl)static IOurlHTTPShandler. getURL(String httpurl)IOurlAbstractResourceIOHandler. save(IOurl source)IOurlIOurl. save()IOurlResourceIOHandler. save(IOurl source)IOurlAbstractResourceIOHandler. saveAs(IOurl source, String targetFilename)IOurlFileSystemHandler. saveAs(IOurl source, String targetFilename)IOurlIOurl. saveAs(String targetFileName)IOurlResourceIOHandler. saveAs(IOurl source, String targetFilename)Methods in org.graffiti.plugin.io.resources with parameters of type IOurl Modifier and Type Method Description static IOurlResourceIOManager. copyDataAndReplaceURLPrefix(String targetHandlerPrefix, IOurl sourceURL, ResourceIOConfigObject config)static FileFileSystemHandler. getFile(IOurl url)InputStreamFileSystemHandler. getInputStream(IOurl url)InputStreamFTPhandler. getInputStream(IOurl url)InputStreamHTTPhandler. getInputStream(IOurl url)InputStreamHTTPShandler. getInputStream(IOurl url)InputStreamResourceIOHandler. getInputStream(IOurl url)static MyByteArrayInputStreamResourceIOManager. getInputStreamMemoryCached(IOurl url)static booleanFileSystemHandler. isFileUrl(IOurl url)IOurlAbstractResourceIOHandler. save(IOurl source)IOurlResourceIOHandler. save(IOurl source)IOurlAbstractResourceIOHandler. saveAs(IOurl source, String targetFilename)IOurlFileSystemHandler. saveAs(IOurl source, String targetFilename)IOurlResourceIOHandler. saveAs(IOurl source, String targetFilename)Constructors in org.graffiti.plugin.io.resources with parameters of type IOurl Constructor Description IOurl(IOurl url) -
Uses of IOurl in org.graffiti.plugin.parameter
Methods in org.graffiti.plugin.parameter that return types with arguments of type IOurl Modifier and Type Method Description ArrayList<IOurl>MultiFileSelectionParameter. getFileList()Method parameters in org.graffiti.plugin.parameter with type arguments of type IOurl Modifier and Type Method Description static StringMultiFileSelectionParameter. convertToString(ArrayList<IOurl> urls)Constructor parameters in org.graffiti.plugin.parameter with type arguments of type IOurl Constructor Description MultiFileSelectionParameter(ArrayList<IOurl> value, String name, String description, String[] extensions, String extensionDescription, boolean multipleFiles)