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 String
DefaultContextMenuManager. 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 IOurl
PathwayWebLinkItem. 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 IOurl
FileSystemHandler. copyDataAndReplaceURLPrefix(InputStream is, String targetFilename, ResourceIOConfigObject config)
IOurl
FTPhandler. copyDataAndReplaceURLPrefix(InputStream is, String targetFilename, ResourceIOConfigObject config)
IOurl
HTTPhandler. copyDataAndReplaceURLPrefix(InputStream is, String targetFilename, ResourceIOConfigObject config)
IOurl
HTTPShandler. copyDataAndReplaceURLPrefix(InputStream is, String targetFilename, ResourceIOConfigObject config)
IOurl
ResourceIOHandler. copyDataAndReplaceURLPrefix(InputStream is, String targetFilename, ResourceIOConfigObject config)
static IOurl
ResourceIOManager. copyDataAndReplaceURLPrefix(String targetHandlerPrefix, String srcFileName, InputStream is, ResourceIOConfigObject config)
static IOurl
ResourceIOManager. copyDataAndReplaceURLPrefix(String targetHandlerPrefix, IOurl sourceURL, ResourceIOConfigObject config)
static IOurl
FileSystemHandler. getURL(File file)
static IOurl
FTPhandler. getURL(String httpurl)
static IOurl
HTTPhandler. getURL(String httpurl)
static IOurl
HTTPShandler. getURL(String httpurl)
IOurl
AbstractResourceIOHandler. save(IOurl source)
IOurl
IOurl. save()
IOurl
ResourceIOHandler. save(IOurl source)
IOurl
AbstractResourceIOHandler. saveAs(IOurl source, String targetFilename)
IOurl
FileSystemHandler. saveAs(IOurl source, String targetFilename)
IOurl
IOurl. saveAs(String targetFileName)
IOurl
ResourceIOHandler. saveAs(IOurl source, String targetFilename)
Methods in org.graffiti.plugin.io.resources with parameters of type IOurl Modifier and Type Method Description static IOurl
ResourceIOManager. copyDataAndReplaceURLPrefix(String targetHandlerPrefix, IOurl sourceURL, ResourceIOConfigObject config)
static File
FileSystemHandler. getFile(IOurl url)
InputStream
FileSystemHandler. getInputStream(IOurl url)
InputStream
FTPhandler. getInputStream(IOurl url)
InputStream
HTTPhandler. getInputStream(IOurl url)
InputStream
HTTPShandler. getInputStream(IOurl url)
InputStream
ResourceIOHandler. getInputStream(IOurl url)
static MyByteArrayInputStream
ResourceIOManager. getInputStreamMemoryCached(IOurl url)
static boolean
FileSystemHandler. isFileUrl(IOurl url)
IOurl
AbstractResourceIOHandler. save(IOurl source)
IOurl
ResourceIOHandler. save(IOurl source)
IOurl
AbstractResourceIOHandler. saveAs(IOurl source, String targetFilename)
IOurl
FileSystemHandler. saveAs(IOurl source, String targetFilename)
IOurl
ResourceIOHandler. 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 String
MultiFileSelectionParameter. 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)