Package | Description |
---|---|
org.ginsim.common.document |
API to write reports and other simple documents in HTML, OpenDocument, or LaTeX.
|
org.ginsim.common.utils |
This package hosts a collection of miscellaneous utilities.
|
org.ginsim.commongui.utils |
Collection of GUI helpers and widgets.
|
org.ginsim.gui.service |
API for GUI services, and a manager to load them and integrate them in the shell.
|
org.ginsim.gui.shell |
Define the main shell: graph windows and common dialogs
|
org.ginsim.gui.shell.actions |
Define types of actions, which will be integrated in different parts of the shell.
|
org.ginsim.servicegui.export.documentation | |
org.ginsim.servicegui.export.petrinet | |
org.ginsim.servicegui.format.sbml |
Modifier and Type | Class and Description |
---|---|
class |
GenericDocumentFormat
This class contain metadata about each kind of document like id, extension, filter and its class.
|
Modifier and Type | Method and Description |
---|---|
static <C extends FileFormatDescription> |
FileFormatDescription.getFormat(Class<C> cl,
String id)
Retrieve a subclassing format by ID.
|
static <C extends FileFormatDescription> |
FileFormatDescription.getFormats(Class<C> cl)
Retrieve all formats of a given subclass.
|
Modifier and Type | Method and Description |
---|---|
static FileFormatDescription |
FileFormatDescription.getFormat(String id)
Retrieve a format by id.
|
Constructor and Description |
---|
FileFormatFilter(FileFormatDescription format) |
Constructor and Description |
---|
FileFormatFilter(List<FileFormatDescription> formats) |
Modifier and Type | Method and Description |
---|---|
FileFormatDescription |
FormatSupportServiceGUI.getFileFilter() |
Constructor and Description |
---|
FormatSupportServiceGUI(String name,
S service,
FileFormatDescription format) |
Constructor and Description |
---|
GsFileFilter(FileFormatDescription format) |
Modifier and Type | Method and Description |
---|---|
protected abstract FileFormatDescription |
ExportAction.getFileFilter()
Get the file filter to be used for this export.
|
protected abstract FileFormatDescription |
ImportAction.getFileFilter()
Get the file filter to be used for this import.
|
Modifier and Type | Method and Description |
---|---|
FileFormatDescription |
LRGDocumentationAction.getFileFilter() |
Modifier and Type | Method and Description |
---|---|
protected FileFormatDescription |
PetriNetExportAction.getFileFilter() |
Modifier and Type | Field and Description |
---|---|
static FileFormatDescription |
SBMLqualServiceGUI.FORMAT |
Copyright © 2005–2020. All rights reserved.