public class DefaultTableIOPlugin extends AbstractIOPlugin<GenericTable>
GenericTable
s.Constructor and Description |
---|
DefaultTableIOPlugin() |
Modifier and Type | Method and Description |
---|---|
Class<GenericTable> |
getDataType() |
GenericTable |
open(String source) |
void |
save(GenericTable table,
String source) |
boolean |
supportsOpen(String source) |
boolean |
supportsSave(String source) |
supports
getInfo, getPriority, setInfo, setPriority, toString
context, getContext
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getType, open, save, supports, supportsOpen, supportsSave, supportsSave, supportsSave
getIdentifier, log
context, getContext, setContext
compareTo, getPriority, setPriority
getInfo, setInfo
getLocation
getVersion
public Class<GenericTable> getDataType()
public boolean supportsOpen(String source)
supportsOpen
in interface IOPlugin<GenericTable>
supportsOpen
in class AbstractIOPlugin<GenericTable>
public boolean supportsSave(String source)
supportsSave
in interface IOPlugin<GenericTable>
supportsSave
in class AbstractIOPlugin<GenericTable>
public GenericTable open(String source) throws IOException
open
in interface IOPlugin<GenericTable>
open
in class AbstractIOPlugin<GenericTable>
IOException
public void save(GenericTable table, String source) throws IOException
save
in interface IOPlugin<GenericTable>
save
in class AbstractIOPlugin<GenericTable>
IOException
Copyright © 2014–2022 ImageJ. All rights reserved.