|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JaxoImportPlugin | |
|---|---|
| net.sf.jaxodraw.gui.panel | GUI panels. |
| net.sf.jaxodraw.io.imports | Import classes. |
| net.sf.jaxodraw.plugin | A plugin is an external piece of software that adds functionality to JaxoDraw. |
| Uses of JaxoImportPlugin in net.sf.jaxodraw.gui.panel |
|---|
| Method parameters in net.sf.jaxodraw.gui.panel with type arguments of type JaxoImportPlugin | |
|---|---|
void |
JaxoImportPanel.setImports(List<JaxoImportPlugin> impts)
Updates the list of import formats. |
| Constructor parameters in net.sf.jaxodraw.gui.panel with type arguments of type JaxoImportPlugin | |
|---|---|
JaxoImportPanel(Component parentc,
List<JaxoImportPlugin> imp)
Constructor. |
|
| Uses of JaxoImportPlugin in net.sf.jaxodraw.io.imports |
|---|
| Subclasses of JaxoImportPlugin in net.sf.jaxodraw.io.imports | |
|---|---|
class |
JaxoImport
An abstract superclass for all built-in importing classes. |
class |
JaxoImportAxodraw
The class responsible for importing JaxoGraphs from axodraw files. |
| Methods in net.sf.jaxodraw.io.imports that return types with arguments of type JaxoImportPlugin | |
|---|---|
static List<JaxoImportPlugin> |
JaxoImport.getBuiltInFormats()
Returns a list of import formats that are available within the core of JaxoDraw by default. |
| Uses of JaxoImportPlugin in net.sf.jaxodraw.plugin |
|---|
| Methods in net.sf.jaxodraw.plugin that return JaxoImportPlugin | |
|---|---|
JaxoImportPlugin |
JaxoPluginInfo.getImportForExtension(String ext)
Return an import plugin that is capable of importing a given format. |
| Methods in net.sf.jaxodraw.plugin that return types with arguments of type JaxoImportPlugin | |
|---|---|
List<JaxoImportPlugin> |
JaxoPluginInfo.getImportFormats()
Installed import formats. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||