java.lang.Object
de.grogra.pf.io.FilterBase
de.grogra.ext.pdb.PDBImport
- All Implemented Interfaces:
Filter
,FilterSource
,ObjectSource
,RegistryContext
,Configurable
,Map
-
Nested Class Summary
Nested classes/interfaces inherited from interface de.grogra.pf.io.FilterSource
FilterSource.MetaDataKey<V>
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final I18NBundle
static final String
static final Type
Fields inherited from class de.grogra.pf.io.FilterBase
item, source
Fields inherited from interface de.grogra.pf.io.FilterSource
AUTO_PROGRESS, DESTINATION_FILE, DESTINATION_URL
Fields inherited from interface de.grogra.util.Map
DEFAULT_VALUE, EMPTY_MAP
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
This method is invoked to obtain the configurable options of thisConfigurable
object.Returns the data as an object of a class which is compatible which the flavor.Methods inherited from class de.grogra.pf.io.FilterBase
get, getFilter, getFlavor, getImpl, getMetaData, getRegistry, getSource, getSystemId, initProgressMonitor, setFlavor, setMetaData, setMetaData, setProgress, setSystemId, toString, toURL
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface de.grogra.pf.io.FilterSource
getFilter, getFlavor, getMetaData, getSystemId, initProgressMonitor, setMetaData, setProgress
Methods inherited from interface de.grogra.pf.registry.RegistryContext
getRegistry
-
Field Details
-
OPTION_NAME_VISUALISATION_STYLE
- See Also:
-
I18N
-
VISUALISATION_STYLE
-
BOND_EDGE
public static final int BOND_EDGE- See Also:
-
-
Constructor Details
-
PDBImport
-
-
Method Details
-
addConfigurations
Description copied from interface:Configurable
This method is invoked to obtain the configurable options of thisConfigurable
object. The method has to add allConfiguration
s of this object to the specifiedset
.- Specified by:
addConfigurations
in interfaceConfigurable
- Parameters:
set
- a set to which configurations of this object are added
-
getObject
Description copied from interface:ObjectSource
Returns the data as an object of a class which is compatible which the flavor.- Specified by:
getObject
in interfaceObjectSource
- Returns:
- the data
- Throws:
IOException
-