|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.jaxodraw.plugin.AbstractJaxoPlugin
net.sf.jaxodraw.plugin.JaxoImportPlugin
net.sf.jaxodraw.io.imports.JaxoImport
public abstract class JaxoImport
An abstract superclass for all built-in importing classes.
Constructor Summary | |
---|---|
protected |
JaxoImport()
Protected empty constructor. |
Method Summary | |
---|---|
static java.util.List |
getBuiltInFormats()
Returns a list of import formats that are available within the core of JaxoDraw by default. |
boolean |
makeAvailableAtRuntime()
Checks some eventual runtime requirements for the plugin. |
java.lang.String |
version()
Return the version number of this plugin. |
Methods inherited from class net.sf.jaxodraw.plugin.JaxoImportPlugin |
---|
commitConfiguration, getCharsetName, getConfigurationPanel, importGraph, importGraph, importGraph, setCharsetName |
Methods inherited from class net.sf.jaxodraw.plugin.AbstractJaxoPlugin |
---|
close, close, close, close, getClassName, getFailure, getFileExtension, getFileExtensionDescription, getFormatName, getLang, getLog, getParentComponent, getProperties, getProperty, getProperty, getShortGraphName, hasFailed, isSilent, loadProperties, pluginName, registerDictionary, setFailure, setParentComponent, setProperty, setShortGraphName, setSilent, storeProperties |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface net.sf.jaxodraw.plugin.JaxoPlugin |
---|
description, getShortName, pluginId |
Methods inherited from interface net.sf.jaxodraw.util.JaxoLocalized |
---|
updateLanguage |
Constructor Detail |
---|
protected JaxoImport()
Method Detail |
---|
public boolean makeAvailableAtRuntime()
public java.lang.String version()
JaxoInfo.compareVersions
.
public static java.util.List getBuiltInFormats()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |