public class DefaultTableIOPlugin extends AbstractIOPlugin<GenericTable>
GenericTables.| 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) |
supportsgetInfo, getPriority, setInfo, setPriority, toStringcontext, getContextclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetType, open, save, supports, supportsOpen, supportsSave, supportsSave, supportsSavegetIdentifier, logcontext, getContext, setContextcompareTo, getPriority, setPrioritygetInfo, setInfogetLocationgetVersionpublic 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>IOExceptionpublic void save(GenericTable table, String source) throws IOException
save in interface IOPlugin<GenericTable>save in class AbstractIOPlugin<GenericTable>IOExceptionCopyright © 2014–2022 ImageJ. All rights reserved.